Struct vrp_core::solver::mutation::ExchangeIntraRouteRandom [−][src]
pub struct ExchangeIntraRouteRandom { /* fields omitted */ }Expand description
A local search operator which tries to exchange jobs in random way inside one route.
Implementations
Trait Implementations
impl Default for ExchangeIntraRouteRandom[src]
impl Default for ExchangeIntraRouteRandom[src]impl LocalOperator for ExchangeIntraRouteRandom[src]
impl LocalOperator for ExchangeIntraRouteRandom[src]fn explore(
&self,
_: &RefinementContext,
insertion_ctx: &InsertionContext
) -> Option<InsertionContext>[src]
fn explore(
&self,
_: &RefinementContext,
insertion_ctx: &InsertionContext
) -> Option<InsertionContext>[src]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
Auto Trait Implementations
impl RefUnwindSafe for ExchangeIntraRouteRandom
impl Send for ExchangeIntraRouteRandom
impl Sync for ExchangeIntraRouteRandom
impl Unpin for ExchangeIntraRouteRandom
impl UnwindSafe for ExchangeIntraRouteRandom
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,