]> git.sesse.net Git - stockfish/commit
Add "Slow Mover" UCI parameter to adjust time management
authorMarco Costalba <mcostalba@gmail.com>
Sat, 4 Feb 2012 09:41:09 +0000 (10:41 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 4 Feb 2012 09:41:09 +0000 (10:41 +0100)
commit40e939421f290c0dc3dc055f4d79ab56b54f15d8
treeb53ac7e95a933318a0169e23b4d01f017987ba57
parentb1cf1acb93532248fb10c2ca983d80389d5aeb84
Add "Slow Mover" UCI parameter to adjust time management

With default value of 100 no change in regard of current
behaviour. Increasing the value makes SF to think a
longer time for each move. Decreasing the value makes SF
to move faster.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/timeman.cpp
src/ucioption.cpp