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
fn 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