Struct pleco::bots::JamboreeSearcher[][src]

pub struct JamboreeSearcher {}

Searcher that uses a modified alpha-beta algorithm to search for a best move, but does so in parallel. The specific name of this algorithm is called "jamboree".

Trait Implementations

impl Searcher for JamboreeSearcher
[src]

Returns the name of the searcher.

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

Auto Trait Implementations