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:
Marco Costalba
2016-01-16 09:03:56 +01:00
parent 89723339d9
commit 356147d99a
2 changed files with 19 additions and 15 deletions

View File

@@ -80,7 +80,7 @@ struct MainThread : public Thread {
bool easyMovePlayed, failedLow;
double bestMoveChanges;
Value previousMoveScore;
Value previousScore;
};