public interface StopCondition
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStopped(Vector x,
double... information)
This is called after each iteration to determine whether the termination conditions are met,
e.g., convergence.
|
boolean isStopped(Vector x, double... information)
x - the current state of the algorithminformation - auxiliary information, e.g., the energy at a given statetrue if the iteration should stopCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.