| 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,
                       ClassLoader classLoader,
                       ScoreDefinition deprecatedScoreDefinition)
Deprecated.  
  | 
| 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 | 
|---|---|
void | 
ConstraintConfigurationDescriptor.processAnnotations(DescriptorPolicy descriptorPolicy,
                  ScoreDefinition scoreDefinition)  | 
| 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
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. 
 | 
| 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
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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleLongScoreDefinition  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractBendableScoreDefinition<S extends FeasibilityScore<S>>  | 
class  | 
AbstractScoreDefinition<S extends Score<S>>
Abstract superclass for  
ScoreDefinition. | 
| Modifier and Type | Method and Description | 
|---|---|
ScoreDefinition | 
InnerScoreDirectorFactory.getScoreDefinition()  | 
ScoreDefinition | 
InnerScoreDirector.getScoreDefinition()  | 
ScoreDefinition | 
AbstractScoreDirectorFactory.getScoreDefinition()  | 
ScoreDefinition | 
AbstractScoreDirector.getScoreDefinition()  | 
| Constructor and Description | 
|---|
BavetConstraintSession(boolean constraintMatchEnabled,
                      ScoreDefinition scoreDefinition,
                      Map<BavetConstraint<Solution_>,Score<?>> constraintToWeightMap)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ScoreDefinition<?> | 
AbstractConstraintSessionFactory.getScoreDefinition()  | 
| Modifier and Type | Method and Description | 
|---|---|
ScoreDefinition | 
DefaultSolverScope.getScoreDefinition()  | 
| Constructor and Description | 
|---|
BestScoreFeasibleTermination(ScoreDefinition scoreDefinition,
                            double[] timeGradientWeightFeasibleNumbers)  | 
BestScoreTermination(ScoreDefinition scoreDefinition,
                    Score bestScoreLimit,
                    double[] timeGradientWeightNumbers)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ScoreDefinition | 
AbstractScoreHibernateType.scoreDefinition  | 
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.