See: Description
Class | Description |
---|---|
AbstractIterativeAlgorithmListener |
An abstract implementation of the
IterativeAlgorithmListener
interface that provides default implementations of the event methods that
do nothing. |
IterationMeasurablePerformanceReporter |
An iterative algorithm listeners for
MeasurablePerformanceAlgorithm
objects that reports the performance of the algorithm at the end of each
iteration. |
IterationStartReporter |
An iterative algorithm listener that reports the start of each iteration
to the given print stream.
|