mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +08:00
Rewrite time formula
Time management is really too complex, our aim is to simplify it, but for time being at least rewrite in an understandable way. No functional change.
This commit is contained in:
@@ -80,7 +80,7 @@ struct MainThread : public Thread {
|
||||
|
||||
bool easyMovePlayed, failedLow;
|
||||
double bestMoveChanges;
|
||||
Value previousMoveScore;
|
||||
Value previousScore;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user