Skip to main content

Module multi_objective

Module multi_objective 

Source
Expand description

Multi-objective fitness abstraction

The MultiObjectiveFitness trait is shared by the classic NSGA-II algorithm (algorithms::nsga2, classic feature) and the Pareto-posterior inference layer (inference::pareto, ppl feature), so it lives here in the always-available core rather than in either layer.

Structs§

ClosureMultiObjective
Adapts a closure into a MultiObjectiveFitness with an explicit objective count.

Traits§

MultiObjectiveFitness
Multi-objective fitness function trait