Enum vrp_core::solver::population::SelectionPhase [−][src]
pub enum SelectionPhase {
Initial,
Exploration,
Exploitation,
}Expand description
Specifies a selection phase.
Variants
Expand description
A phase of building an initial solution(-s).
Expand description
A phase of exploring solution space.
Expand description
A phase of exploiting a region near best known optimum.
Trait Implementations
impl Debug for SelectionPhase[src]
impl Debug for SelectionPhase[src]impl Hash for SelectionPhase[src]
impl Hash for SelectionPhase[src]impl PartialEq<SelectionPhase> for SelectionPhase[src]
impl PartialEq<SelectionPhase> for SelectionPhase[src]impl Eq for SelectionPhase[src]
impl StructuralEq for SelectionPhase[src]
impl StructuralPartialEq for SelectionPhase[src]
Auto Trait Implementations
impl RefUnwindSafe for SelectionPhase
impl Send for SelectionPhase
impl Sync for SelectionPhase
impl Unpin for SelectionPhase
impl UnwindSafe for SelectionPhase
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>,