[][src]Trait genevo::operator::SingleObjective

pub trait SingleObjective { }

Marker trait for genetic operators and functions that are used for single-objective optimization.

Implementors

impl SingleObjective for UniformReinserter[src]

Can be used for single-objective optimization

impl SingleObjective for RouletteWheelSelector[src]

impl SingleObjective for UniversalSamplingSelector[src]

impl SingleObjective for TournamentSelector[src]

Can be used for single-objective optimization

impl SingleObjective for MaximizeSelector[src]

Can be used for single-objective optimization

impl<G, F, E> SingleObjective for ElitistReinserter<G, F, E> where
    G: Genotype,
    F: Fitness,
    E: FitnessFunction<G, F>, 
[src]

Can be used for single-objective optimization

Loading content...