Package | Description |
---|---|
org.optaplanner.core.api.score.buildin.simpledouble |
Support for a
Score with 1 score level and double score weights. |
org.optaplanner.core.impl.score.buildin.simpledouble |
Class and Description |
---|
SimpleDoubleScore
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
SimpleBigDecimalScore or a scaled SimpleLongScore instead. |
Class and Description |
---|
SimpleDoubleScore
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
SimpleBigDecimalScore or a scaled SimpleLongScore instead. |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.