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