public static interface IterativeLinearSystemSolver.Solution extends IterativeMethod<Vector>
| Modifier and Type | Method and Description |
|---|---|
Vector |
search(Vector... initials)
Search for a solution that optimizes the objective function from the
given starting points.
|
IterationMonitor<Vector> |
step()
Do the next iteration.
|
setInitialsIterationMonitor<Vector> step() throws ConvergenceFailure
IterativeMethodstep in interface IterativeMethod<Vector>ConvergenceFailureVector search(Vector... initials) throws ConvergenceFailure
IterativeMethod#setInitials(S...) and then
iteratively IterativeMethod.step().
It implements a default convergence criterion.search in interface IterativeMethod<Vector>initials - the initial guessesConvergenceFailureCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.