Ferdinand Mosca
Joined: 10 Aug 2008 Posts: 453 Location: Philippines
|
Post subject: Clarification of uci option UCI_AnalyseMode Posted: Sat Mar 03, 2012 12:12 pm |
|
|
Example
option name UCI_AnalyseMode type check default false
According to "Description of the universal chess interface (UCI) April 2006"
| Code: |
* <id> = UCI_AnalyseMode, type check
The engine wants to behave differently when analysing or playing a game.
For example when playing it can use some kind of learning.
This is set to false if the engine is playing a game, otherwise it is true. |
So this can be used for analysing or playing a game. Second sentence says that it can be
used for learning when playing, but the last sentence implies that this is set to false when
playing a game so what is the point of 2nd sentence?
Does it mean that when user set this to true and play a game, the gui will set it to false?
What then is the specific purpose of this option if we have already go infinite command useful for analysing? |
|