alpha_beta

Function alpha_beta 

Source
pub fn alpha_beta(position: Position, ply: PlyKind) -> SearchResult
Expand description

Base alpha_beta call. This function assumes that the current player in the passed position is the engine. It returns the best move and score for the position in the search tree.