Trait moonlander_gp::Fitness [] [src]

pub trait Fitness: Send {
    fn score_card(&self) -> &ScoreCard;
}

Trait that models fitness for an individual

Write a custom implementation that retains some additional state about the evaluation if you want to.

Provides some helper classes to record scores.

Required Methods

Implementors