Trait calco::Evaluable [] [src]

pub trait Evaluable {
    fn evaluate(&self) -> f32;
}

Required Methods

return the actual fitness of this individual

Implementors