Struct alcibiades::stock::StdTimeManager [] [src]

pub struct StdTimeManager { /* fields omitted */ }

Implements the TimeManager trait.

Trait Implementations

impl<T> TimeManager<T> for StdTimeManager where
    T: DeepeningSearch<ReportData = Vec<Variation>>, 
[src]

Creates a new instance. Read more

Returns true if the search must be terminated and the best move played. Read more

impl SetOption for StdTimeManager
[src]

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

Updates the internal state to keep up with the new value for a given configuration option. Read more