OptaPlanner core 6.0.0.CR4

org.optaplanner.core.impl.score.director.simple
Interface SimpleScoreCalculator<Sol extends Solution>

Type Parameters:
Sol -

public interface SimpleScoreCalculator<Sol extends Solution>

Used for simple java Score calculation. This is non-incremental calculation, which is slow.

Any implementation must be stateless.

See Also:
SimpleScoreDirector

Method Summary
 Score calculateScore(Sol solution)
           
 

Method Detail

calculateScore

Score calculateScore(Sol solution)
Parameters:
solution - never null
Returns:
never null

OptaPlanner core 6.0.0.CR4

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.