fn handle_go(params: &[String], state: &UciState)
Expand description
Handles go [parameters]
command by running a new search for a position which was set using position
command. Supported parameters:
wtime x
- amount of total time for white in millisecondsbtime x
- amount of total time for black in millisecondswinc x
- incremental time for whitebinc x
- incremental time for blackdepth x
- fixed depth, where the search will stopnodes x
- fixed nodes count, after which the search will try to stop as soon as possiblemovetime x
- fixed time allocated for the search in millisecondsmovestogo x
- amount of moves, after which the time will be increasedinfinite
- tells the search to run until it reaches the maximal depth for the enginesearchmoves [moves]
- restricts search to the provided moves listponder
- tells the search to run in the ponder mode (thinking on the opponent’s time)