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