|
推荐
发表于 2021-5-26 15:19
来自手机
|
只看该作者
本帖最后由 512song 于 2021-5-26 15:43 编辑
最后那段是反了。设定maxvisits后,才会秒下。而设定playouts,则会重新计算。
katago的配置文件中,关于maxvisit与maxplayout就有说明。
# If provided, limit maximum number of root visits per search to this much. (With tree reuse, visits do count earlier search)
maxVisits = 6000
# If provided, limit maximum number of new playouts per search to this much. (With tree reuse, playouts do not count earlier search)
# maxPlayouts = 300 |
|