TimJentzsch / stonefish_engine

An amateur chess engine written in Rust.
https://lichess.org/@/StonefishEngine
GNU General Public License v3.0
2 stars 0 forks source link

Improve time management #13

Open TimJentzsch opened 1 year ago

TimJentzsch commented 1 year ago

The currently used algorithm to determine the time for each move is rather primitive.

The bot should calculate the approximate remaining time (based on the number of estimated remaining moves) and then divide it equally on the estimated remaining moves.