Option for the searchView code on GitHub
Inheritance Hierarchy
Chess SearchEngine SearchMode
Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax
The SearchEngine SearchMode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SearchEngine SearchMode | ConstructorView code on GitHub |
Fields
Name | Description | |
---|---|---|
m_boardEvaluationBlack | Board evaluation for the blackView code on GitHub | |
m_boardEvaluationWhite | Board evaluation for the whiteView code on GitHub | |
m_eOption | Search optionView code on GitHub | |
m_eRandomMode | Random modeView code on GitHub | |
m_eThreadingMode | Threading optionView code on GitHub | |
m_iSearchDepth | Maximum search depth (or 0 to use iterative deepening depth-first search with time out)View code on GitHub | |
m_iTimeOutInSec | Time out in second if using iterative deepening depth-first searchView code on GitHub |
See Also