mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Remove some comments in timeman.cpp
Commenst are obsolete now, an updated description would be quite obscure, so better let the code to talk and remove them all together. No functional change.
This commit is contained in:
parent
2bfacf136c
commit
f9571e8d57
1 changed files with 0 additions and 7 deletions
|
@ -77,13 +77,6 @@ void TimeManager::init(const Search::LimitsType& limits, int currentPly, Color u
|
|||
increment == 0 && movesToGo != 0 means: x moves in y minutes
|
||||
increment > 0 && movesToGo == 0 means: x basetime + z increment
|
||||
increment > 0 && movesToGo != 0 means: x moves in y minutes + z increment
|
||||
|
||||
Time management is adjusted by following parameters:
|
||||
|
||||
emergencyMoveHorizon: Be prepared to always play at least this many moves
|
||||
emergencyBaseTime : Always attempt to keep at least this much time (in ms) at clock
|
||||
emergencyMoveTime : Plus attempt to keep at least this much time for each remaining emergency move
|
||||
minThinkingTime : No matter what, use at least this much thinking before doing the move
|
||||
*/
|
||||
|
||||
int hypMTG, hypMyTime, t1, t2;
|
||||
|
|
Loading…
Add table
Reference in a new issue