Package org.optaplanner.core.api.score
package org.optaplanner.core.api.score
Classes used for
Score
calculation.-
ClassDescriptionAbstractBendableScore<Score_ extends AbstractBendableScore<Score_>>Deprecated, for removal: This API element is subject to removal in a future version.AbstractScore<Score_ extends AbstractScore<Score_>>Deprecated, for removal: This API element is subject to removal in a future version.Implement
Score
instead.IBendableScore<Score_ extends IBendableScore<Score_>>Bendable score is aScore
whoseIBendableScore.hardLevelsSize()
andIBendableScore.softLevelsSize()
are only known at runtime.A Score is result of the score function (AKA fitness function) on a single possible solution.ScoreExplanation<Solution_,Score_ extends Score<Score_>> Build bySolutionManager.explain(Object)
to holdConstraintMatchTotal
s andIndictment
s necessary to explain the quality of a particularScore
.ScoreManager<Solution_,Score_ extends Score<Score_>> Deprecated, for removal: This API element is subject to removal in a future version.UseSolutionManager
instead.
IBendableScore
instead.