Interface | Description |
---|---|
IterationMonitor<S> |
To debug an iterative algorithm, such as in
IterativeMethod , it is
useful to keep track of the all states generated in the iterations. |
Class | Description |
---|---|
CountMonitor<S> |
This
IterationMonitor counts the number of iterates generated, hence
the number of iterations. |
IteratesMonitor<S> |
This
IterationMonitor stores all states generated during iterations. |
NullMonitor<S> |
This
IterationMonitor does nothing when a new iterate is added. |
VectorMonitor |
This
IterationMonitor stores all vectors generated during iterations. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.