Overload List
Name | Description | |
---|---|---|
FindBestMove(ChessBoard, SearchEngine SearchMode, ChessBoard PlayerColorE, ChessBoard MovePosS , Int32 , Int32 , Int32 ) |
Find the best move for a player using a specific method
View code on GitHub (Inherited from SearchEngine.) | |
FindBestMove(ChessBoard, SearchEngine SearchMode, ChessBoard PlayerColorE, List ChessBoard MovePosS , Int32 , ChessBoard PosInfoS, ChessBoard MovePosS , Int32 , Int32 , Int32 ) |
Find the best move for a player using alpha-beta
View code on GitHub (Overrides SearchEngine FindBestMove(ChessBoard, SearchEngine SearchMode, ChessBoard PlayerColorE, List ChessBoard MovePosS , Int32 , ChessBoard PosInfoS, ChessBoard MovePosS , Int32 , Int32 , Int32 ).) |
See Also