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