SearchEngine FindBestMove Method (ChessBoard, SearchEngine SearchMode, ChessBoard PlayerColorE, ChessBoard MovePosS , Int32 , Int32 , Int32 )Delta Engine Documentation
Find the best move for a player using a specific method View code on GitHub

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

public bool FindBestMove(
	ChessBoard chessBoard,
	SearchEngine SearchMode searchMode,
	ChessBoard PlayerColorE ePlayerColor,
	out ChessBoard MovePosS moveBest,
	out int iPermCount,
	out int iCacheHit,
	out int iMaxDepth
)

Return Value

Type: Boolean
true if a move has been found
See Also