Skip to main content

Module solution

Module solution 

Source
Expand description

Optimization results shared by every algorithm.

Structs§

MultiSolution
A point in a multi-objective search, with its full objective vector (all in the minimizing sense).
ParetoFront
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§

StopReason
Why an optimizer stopped.