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