Struct pleco::bots::ParallelMiniMaxSearcher[][src]

pub struct ParallelMiniMaxSearcher {}

Searcher that uses a MiniMax algorithm to search for a best move, but does so in parallel.

Trait Implementations

impl Searcher for ParallelMiniMaxSearcher
[src]

Returns the name of the searcher.

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

Auto Trait Implementations