Struct vrp_core::solver::search::LocalSearch
source · pub struct LocalSearch { /* private fields */ }Expand description
A mutation operator which applies local search principles.
Implementations§
source§impl LocalSearch
impl LocalSearch
Trait Implementations§
source§impl HeuristicSearchOperator for LocalSearch
impl HeuristicSearchOperator for LocalSearch
§type Context = RefinementContext
type Context = RefinementContext
A heuristic context type.
§type Objective = GoalContext
type Objective = GoalContext
A heuristic objective type.
§type Solution = InsertionContext
type Solution = InsertionContext
A heuristic solution type.