Struct vrp_core::solver::Metrics [−][src]
pub struct Metrics {
pub duration: usize,
pub generations: usize,
pub speed: f64,
pub evolution: Vec<Generation>,
}Expand description
Encapsulates different measurements regarding algorithm evaluation.
Fields
duration: usizeExpand description
Algorithm duration.
generations: usizeExpand description
Total amount of generations.
speed: f64Expand description
Speed: generations per second.
evolution: Vec<Generation>Expand description
Evolution progress.
Auto Trait Implementations
impl RefUnwindSafe for Metrics
impl Send for Metrics
impl Sync for Metrics
impl Unpin for Metrics
impl UnwindSafe for Metrics
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>,