issues
search
bsamseth
/
Goldfish
Goldfish - Stockfish's very distant and not so bright cousin - a UCI chess engine
MIT License
7
stars
2
forks
source link
Improve Time Management
#34
Closed
bsamseth
closed
3 months ago
bsamseth
commented
5 years ago
The trivial TM in place could be improved in many ways.
don't start a new depth iteration if it will take more time than we have left
possibly also don't start a new root move if time will expire
move count based allocation
volatility of score during last iterations
The trivial TM in place could be improved in many ways.