Package dev.nm.misc.algorithm.iterative.monitor
-
Interface Summary Interface Description IterationMonitor<S> To debug an iterative algorithm, such as inIterativeMethod
, it is useful to keep track of the all states generated in the iterations. -
Class Summary Class Description CountMonitor<S> ThisIterationMonitor
counts the number of iterates generated, hence the number of iterations.IteratesMonitor<S> ThisIterationMonitor
stores all states generated during iterations.NullMonitor<S> ThisIterationMonitor
does nothing when a new iterate is added.VectorMonitor ThisIterationMonitor
stores all vectors generated during iterations.