| Package | Description |
|---|---|
| org.optaplanner.core.impl.score.director | |
| org.optaplanner.core.impl.score.director.drools | |
| org.optaplanner.core.impl.score.director.drools.testgen |
Classes to help isolate incremental score calculation bugs
during
EnvironmentMode.isAsserted(). |
| org.optaplanner.core.impl.score.director.easy | |
| org.optaplanner.core.impl.score.director.incremental | |
| org.optaplanner.core.impl.score.director.stream |
| Modifier and Type | Method and Description |
|---|---|
AbstractScoreDirector<Solution_,Factory_> |
AbstractScoreDirector.clone() |
| Modifier and Type | Class and Description |
|---|---|
class |
DroolsScoreDirector<Solution_>
Drools implementation of
ScoreDirector, which directs the Rule Engine to calculate the Score
of the working solution. |
| Modifier and Type | Class and Description |
|---|---|
class |
TestGenDroolsScoreDirector<Solution_> |
| Modifier and Type | Class and Description |
|---|---|
class |
EasyScoreDirector<Solution_>
Easy java implementation of
ScoreDirector, which recalculates the Score
of the working solution every time. |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalScoreDirector<Solution_>
Incremental java implementation of
ScoreDirector, which only recalculates the Score
of the part of the working solution that changed,
instead of the going through the entire PlanningSolution. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstraintStreamScoreDirector<Solution_>
FP streams implementation of
ScoreDirector, which only recalculates the Score
of the part of the working solution that changed,
instead of the going through the entire PlanningSolution. |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.