S - the solution typepublic interface IterativeMethod<S>
| Modifier and Type | Method and Description |
|---|---|
S |
search(S... initials)
Search for a solution that optimizes the objective function from the
given starting points.
|
void |
setInitials(S... initials)
Supply the starting points for the search.
|
Object |
step()
Do the next iteration.
|
void setInitials(S... initials)
initials - the initial guessesObject step() throws Exception
Exception - when an error occurs during the searchS search(S... initials) throws Exception
#setInitials(S...) and then
iteratively step().
It implements a default convergence criterion.initials - the initial guessesException - when an error occurs during the searchCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.