Leela-zero: Optimization: Using the opponent's time to continue MCTS

Created on 2 Oct 2018  路  1Comment  路  Source: leela-zero/leela-zero

I am wondering if the following optimizations have been implemented:

1) While waiting for the opponent's next move, continue MCTS (even when maximum thinking time is exceeded);
2) When the opponent's move is chosen (which is likely to have been evaluated preliminarily when deciding the previous move), reuse part of the MCTS evaluation done in the previous move.

invalid

Most helpful comment

Both are implemented from the beginning. The first one is "pondering" which may be disabled by the command line option --noponder.

>All comments

Both are implemented from the beginning. The first one is "pondering" which may be disabled by the command line option --noponder.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

barrybecker4 picture barrybecker4  路  4Comments

l1t1 picture l1t1  路  4Comments

infinitycr picture infinitycr  路  4Comments

Zeta36 picture Zeta36  路  3Comments

wensdong picture wensdong  路  3Comments