Struct pleco::bots::IterativeSearcher[][src]

pub struct IterativeSearcher {}

Modified JamboreeSearcher that uses the parallel alpha-beta algorithm. Improves upon JamboreeSearcher by adding iterative deepening with an aspiration window, MVV-LVA move ordering, as well as a qscience search.

Trait Implementations

impl Searcher for IterativeSearcher
[src]

Returns the name of the searcher.

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

Auto Trait Implementations