Struct watchmaker::Success
source · [−]pub struct Success<G> {
pub reason: Reason,
pub epoch: usize,
pub elapsed: Duration,
pub best_cost: f64,
pub mean_cost: f64,
pub worst_cost: f64,
pub best_genome: G,
}Fields
reason: Reasonepoch: usizeelapsed: Durationbest_cost: f64mean_cost: f64worst_cost: f64best_genome: GTrait Implementations
Auto Trait Implementations
impl<G> RefUnwindSafe for Success<G> where
G: RefUnwindSafe,
impl<G> Send for Success<G> where
G: Send,
impl<G> Sync for Success<G> where
G: Sync,
impl<G> Unpin for Success<G> where
G: Unpin,
impl<G> UnwindSafe for Success<G> where
G: UnwindSafe,
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