Struct pleco::bots::MiniMaxSearcher[][src]

pub struct MiniMaxSearcher {}

Searcher that uses a MiniMax algorithm to search for a best move.

Trait Implementations

impl Searcher for MiniMaxSearcher
[src]

Returns the name of the searcher.

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

Auto Trait Implementations