Uses of Interface
org.apache.commons.math3.util.IterationListener
Packages that use IterationListener
Package
Description
Convenience routines and common data structures used throughout the commons-math library.
-
Uses of IterationListener in org.apache.commons.math3.util
Fields in org.apache.commons.math3.util with type parameters of type IterationListenerModifier and TypeFieldDescriptionprivate final Collection
<IterationListener> IterationManager.listeners
The collection of all listeners attached to this iterative algorithm.Methods in org.apache.commons.math3.util with parameters of type IterationListenerModifier and TypeMethodDescriptionvoid
IterationManager.addIterationListener
(IterationListener listener) Attaches a listener to this manager.void
IterationManager.removeIterationListener
(IterationListener listener) Removes the specified iteration listener from the list of listeners currently attached tothis
object.