| Modifier and Type | Method and Description |
|---|---|
protected abstract P |
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 CalculateCountStatisticPoint |
CalculateCountSubSingleStatistic.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 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 | Method and Description |
|---|---|
ScoreDefinition |
HeuristicConfigPolicy.getScoreDefinition() |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends ScoreDefinition> |
ScoreDirectorFactoryConfig.scoreDefinitionClass |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
ScoreDirectorFactoryConfig.buildScoreDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ScoreDefinition> |
ScoreDirectorFactoryConfig.getScoreDefinitionClass() |
| Modifier and Type | Method and Description |
|---|---|
protected InnerScoreDirectorFactory |
ScoreDirectorFactoryConfig.buildScoreDirectorFactory(SolverConfigContext configContex,
EnvironmentMode environmentMode,
SolutionDescriptor solutionDescriptor,
ScoreDefinition scoreDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScoreDirectorFactoryConfig.setScoreDefinitionClass(Class<? extends ScoreDefinition> scoreDefinitionClass) |
| 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 |
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 | Field and Description |
|---|---|
protected ScoreDefinition |
AbstractScoreDirectorFactory.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 |
|---|---|
void |
AbstractScoreDirectorFactory.setScoreDefinition(ScoreDefinition scoreDefinition) |
| Modifier and Type | Method and Description |
|---|---|
ScoreDefinition |
DefaultSolverScope.getScoreDefinition() |
| Constructor and Description |
|---|
BestScoreTermination(ScoreDefinition scoreDefinition,
Score bestScoreLimit,
double[] timeGradientWeightNumbers) |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.