Introduced the UCI_AnalyseMode option, and made the evaluation function

symmetrical in analyse mode.

No functional change when playing games.
This commit is contained in:
Tord Romstad
2009-07-17 22:26:01 +02:00
parent 20e8738901
commit b8326edea3
3 changed files with 11 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ namespace {
o["MultiPV"] = Option(1, 1, 500);
o["UCI_ShowCurrLine"] = Option(false);
o["UCI_Chess960"] = Option(false);
o["UCI_AnalyseMode"] = Option(false);
// Any option should know its name so to be easily printed
for (Options::iterator it = o.begin(); it != o.end(); ++it)