Package | Description |
---|---|
org.optaplanner.core.api.score.buildin.hardsoftdouble |
Support for a
Score with 2 score levels and double score weights. |
org.optaplanner.core.impl.score.buildin.hardsoftdouble |
Class and Description |
---|
HardSoftDoubleScore
Deprecated.
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.
Use
HardSoftBigDecimalScore or a scaled HardSoftLongScore instead. |
Class and Description |
---|
HardSoftDoubleScore
Deprecated.
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.
Use
HardSoftBigDecimalScore or a scaled HardSoftLongScore instead. |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.