OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.examples.vehiclerouting.solver.score
Class VehicleRoutingEasyScoreCalculator

java.lang.Object
  extended by org.optaplanner.examples.vehiclerouting.solver.score.VehicleRoutingEasyScoreCalculator
All Implemented Interfaces:
EasyScoreCalculator<VehicleRoutingSolution>

public class VehicleRoutingEasyScoreCalculator
extends Object
implements EasyScoreCalculator<VehicleRoutingSolution>


Constructor Summary
VehicleRoutingEasyScoreCalculator()
           
 
Method Summary
 HardSoftScore calculateScore(VehicleRoutingSolution solution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleRoutingEasyScoreCalculator

public VehicleRoutingEasyScoreCalculator()
Method Detail

calculateScore

public HardSoftScore calculateScore(VehicleRoutingSolution solution)
Specified by:
calculateScore in interface EasyScoreCalculator<VehicleRoutingSolution>
Parameters:
solution - never null
Returns:
never null

OptaPlanner distribution 6.2.1-SNAPSHOT

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