score-estimator

所属分类:Dart语言编程
开发工具:C++
文件大小:0KB
下载次数:0
上传日期:2019-02-25 17:40:43
上 传 者sh-1993
说明:  online-go.com上使用的得分估计器_和_死石清除建议器。
(The score estimator _and_ dead stone removal suggester used on online-go.com.)

文件列表:
Color.h (149, 2019-02-25)
Goban.cc (31493, 2019-02-25)
Goban.h (5176, 2019-02-25)
Grid.h (18991, 2019-02-25)
LICENSE (1067, 2019-02-25)
Makefile (2432, 2019-02-25)
Point.h (773, 2019-02-25)
ThreadPool.h (2573, 2019-02-25)
Vec.h (1172, 2019-02-25)
constants.h (472, 2019-02-25)
estimator.h (0, 2019-02-25)
jsbindings.cc (626, 2019-02-25)
log.h (5137, 2019-02-25)
main.cc (7268, 2019-02-25)
ogs_estimator.py (997, 2019-02-25)
rang.hpp (16541, 2019-02-25)
test_games/ (0, 2019-02-25)
test_games/easy/ (0, 2019-02-25)
test_games/easy/13003398.game (547, 2019-02-25)
test_games/easy/13043976.game (2229, 2019-02-25)
test_games/easy/13332624.game (1077, 2019-02-25)
test_games/easy/13344450.game (1077, 2019-02-25)
test_games/easy/13597108.game (547, 2019-02-25)
test_games/easy/13744287.game (2229, 2019-02-25)
test_games/easy/13853920.game (1077, 2019-02-25)
test_games/easy/13943855.game (548, 2019-02-25)
test_games/easy/14020931.game (547, 2019-02-25)
test_games/easy/14069027.game (547, 2019-02-25)
test_games/easy/14097992.game (547, 2019-02-25)
test_games/easy/14136850.game (547, 2019-02-25)
test_games/easy/14242770.game (547, 2019-02-25)
test_games/easy/3722159.game (2229, 2019-02-25)
test_games/easy/5128019.game (2229, 2019-02-25)
test_games/easy/6169914.game (2229, 2019-02-25)
test_games/easy/6180387.game (2229, 2019-02-25)
test_games/easy/6516313.game (2229, 2019-02-25)
test_games/easy/two_eyes_1.game (2229, 2019-02-25)
test_games/easy/two_eyes_2.game (547, 2019-02-25)
... ...

# About This repository contains the source code used for the score estimator and dead stone removal suggester on online-go.com. This is designed to be a score estimator with a small memory and code size foot print and fast single threaded execution speeds. While the source code is in C++, we compile it to JavaScript using [Emscripten](https://github.com/kripken/emscripten) for client side use within the browser. ## Seki Different GO rules treat territory in seki differently. The output of this program will attempt to mark shared territory spots as being dead, but will specifically attempt to not mark any territory in seki as being dead, and instead leave that to a scoring ruleset to determine as being counted or not. That is to say ![](https://senseis.xmp.net/diagrams/30/1d10677a69ac35bb0021701f2e1c02a7.png) points a and b will *not* be marked dead, but the two shared territory spaces will be marked as dead.

近期下载者

相关文件


收藏者