Expand description
Optimization results shared by every algorithm.
Structs§
- Multi
Solution - A point in a multi-objective search, with its full objective vector (all in the minimizing sense).
- Pareto
Front - The outcome of a multi-objective run: the approximated Pareto front (a set of mutually non-dominated solutions) and the evaluations spent.
- Report
- Full outcome of a run: the best
Solution, how it stopped, and the number of objective evaluations actually spent. - Solution
- The best point an optimizer found, with its (minimized) objective value.
Enums§
- Stop
Reason - Why an optimizer stopped.