Solution_ - the solution type, the class with the PlanningSolution annotationScore_ - the score type to go with the solutionpublic interface EasyScoreCalculator<Solution_,Score_ extends Score>
Score calculation. This is non-incremental calculation, which is slow.
An implementation must be stateless.
| Modifier and Type | Method and Description |
|---|---|
Score_ |
calculateScore(Solution_ solution)
This method is only called if the
Score cannot be predicted. |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.