pub struct LocalSearch { /* private fields */ }Expand description
A mutation operator which applies local search principles.
Implementations
sourceimpl LocalSearch
impl LocalSearch
Trait Implementations
sourceimpl HeuristicOperator for LocalSearch
impl HeuristicOperator for LocalSearch
type Context = RefinementContext
type Context = RefinementContext
A heuristic context type.
type Objective = ProblemObjective
type Objective = ProblemObjective
A heuristic objective type.
type Solution = InsertionContext
type Solution = InsertionContext
A heuristic solution type.
Auto Trait Implementations
impl !RefUnwindSafe for LocalSearch
impl Send for LocalSearch
impl Sync for LocalSearch
impl Unpin for LocalSearch
impl !UnwindSafe for LocalSearch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more