SearchEngine SearchMode OptionE EnumerationDelta Engine Documentation
Search optionsView code on GitHub

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

[FlagsAttribute]
public enum OptionE
Members

  Member nameValueDescription
UseMinMax0Use MinMax searchView code on GitHub
UseAlphaBeta1Use Alpha-Beta prunning functionView code on GitHub
UseTransTable2Use transposition tableView code on GitHub
UseBook4Use book opening. No way to sub-class enum so it's defined hereView code on GitHub
UseIterativeDepthSearch8Use iterative depth-first search on a fix ply countView code on GitHub
See Also