org.drools.planner.core.localsearch.stepstatistic
Interface StepStatistic


public interface StepStatistic


Method Summary
 double getSelectorThoroughness()
          How much of all the selectable moves should be evaluated for the current step.
 

Method Detail

getSelectorThoroughness

double getSelectorThoroughness()
How much of all the selectable moves should be evaluated for the current step.

Returns:
a number > 0 and <= 1.0


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.