Struct vrp_core::solver::mutation::ExchangeInterRouteRandom [−][src]
pub struct ExchangeInterRouteRandom { /* fields omitted */ }Expand description
A local search operator which tries to exchange random jobs between different routes.
Implementations
Trait Implementations
impl Default for ExchangeInterRouteRandom[src]
impl Default for ExchangeInterRouteRandom[src]impl LocalOperator for ExchangeInterRouteRandom[src]
impl LocalOperator for ExchangeInterRouteRandom[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 ExchangeInterRouteRandom
impl Send for ExchangeInterRouteRandom
impl Sync for ExchangeInterRouteRandom
impl Unpin for ExchangeInterRouteRandom
impl UnwindSafe for ExchangeInterRouteRandom
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>,