pub struct CompositeLocalOperator { /* private fields */ }Expand description
Provides the way to run multiple local search operators with different probability.
Implementations
Trait Implementations
sourceimpl LocalOperator for CompositeLocalOperator
impl LocalOperator for CompositeLocalOperator
sourcefn explore(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: &InsertionContext
) -> Option<InsertionContext>
fn explore(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: &InsertionContext
) -> Option<InsertionContext>
Applies local search operator to passed solution in order to explore possible small move in solution space which leads to a different solution. Read more
Auto Trait Implementations
impl !RefUnwindSafe for CompositeLocalOperator
impl Send for CompositeLocalOperator
impl Sync for CompositeLocalOperator
impl Unpin for CompositeLocalOperator
impl !UnwindSafe for CompositeLocalOperator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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