option name UCI_AnalyseMode type check default false
According to "Description of the universal chess interface (UCI) April 2006"
Code: Select all
* <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.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?
