public static interface MultivariateMaximizer.Solution extends IterativeMethod<Vector>
| Modifier and Type | Method and Description |
|---|---|
ImmutableVector |
maximizer()
Get the maximizer (solution) to the maximization problem.
|
double |
maximum()
Get the maximum found.
|
search, setInitials, stepdouble maximum()
Caching the result is especially useful for an objective function that takes a long time to compute.
ImmutableVector maximizer()