| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
SolverBenchmarkResult.getScoreDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolverBenchmarkResult.setScoreDefinition(ScoreDefinition scoreDefinition) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract StatisticPoint_ |
SubSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected BestScoreStatisticPoint |
BestScoreSubSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected BestSolutionMutationStatisticPoint |
BestSolutionMutationSubSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected MemoryUseStatisticPoint |
MemoryUseSubSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected MoveCountPerStepStatisticPoint |
MoveCountPerStepSubSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected ScoreCalculationSpeedStatisticPoint |
ScoreCalculationSpeedSubSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected StepScoreStatisticPoint |
StepScoreSubSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected ConstraintMatchTotalBestScoreStatisticPoint |
ConstraintMatchTotalBestScoreSubSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected ConstraintMatchTotalStepScoreStatisticPoint |
ConstraintMatchTotalStepScoreSubSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected PickedMoveTypeBestScoreDiffStatisticPoint |
PickedMoveTypeBestScoreDiffSubSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Method and Description |
|---|---|
protected PickedMoveTypeStepScoreDiffStatisticPoint |
PickedMoveTypeStepScoreDiffSubSingleStatistic.createPointFromCsvLine(ScoreDefinition scoreDefinition,
List<String> csvLine) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PlanningScore.NullScoreDefinition
Workaround for annotation limitation in
PlanningScore.scoreDefinitionClass(). |
| Modifier and Type | Method and Description |
|---|---|
SolutionDescriptor |
ScanAnnotatedClassesConfig.buildSolutionDescriptor(SolverConfigContext configContext,
ScoreDefinition deprecatedScoreDefinition) |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
HeuristicConfigPolicy.getScoreDefinition() |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends ScoreDefinition> |
ScoreDirectorFactoryConfig.scoreDefinitionClass
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
ScoreDirectorFactoryConfig.buildDeprecatedScoreDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ScoreDefinition> |
ScoreDirectorFactoryConfig.getScoreDefinitionClass()
Deprecated.
Use
PlanningScore.scoreDefinitionClass() instead. Will be removed in 8.0. |
| Modifier and Type | Method and Description |
|---|---|
void |
ScoreDirectorFactoryConfig.setScoreDefinitionClass(Class<? extends ScoreDefinition> scoreDefinitionClass)
Deprecated.
Use
PlanningScore.scoreDefinitionClass() instead. Will be removed in 8.0. |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
SolutionDescriptor.buildScoreDefinition(Class<? extends Score> scoreType,
PlanningScore annotation) |
ScoreDefinition |
SolutionDescriptor.getScoreDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static <Solution_> |
SolutionDescriptor.buildSolutionDescriptor(Class<Solution_> solutionClass,
List<Class<?>> entityClassList,
ScoreDefinition deprecatedScoreDefinition) |
void |
SolutionDescriptor.processAnnotations(DescriptorPolicy descriptorPolicy,
ScoreDefinition deprecatedScoreDefinition,
List<Class<?>> entityClassList) |
| Modifier and Type | Field and Description |
|---|---|
protected ScoreDefinition |
TrendBasedScoreBounder.scoreDefinition |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
AbstractPhaseScope.getScoreDefinition() |
| Modifier and Type | Class and Description |
|---|---|
class |
BendableScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
BendableBigDecimalScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
BendableLongScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardMediumSoftScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardMediumSoftBigDecimalScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardMediumSoftLongScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardSoftScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardSoftBigDecimalScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardSoftDoubleScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
HardSoftLongScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleBigDecimalScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDoubleScoreDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleLongScoreDefinition |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FeasibilityScoreDefinition<S extends FeasibilityScore> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBendableScoreDefinition<S extends FeasibilityScore<S>> |
class |
AbstractFeasibilityScoreDefinition<S extends FeasibilityScore<S>>
Abstract superclass for
FeasibilityScoreDefinition. |
class |
AbstractScoreDefinition<S extends Score>
Abstract superclass for
ScoreDefinition. |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
InnerScoreDirectorFactory.getScoreDefinition() |
ScoreDefinition |
InnerScoreDirector.getScoreDefinition() |
ScoreDefinition |
AbstractScoreDirectorFactory.getScoreDefinition() |
ScoreDefinition |
AbstractScoreDirector.getScoreDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
DefaultSolverScope.getScoreDefinition() |
| Constructor and Description |
|---|
BestScoreTermination(ScoreDefinition scoreDefinition,
Score bestScoreLimit,
double[] timeGradientWeightNumbers) |
| Modifier and Type | Field and Description |
|---|---|
protected ScoreDefinition |
AbstractScoreHibernateType.scoreDefinition |
Copyright © 2006–2017 JBoss by Red Hat. All rights reserved.