TransTable ProbeEntry Method Delta Engine Documentation
Try to find if the current board has already been evaluated View code on GitHub

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

public int ProbeEntry(
	long i64ZobristKey,
	ChessBoard BoardStateMaskE eExtraInfo,
	int iDepth,
	int iAlpha,
	int iBeta
)

Return Value

Type: Int32
Int32.MaxValue if no valid value found, else value of the board.
See Also