Package org.uma.jmetal.util.measure
Interface Measure<Value>
- Type Parameters:
Value- the type of value theMeasurecan provide
- All Superinterfaces:
DescribedEntity,Serializable
- All Known Subinterfaces:
PullMeasure<Value>,PushMeasure<Value>
- All Known Implementing Classes:
BasicMeasure,CountingMeasure,DurationMeasure,LastEvaluationMeasure,ListenerTimeMeasure,PullPushMeasure,SimpleMeasure,SimplePullMeasure,SimplePushMeasure
A
Measure aims at providing the Measure of a specific property,
typically of an Algorithm. In order to facilitate external uses, it
implements the methods of DescribedEntity.- Author:
- Created by Antonio J. Nebro on 21/10/14 based on the ideas of Matthieu Vergne
-
Method Summary
Methods inherited from interface org.uma.jmetal.util.naming.DescribedEntity
description, name