org.drools.planner.examples.machinereassignment.solver.selector
Class MrMachineProbabilityWeightFactory
java.lang.Object
org.drools.planner.examples.machinereassignment.solver.selector.MrMachineProbabilityWeightFactory
- All Implemented Interfaces:
- SelectionProbabilityWeightFactory<MrProcessAssignment>
public class MrMachineProbabilityWeightFactory
- extends Object
- implements SelectionProbabilityWeightFactory<MrProcessAssignment>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MrMachineProbabilityWeightFactory
public MrMachineProbabilityWeightFactory()
createProbabilityWeight
public double createProbabilityWeight(ScoreDirector scoreDirector,
MrProcessAssignment processAssignment)
- Specified by:
createProbabilityWeight
in interface SelectionProbabilityWeightFactory<MrProcessAssignment>
- Parameters:
scoreDirector
- never null, the ScoreDirector
which has the ScoreDirector.getWorkingSolution()
to which the selection belongs or applies toprocessAssignment
- never null, a PlanningEntity
, a planningValue, a Move
or a Selector
to create the probabilityWeight for
- Returns:
- 0.0 <= returnValue <
Double.POSITIVE_INFINITY
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.