OptaPlanner core 6.0.0.Beta3

org.optaplanner.core.impl.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

OptaPlanner core 6.0.0.Beta3

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.