Struct vrp_core::solver::mutation::CompositeLocalOperator [−][src]
pub struct CompositeLocalOperator { /* fields omitted */ }Expand description
Provides the way to run multiple local search operators with different probability.
Implementations
Trait Implementations
impl LocalOperator for CompositeLocalOperator[src]
impl LocalOperator for CompositeLocalOperator[src]fn explore(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: &InsertionContext
) -> Option<InsertionContext>[src]
fn explore(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: &InsertionContext
) -> Option<InsertionContext>[src]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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,