Uses of Interface
org.optaplanner.core.api.score.FeasibilityScore
-
Packages that use FeasibilityScore Package Description org.optaplanner.core.api.score Classes used forScorecalculation.org.optaplanner.core.api.score.buildin.bendable Support for aScorewith a configurable number of score levels andintscore weights.org.optaplanner.core.api.score.buildin.bendablebigdecimal Support for aScorewith a configurable number of score levels andBigDecimalscore weights.org.optaplanner.core.api.score.buildin.bendablelong Support for aScorewith a configurable number of score levels andlongscore weights.org.optaplanner.core.api.score.buildin.hardmediumsoft Support for aScorewith 3 score levels andintscore weights.org.optaplanner.core.api.score.buildin.hardmediumsoftbigdecimal Support for aScorewith 3 score levels andBigDecimalscore weights.org.optaplanner.core.api.score.buildin.hardmediumsoftlong Support for aScorewith 3 score levels andlongscore weights.org.optaplanner.core.api.score.buildin.hardsoft Support for aScorewith 2 score levels andintscore weights.org.optaplanner.core.api.score.buildin.hardsoftbigdecimal Support for aScorewith 2 score levels andBigDecimalscore weights.org.optaplanner.core.api.score.buildin.hardsoftdouble Support for aScorewith 2 score levels anddoublescore weights.org.optaplanner.core.api.score.buildin.hardsoftlong Support for aScorewith 2 score levels andlongscore weights.org.optaplanner.core.impl.score.definition -
-
Uses of FeasibilityScore in org.optaplanner.core.api.score
Classes in org.optaplanner.core.api.score with type parameters of type FeasibilityScore Modifier and Type Class Description classAbstractBendableScore<S extends FeasibilityScore<S>>Abstract superclass for bendableScoretypes.interfaceFeasibilityScore<S extends FeasibilityScore>Deprecated.MovedisFeasible()up toScore. -
Uses of FeasibilityScore in org.optaplanner.core.api.score.buildin.bendable
Classes in org.optaplanner.core.api.score.buildin.bendable that implement FeasibilityScore Modifier and Type Class Description classBendableScoreThisScoreis based on n levels of int constraints. -
Uses of FeasibilityScore in org.optaplanner.core.api.score.buildin.bendablebigdecimal
Classes in org.optaplanner.core.api.score.buildin.bendablebigdecimal that implement FeasibilityScore Modifier and Type Class Description classBendableBigDecimalScoreThisScoreis based on n levels ofBigDecimalconstraints. -
Uses of FeasibilityScore in org.optaplanner.core.api.score.buildin.bendablelong
Classes in org.optaplanner.core.api.score.buildin.bendablelong that implement FeasibilityScore Modifier and Type Class Description classBendableLongScoreThisScoreis based on n levels of long constraints. -
Uses of FeasibilityScore in org.optaplanner.core.api.score.buildin.hardmediumsoft
Classes in org.optaplanner.core.api.score.buildin.hardmediumsoft that implement FeasibilityScore Modifier and Type Class Description classHardMediumSoftScoreThisScoreis based on 3 levels of int constraints: hard, medium and soft. -
Uses of FeasibilityScore in org.optaplanner.core.api.score.buildin.hardmediumsoftbigdecimal
Classes in org.optaplanner.core.api.score.buildin.hardmediumsoftbigdecimal that implement FeasibilityScore Modifier and Type Class Description classHardMediumSoftBigDecimalScoreThisScoreis based on 3 levels ofBigDecimalconstraints: hard, medium and soft. -
Uses of FeasibilityScore in org.optaplanner.core.api.score.buildin.hardmediumsoftlong
Classes in org.optaplanner.core.api.score.buildin.hardmediumsoftlong that implement FeasibilityScore Modifier and Type Class Description classHardMediumSoftLongScoreThisScoreis based on 3 levels of long constraints: hard, medium and soft. -
Uses of FeasibilityScore in org.optaplanner.core.api.score.buildin.hardsoft
Classes in org.optaplanner.core.api.score.buildin.hardsoft that implement FeasibilityScore Modifier and Type Class Description classHardSoftScoreThisScoreis based on 2 levels of int constraints: hard and soft. -
Uses of FeasibilityScore in org.optaplanner.core.api.score.buildin.hardsoftbigdecimal
Classes in org.optaplanner.core.api.score.buildin.hardsoftbigdecimal that implement FeasibilityScore Modifier and Type Class Description classHardSoftBigDecimalScoreThisScoreis based on 2 levels ofBigDecimalconstraints: hard and soft. -
Uses of FeasibilityScore in org.optaplanner.core.api.score.buildin.hardsoftdouble
Classes in org.optaplanner.core.api.score.buildin.hardsoftdouble that implement FeasibilityScore Modifier and Type Class Description classHardSoftDoubleScoreDeprecated.Double-based scores are deprecated as floating point numbers are not associative (A + B + C == C + B + A) and therefore they are not compatible with incremental score calculation. -
Uses of FeasibilityScore in org.optaplanner.core.api.score.buildin.hardsoftlong
Classes in org.optaplanner.core.api.score.buildin.hardsoftlong that implement FeasibilityScore Modifier and Type Class Description classHardSoftLongScoreThisScoreis based on 2 levels of long constraints: hard and soft. -
Uses of FeasibilityScore in org.optaplanner.core.impl.score.definition
Classes in org.optaplanner.core.impl.score.definition with type parameters of type FeasibilityScore Modifier and Type Class Description classAbstractBendableScoreDefinition<S extends FeasibilityScore<S>>
-