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§
- Closure
Multi Objective - Adapts a closure into a
MultiObjectiveFitnesswith an explicit objective count.
Traits§
- Multi
Objective Fitness - Multi-objective fitness function trait