Struct vrp_core::solver::mutation::WeightedMutation [−][src]
pub struct WeightedMutation { /* fields omitted */ }Expand description
Provides the way to pick one mutation from the group of mutation methods.
Implementations
Trait Implementations
fn mutate(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: &InsertionContext
) -> InsertionContext
fn mutate(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: &InsertionContext
) -> InsertionContext
Mutates passed insertion context.