Struct vrp_core::solver::mutation::RecreateWithSkipBest [−][src]
pub struct RecreateWithSkipBest { /* fields omitted */ }Expand description
A recreate strategy which skips best job insertion for insertion.
Implementations
Trait Implementations
fn run(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext
fn run(
&self,
refinement_ctx: &RefinementContext,
insertion_ctx: InsertionContext
) -> InsertionContext
Recreates a new solution from the given.