T - the minimizer typepublic interface MinimizationSolution<T>
extends java.io.Serializable
OptimProblem.| Modifier and Type | Method and Description |
|---|---|
T |
minimizer()
Get the minimizer (solution) to the minimization problem.
|
double |
minimum()
Get the (approximate) minimum found.
|
double minimum()
T minimizer()