public class SQPActiveSetSolverForOnlyInequalityConstraint.Solution extends SQPActiveSetSolver.Solution
| Modifier and Type | Method and Description |
|---|---|
Vector |
search(Vector... initials)
Search for a solution that optimizes the objective function from the
given starting points.
|
minimizer, minimum, search, search, setInitials, steppublic Vector search(Vector... initials) throws java.lang.Exception
IterativeMethod#setInitials(S[]) and then
iteratively IterativeMethod.step().
It implements a default convergence criterion.search in interface IterativeMethod<Vector>search in class SQPActiveSetSolver.Solutioninitials - the initial guessesjava.lang.Exception - when an error occurs during the search