Package org.uma.jmetal.util.measure.impl
package org.uma.jmetal.util.measure.impl
-
ClassesClassDescriptionBasicMeasure<T>A
BasicMeasureprovides a simple way to define a measure that merely stores a single valueACountingMeasureprovides a simple way to evaluate a number of occurrences.This measure allows to have a simple way to compute the time spent in doing something.LastEvaluationMeasure<Solution,Value> LastEvaluationMeasureis aPushMeasureproviding the last evaluation made in an algorithm.LastEvaluationMeasure.Evaluation<Solution,Value> This structure represent an atomic evaluation of a given solution.This measure is a facility to evaluate the time spent inMeasureListeners registered inPushMeasures.TheMeasureFactoryprovides some useful methods to build specificMeasures.PullPushMeasure<Value>APullPushMeasureaims at providing both thePushMeasureandPullMeasureabilities into a singleMeasure.SimpleMeasure<Value>SimpleMeasureis a basic implementation ofMeasure.ThisSimpleMeasureManagerprovides a basic implementation to manage a collection ofMeasures.SimplePullMeasure<Value>SimplePullMeasureis a basic implementation ofPullMeasure.SimplePushMeasure<Value>SimplePushMeasureis a basic implementation ofPushMeasure.