org.optaplanner.examples.vehiclerouting.solver.score
Class VehicleRoutingSimpleScoreCalculator
java.lang.Object
org.optaplanner.examples.vehiclerouting.solver.score.VehicleRoutingSimpleScoreCalculator
- All Implemented Interfaces:
- SimpleScoreCalculator<VehicleRoutingSolution>
public class VehicleRoutingSimpleScoreCalculator
- extends Object
- implements SimpleScoreCalculator<VehicleRoutingSolution>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VehicleRoutingSimpleScoreCalculator
public VehicleRoutingSimpleScoreCalculator()
calculateScore
public HardSoftScore calculateScore(VehicleRoutingSolution schedule)
- Specified by:
calculateScore
in interface SimpleScoreCalculator<VehicleRoutingSolution>
- Parameters:
schedule
- never null
- Returns:
- never null
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.