pub struct WeightedHeuristicOperator { /* private fields */ }Expand description
Provides the way to pick one heuristic operator from the group.
Implementations
Trait Implementations
sourceimpl HeuristicDiversifyOperator for WeightedHeuristicOperator
impl HeuristicDiversifyOperator for WeightedHeuristicOperator
type Context = RefinementContext
type Context = RefinementContext
A heuristic context type.
type Objective = GoalContext
type Objective = GoalContext
A heuristic objective type.
type Solution = InsertionContext
type Solution = InsertionContext
A heuristic solution type.
sourceimpl HeuristicSearchOperator for WeightedHeuristicOperator
impl HeuristicSearchOperator for WeightedHeuristicOperator
type Context = RefinementContext
type Context = RefinementContext
A heuristic context type.
type Objective = GoalContext
type Objective = GoalContext
A heuristic objective type.
type Solution = InsertionContext
type Solution = InsertionContext
A heuristic solution type.
Auto Trait Implementations
impl !RefUnwindSafe for WeightedHeuristicOperator
impl Send for WeightedHeuristicOperator
impl Sync for WeightedHeuristicOperator
impl Unpin for WeightedHeuristicOperator
impl !UnwindSafe for WeightedHeuristicOperator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more