cgao3 / benzene-vanilla-cmake

CMake managed Benzene vanilla for playing and solving the game of Hex, easier to install!
GNU Lesser General Public License v3.0
39 stars 20 forks source link

How to set the number of simulations per move? #4

Closed vigor95 closed 5 years ago

vigor95 commented 5 years ago

It seems that there is not a setting like "sumulations" or "iterations" or "playouts" that are commonly used in Hex papers. Only the time per move can be found in "xxx.htp".

cgao3 commented 5 years ago

use 'param_mohex max_games 10000' replace 1000 with any number you like

vigor95 commented 5 years ago

Thanks a lot.