SearchEngine SearchMode ClassDelta Engine Documentation
Option for the searchView code on GitHub
Inheritance Hierarchy

System Object
  Chess SearchEngine SearchMode

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public class SearchMode

The SearchEngine SearchMode type exposes the following members.

Constructors

  NameDescription
Public methodSearchEngine SearchMode
Top
Fields

  NameDescription
Public fieldm_boardEvaluationBlack
Board evaluation for the blackView code on GitHub
Public fieldm_boardEvaluationWhite
Board evaluation for the whiteView code on GitHub
Public fieldm_eOption
Search optionView code on GitHub
Public fieldm_eRandomMode
Public fieldm_eThreadingMode
Threading optionView code on GitHub
Public fieldm_iSearchDepth
Maximum search depth (or 0 to use iterative deepening depth-first search with time out)View code on GitHub
Public fieldm_iTimeOutInSec
Time out in second if using iterative deepening depth-first searchView code on GitHub
Top
See Also