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.
|
setInitials
IterationMonitor<Vector> step() throws ConvergenceFailure
IterativeMethod
step
in interface IterativeMethod<Vector>
ConvergenceFailure
Vector 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 guessesConvergenceFailure
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.