Search optionsView code on GitHub
Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
UseMinMax | 0 | Use MinMax searchView code on GitHub | |
UseAlphaBeta | 1 | Use Alpha-Beta prunning functionView code on GitHub | |
UseTransTable | 2 | Use transposition tableView code on GitHub | |
UseBook | 4 | Use book opening. No way to sub-class enum so it's defined hereView code on GitHub | |
UseIterativeDepthSearch | 8 | Use iterative depth-first search on a fix ply countView code on GitHub |
See Also