Book CreateBookList Method Delta Engine Documentation
Create the book entries from a series of move list View code on GitHub

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

public int CreateBookList(
	List<int[]> arrMoveList,
	int iMinMoveCount,
	int iMaxDepth
)

Parameters

arrMoveList
Type: System.Collections.Generic List  Int32  
Array of move list
iMinMoveCount
Type: System Int32
Minimum number of moves a move list must have to be consider
iMaxDepth
Type: System Int32
Maximum depth of the moves.

Return Value

Type: Int32
Nb of entries created
See Also