Solution_ - Subclass of Solutionpublic interface EasyScoreCalculator<Solution_ extends 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–2016 JBoss by Red Hat. All rights reserved.