public interface RoutingObjectiveFunc
Modifier and Type | Method and Description |
---|---|
double |
getScore()
Get the score of the current solution based on the simulation results.
|
void |
printFunctionName()
Utility function to allow the user to print the name (and parameters) of this
objective function.
|