[−][src]Trait optlib::genetic::Goal
The trait to calculate goal function.
T
- type of a point in the search space for goal function (chromosomes).
Required methods
fn get(&self, chromosomes: &T) -> f64
Must return value of goal function for chromosomes
point in the search space.