org.optaplanner.core.impl.score.director.simple
Sol
- public interface SimpleScoreCalculator<Sol extends Solution>
Score
calculation. This is non-incremental calculation, which is slow.
Any implementation must be stateless.SimpleScoreDirector
Modifier and Type | Method and Description |
---|---|
Score |
calculateScore(Sol solution) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.