Struct pleco::bots::AlphaBetaSearcher[][src]

pub struct AlphaBetaSearcher {}

Searcher that uses an alpha-beta algorithm to search for a best move.

Trait Implementations

impl Searcher for AlphaBetaSearcher
[src]

Returns the name of the searcher.

Returns the BestMove of a position from a search of depth.

Auto Trait Implementations