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