Package dynheurset.measure
Class PerfDurMeasure
java.lang.Object
dynheurset.measure.Measure
dynheurset.measure.PerfDurMeasure
public class PerfDurMeasure extends Measure
Considers the percentage improvement, the percentage disimprovement, and the
duration of the a heuristic to measure its performance.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PerfDurMeasure() -
Method Summary
Modifier and Type Method Description doublemeasure(int heurIdx)Measure the performance of the heuristic indexed byheurIdxin the universal set.
-
Constructor Details
-
PerfDurMeasure
public PerfDurMeasure()
-
-
Method Details