Struct dogs::tree_search::algo::beam_search_dom::BeamSearchDom[][src]

pub struct BeamSearchDom<N, B, G, Space> { /* fields omitted */ }
Expand description

beam search with pareto-dominance scheme

Implementations

builds the beam search using the search space, the beam width, and the dominance scheme

Trait Implementations

Formats the value using the given formatter. Read more

returns true if the optimal value is found (thus we can stop the search)

runs until the stopping_criterion is reached

Gets the search manager of the algorithm. It allows to get the best found solution and its value, etc. Read more

provides various statistics of events that occured during the search.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.