Package org.drools.planner.core.score

Interface Summary
HardAndSoftScore A HardAndSoftScore is a Score based on hard constraints and soft int constraints.
Score<S extends Score> A Score is result of the score function (AKA fitness function) on a single possible solution.
SimpleDoubleScore A SimpleScore is a Score based on double constraints.
SimpleScore A SimpleScore is a Score based on int constraints.
 

Class Summary
AbstractScore<S extends Score> Abstract superclass for Score.
DefaultHardAndSoftScore Default implementation of HardAndSoftScore.
DefaultSimpleDoubleScore Default implementation of SimpleDoubleScore.
DefaultSimpleScore Default implementation of SimpleScore.
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.