Struct alcibiades::stock::StdQsearch [] [src]

pub struct StdQsearch<T: MoveGenerator> { /* fields omitted */ }

Implements the Qsearch trait.

Performs classical quiescence search with stand pat, delta pruning, static exchange evaluation, check evasions, limited checks and recaptures.

Trait Implementations

impl<T: MoveGenerator> Qsearch for StdQsearch<T>
[src]

The type of move generator that the implementation works with.

The type of result object that the search produces.

Performs a quiescence search and returns a result object.

impl<T: MoveGenerator> SetOption for StdQsearch<T>
[src]

Returns a list of supported configuration options (name and description). Read more

Sets a new value for a given configuration option. Read more