public class BruteForceIPMinimizer.Solution extends java.lang.Object implements MinimizationSolution<Vector>
| Modifier and Type | Method and Description |
|---|---|
ImmutableVector |
minimizer()
Get the minimizer (solution) to the minimization problem.
|
double |
minimum()
Get the (approximate) minimum found.
|
Vector |
search(Vector... initials)
Search for a solution that minimizes the objective function from the
given starting points.
|
public Vector search(Vector... initials) throws java.lang.Exception
initials - the initial guesses of the non fixed double variablesjava.lang.Exception - when an error occurs during the searchpublic double minimum()
MinimizationSolutionminimum in interface MinimizationSolution<Vector>public ImmutableVector minimizer()
MinimizationSolutionminimizer in interface MinimizationSolution<Vector>