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

pub struct StdTimeManager { /* fields omitted */ }

Implements the TimeManager trait.

Trait Implementations

impl<S> TimeManager<S> for StdTimeManager where S: SearchExecutor<ReportData=Vec<Variation>>
[src]

Creates a new instance. Read more

Registers a new search progress report with the time manager.

Decides whether 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

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