@CodeReview(reviewer="Kevin R. Dixon", date="2008-12-02", changesNeeded=false, comments={"I do wonder if we should return a Collection of NamedValues here.","Otherwise, looks good."}) public interface MeasurablePerformanceAlgorithm
IterativeAlgorithm interface, but it can also
be used on its own to determine the performance of the algorithm after it
has completed.IterativeAlgorithm| Modifier and Type | Method and Description |
|---|---|
NamedValue<? extends java.lang.Number> |
getPerformance()
Gets the name-value pair that describes the current performance of the
algorithm.
|
NamedValue<? extends java.lang.Number> getPerformance()