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> ThisIterationMonitorcounts the number of iterates generated, hence the number of iterations.IteratesMonitor<S> ThisIterationMonitorstores all states generated during iterations.NullMonitor<S> ThisIterationMonitordoes nothing when a new iterate is added.VectorMonitor ThisIterationMonitorstores all vectors generated during iterations.