Sol
- Subclass of Solution
public interface EasyScoreCalculator<Sol 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(Sol solution)
This method is only called if the
Score cannot be predicted. |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.