|
Drools Planner distribution 6.0.0-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Score in org.drools.planner.benchmark.core |
---|
Methods in org.drools.planner.benchmark.core that return Score | |
---|---|
Score |
SolverBenchmark.getAverageScore()
|
Score |
SolverBenchmark.getAverageWinningScoreDifference()
|
Score |
SingleBenchmark.getScore()
|
Score |
SolverBenchmark.getTotalScore()
|
Score |
SolverBenchmark.getTotalWinningScoreDifference()
|
Score |
SingleBenchmark.getWinningScoreDifference()
|
Methods in org.drools.planner.benchmark.core that return types with arguments of type Score | |
---|---|
List<Score> |
SolverBenchmark.getScoreList()
|
Methods in org.drools.planner.benchmark.core with parameters of type Score | |
---|---|
void |
SingleBenchmark.setScore(Score score)
|
void |
SingleBenchmark.setWinningScoreDifference(Score winningScoreDifference)
|
Uses of Score in org.drools.planner.benchmark.core.measurement |
---|
Methods in org.drools.planner.benchmark.core.measurement with type parameters of type Score | ||
---|---|---|
static
|
ScoreDifferencePercentage.calculateScoreDifferencePercentage(Score<S> baseScore,
Score<S> valueScore)
|
Methods in org.drools.planner.benchmark.core.measurement with parameters of type Score | ||
---|---|---|
static
|
ScoreDifferencePercentage.calculateScoreDifferencePercentage(Score<S> baseScore,
Score<S> valueScore)
|
|
static
|
ScoreDifferencePercentage.calculateScoreDifferencePercentage(Score<S> baseScore,
Score<S> valueScore)
|
Uses of Score in org.drools.planner.benchmark.core.statistic.bestscore |
---|
Methods in org.drools.planner.benchmark.core.statistic.bestscore that return Score | |
---|---|
Score |
BestScoreSingleStatisticPoint.getScore()
|
Uses of Score in org.drools.planner.core.constructionheuristic.greedyFit.decider |
---|
Methods in org.drools.planner.core.constructionheuristic.greedyFit.decider that return Score | |
---|---|
Score |
GreedyMoveScope.getScore()
|
Methods in org.drools.planner.core.constructionheuristic.greedyFit.decider with parameters of type Score | |
---|---|
void |
GreedyMoveScope.setScore(Score score)
|
Uses of Score in org.drools.planner.core.constructionheuristic.greedyFit.decider.forager |
---|
Fields in org.drools.planner.core.constructionheuristic.greedyFit.decider.forager declared as Score | |
---|---|
protected Score |
GreedyForager.maxScore
|
Fields in org.drools.planner.core.constructionheuristic.greedyFit.decider.forager with type parameters of type Score | |
---|---|
protected Comparator<Score> |
GreedyForager.scoreComparator
|
Uses of Score in org.drools.planner.core.constructionheuristic.scope |
---|
Methods in org.drools.planner.core.constructionheuristic.scope that return Score | |
---|---|
Score |
ConstructionHeuristicMoveScope.getScore()
|
Methods in org.drools.planner.core.constructionheuristic.scope with parameters of type Score | |
---|---|
void |
ConstructionHeuristicMoveScope.setScore(Score score)
|
Uses of Score in org.drools.planner.core.localsearch.decider.acceptor.greatdeluge |
---|
Fields in org.drools.planner.core.localsearch.decider.acceptor.greatdeluge declared as Score | |
---|---|
protected Score |
GreatDelugeAcceptor.waterLevelScore
|
Uses of Score in org.drools.planner.core.localsearch.decider.acceptor.lateacceptance |
---|
Fields in org.drools.planner.core.localsearch.decider.acceptor.lateacceptance declared as Score | |
---|---|
protected Score[] |
LateAcceptanceAcceptor.previousScores
|
Uses of Score in org.drools.planner.core.localsearch.decider.acceptor.simulatedannealing |
---|
Fields in org.drools.planner.core.localsearch.decider.acceptor.simulatedannealing declared as Score | |
---|---|
protected Score |
SimulatedAnnealingAcceptor.startingTemperature
|
Methods in org.drools.planner.core.localsearch.decider.acceptor.simulatedannealing with parameters of type Score | |
---|---|
void |
SimulatedAnnealingAcceptor.setStartingTemperature(Score startingTemperature)
|
Uses of Score in org.drools.planner.core.localsearch.decider.deciderscorecomparator |
---|
Methods in org.drools.planner.core.localsearch.decider.deciderscorecomparator that return types with arguments of type Score | |
---|---|
Comparator<Score> |
ShiftingHardPenaltyDeciderScoreComparatorFactory.createDeciderScoreComparator()
|
Comparator<Score> |
NaturalDeciderScoreComparatorFactory.createDeciderScoreComparator()
|
Comparator<Score> |
DeciderScoreComparatorFactory.createDeciderScoreComparator()
|
Uses of Score in org.drools.planner.core.localsearch.decider.forager |
---|
Fields in org.drools.planner.core.localsearch.decider.forager declared as Score | |
---|---|
protected Score |
AcceptedForager.maxAcceptedScore
|
protected Score |
AcceptedForager.maxUnacceptedScore
|
Fields in org.drools.planner.core.localsearch.decider.forager with type parameters of type Score | |
---|---|
protected Comparator<Score> |
AcceptedForager.scoreComparator
|
Uses of Score in org.drools.planner.core.localsearch.scope |
---|
Methods in org.drools.planner.core.localsearch.scope that return Score | |
---|---|
Score |
LocalSearchMoveScope.getScore()
|
Methods in org.drools.planner.core.localsearch.scope with parameters of type Score | |
---|---|
void |
LocalSearchMoveScope.setScore(Score score)
|
Uses of Score in org.drools.planner.core.phase |
---|
Fields in org.drools.planner.core.phase declared as Score | |
---|---|
protected Score |
AbstractSolverPhaseScope.startingScore
|
Methods in org.drools.planner.core.phase that return Score | |
---|---|
Score |
AbstractSolverPhaseScope.calculateScore()
|
Score |
AbstractSolverPhaseScope.getBestScore()
|
Score |
AbstractSolverPhaseScope.getStartingScore()
|
Methods in org.drools.planner.core.phase with parameters of type Score | |
---|---|
void |
AbstractSolverPhaseScope.assertExpectedWorkingScore(Score expectedWorkingScore)
|
void |
AbstractSolverPhaseScope.assertWorkingScoreFromScratch(Score workingScore)
|
void |
AbstractSolverPhaseScope.setStartingScore(Score startingScore)
|
Uses of Score in org.drools.planner.core.phase.step |
---|
Fields in org.drools.planner.core.phase.step declared as Score | |
---|---|
protected Score |
AbstractStepScope.score
|
Methods in org.drools.planner.core.phase.step that return Score | |
---|---|
Score |
AbstractStepScope.getScore()
|
Methods in org.drools.planner.core.phase.step with parameters of type Score | |
---|---|
void |
AbstractStepScope.setScore(Score score)
|
Uses of Score in org.drools.planner.core.score |
---|
Classes in org.drools.planner.core.score with type parameters of type Score | |
---|---|
class |
AbstractScore<S extends Score>
Abstract superclass for Score . |
interface |
Score<S extends Score>
A Score is result of the score function (AKA fitness function) on a single possible solution. |
Subinterfaces of Score in org.drools.planner.core.score | |
---|---|
interface |
FeasibilityScore<S extends FeasibilityScore>
A Score that supports FeasibilityScore.isFeasible() . |
Classes in org.drools.planner.core.score that implement Score | |
---|---|
class |
AbstractScore<S extends Score>
Abstract superclass for Score . |
Uses of Score in org.drools.planner.core.score.buildin.bendable |
---|
Classes in org.drools.planner.core.score.buildin.bendable that implement Score | |
---|---|
class |
BendableScore
This Score is based on n levels of int constraints. |
Methods in org.drools.planner.core.score.buildin.bendable that return Score | |
---|---|
Score |
BendableScoreHolder.extractScore()
|
Score |
BendableScoreDefinition.parseScore(String scoreString)
|
Uses of Score in org.drools.planner.core.score.buildin.hardmediumsoft |
---|
Classes in org.drools.planner.core.score.buildin.hardmediumsoft that implement Score | |
---|---|
class |
HardMediumSoftScore
This Score is based on 3 levels of int constraints: hard, medium and soft. |
Methods in org.drools.planner.core.score.buildin.hardmediumsoft that return Score | |
---|---|
Score |
HardMediumSoftScoreHolder.extractScore()
|
Score |
HardMediumSoftScoreDefinition.parseScore(String scoreString)
|
Uses of Score in org.drools.planner.core.score.buildin.hardsoft |
---|
Classes in org.drools.planner.core.score.buildin.hardsoft that implement Score | |
---|---|
class |
HardSoftScore
This Score is based on 2 levels of int constraints: hard and soft. |
Methods in org.drools.planner.core.score.buildin.hardsoft that return Score | |
---|---|
Score |
HardSoftScoreHolder.extractScore()
|
Score |
HardSoftScoreDefinition.parseScore(String scoreString)
|
Uses of Score in org.drools.planner.core.score.buildin.hardsoftbigdecimal |
---|
Classes in org.drools.planner.core.score.buildin.hardsoftbigdecimal that implement Score | |
---|---|
class |
HardSoftBigDecimalScore
This Score is based on 2 levels of BigDecimal constraints: hard and soft. |
Methods in org.drools.planner.core.score.buildin.hardsoftbigdecimal that return Score | |
---|---|
Score |
HardSoftBigDecimalScoreHolder.extractScore()
|
Score |
HardSoftBigDecimalScoreDefinition.parseScore(String scoreString)
|
Uses of Score in org.drools.planner.core.score.buildin.hardsoftdouble |
---|
Classes in org.drools.planner.core.score.buildin.hardsoftdouble that implement Score | |
---|---|
class |
HardSoftDoubleScore
This Score is based on 2 levels of double constraints: hard and soft. |
Methods in org.drools.planner.core.score.buildin.hardsoftdouble that return Score | |
---|---|
Score |
HardSoftDoubleScoreHolder.extractScore()
|
Score |
HardSoftDoubleScoreDefinition.parseScore(String scoreString)
|
Uses of Score in org.drools.planner.core.score.buildin.hardsoftlong |
---|
Classes in org.drools.planner.core.score.buildin.hardsoftlong that implement Score | |
---|---|
class |
HardSoftLongScore
This Score is based on 2 levels of long constraints: hard and soft. |
Methods in org.drools.planner.core.score.buildin.hardsoftlong that return Score | |
---|---|
Score |
HardSoftLongScoreHolder.extractScore()
|
Score |
HardSoftLongScoreDefinition.parseScore(String scoreString)
|
Uses of Score in org.drools.planner.core.score.buildin.simple |
---|
Classes in org.drools.planner.core.score.buildin.simple that implement Score | |
---|---|
class |
SimpleScore
This Score is based on 1 level of int constraints. |
Methods in org.drools.planner.core.score.buildin.simple that return Score | |
---|---|
Score |
SimpleScoreHolder.extractScore()
|
Score |
SimpleScoreDefinition.parseScore(String scoreString)
|
Uses of Score in org.drools.planner.core.score.buildin.simplebigdecimal |
---|
Classes in org.drools.planner.core.score.buildin.simplebigdecimal that implement Score | |
---|---|
class |
SimpleBigDecimalScore
This Score is based on 1 level of BigDecimal constraints. |
Methods in org.drools.planner.core.score.buildin.simplebigdecimal that return Score | |
---|---|
Score |
SimpleBigDecimalScoreHolder.extractScore()
|
Score |
SimpleBigDecimalScoreDefinition.parseScore(String scoreString)
|
Uses of Score in org.drools.planner.core.score.buildin.simpledouble |
---|
Classes in org.drools.planner.core.score.buildin.simpledouble that implement Score | |
---|---|
class |
SimpleDoubleScore
This Score is based on 1 level of double constraints. |
Methods in org.drools.planner.core.score.buildin.simpledouble that return Score | |
---|---|
Score |
SimpleDoubleScoreHolder.extractScore()
|
Score |
SimpleDoubleScoreDefinition.parseScore(String scoreString)
|
Uses of Score in org.drools.planner.core.score.buildin.simplelong |
---|
Classes in org.drools.planner.core.score.buildin.simplelong that implement Score | |
---|---|
class |
SimpleLongScore
This Score is based on 1 level of long constraints. |
Methods in org.drools.planner.core.score.buildin.simplelong that return Score | |
---|---|
Score |
SimpleLongScoreHolder.extractScore()
|
Score |
SimpleLongScoreDefinition.parseScore(String scoreString)
|
Uses of Score in org.drools.planner.core.score.comparator |
---|
Methods in org.drools.planner.core.score.comparator with parameters of type Score | |
---|---|
int |
NaturalScoreComparator.compare(Score score1,
Score score2)
|
int |
NaturalScoreComparator.compare(Score score1,
Score score2)
|
int |
FlatteningHardSoftScoreComparator.compare(Score s1,
Score s2)
|
int |
FlatteningHardSoftScoreComparator.compare(Score s1,
Score s2)
|
Uses of Score in org.drools.planner.core.score.definition |
---|
Classes in org.drools.planner.core.score.definition with type parameters of type Score | |
---|---|
class |
AbstractScoreDefinition<S extends Score>
Abstract superclass for ScoreDefinition . |
interface |
ScoreDefinition<S extends Score>
A ScoreDefinition knows how to compare Score s and what the perfect maximum/minimum Score is. |
Methods in org.drools.planner.core.score.definition that return Score | |
---|---|
Score |
ScoreDefinition.parseScore(String scoreString)
Parses the String and returns a Score . |
Methods in org.drools.planner.core.score.definition with parameters of type Score | |
---|---|
String |
ScoreDefinition.formatScore(Score score)
Returns a String representation of the Score . |
String |
AbstractScoreDefinition.formatScore(Score score)
|
Uses of Score in org.drools.planner.core.score.director |
---|
Methods in org.drools.planner.core.score.director that return Score | |
---|---|
Score |
ScoreDirector.calculateScore()
Calculates the Score and updates the workingSolution accordingly. |
Methods in org.drools.planner.core.score.director with parameters of type Score | |
---|---|
void |
ScoreDirector.assertExpectedWorkingScore(Score expectedWorkingScore)
Asserts that if the Score is calculated for the current workingSolution
in the current ScoreDirector (with possibly incremental calculation residue),
it is equal to the parameter expectedWorkingScore . |
void |
AbstractScoreDirector.assertExpectedWorkingScore(Score expectedWorkingScore)
|
void |
ScoreDirector.assertWorkingScoreFromScratch(Score workingScore)
Asserts that if the Score is calculated for the current workingSolution
in a fresh ScoreDirector (with no incremental calculation residue),
it is equal to the parameter workingScore . |
void |
AbstractScoreDirector.assertWorkingScoreFromScratch(Score workingScore)
|
protected void |
AbstractScoreDirector.setCalculatedScore(Score score)
|
Uses of Score in org.drools.planner.core.score.director.drools |
---|
Methods in org.drools.planner.core.score.director.drools that return Score | |
---|---|
Score |
DroolsScoreDirector.calculateScore()
|
Uses of Score in org.drools.planner.core.score.director.incremental |
---|
Methods in org.drools.planner.core.score.director.incremental that return Score | |
---|---|
Score |
IncrementalScoreDirector.calculateScore()
|
Score |
IncrementalScoreCalculator.calculateScore()
|
Uses of Score in org.drools.planner.core.score.director.simple |
---|
Methods in org.drools.planner.core.score.director.simple that return Score | |
---|---|
Score |
SimpleScoreDirector.calculateScore()
|
Score |
SimpleScoreCalculator.calculateScore(Sol solution)
|
Uses of Score in org.drools.planner.core.score.holder |
---|
Methods in org.drools.planner.core.score.holder that return Score | |
---|---|
Score |
ScoreHolder.extractScore()
Extracts the Score , calculated by the WorkingMemory for DroolsScoreDirector . |
Uses of Score in org.drools.planner.core.solution |
---|
Classes in org.drools.planner.core.solution with type parameters of type Score | |
---|---|
interface |
Solution<S extends Score>
A Solution represents a problem and a possible solution of that problem. |
Uses of Score in org.drools.planner.core.solver.scope |
---|
Fields in org.drools.planner.core.solver.scope declared as Score | |
---|---|
protected Score |
DefaultSolverScope.bestScore
|
protected Score |
DefaultSolverScope.startingInitializedScore
|
Methods in org.drools.planner.core.solver.scope that return Score | |
---|---|
Score |
DefaultSolverScope.calculateScore()
|
Score |
DefaultSolverScope.getBestScore()
|
Score |
DefaultSolverScope.getStartingInitializedScore()
|
Methods in org.drools.planner.core.solver.scope with parameters of type Score | |
---|---|
void |
DefaultSolverScope.assertExpectedWorkingScore(Score expectedWorkingScore)
|
void |
DefaultSolverScope.assertWorkingScoreFromScratch(Score workingScore)
|
void |
DefaultSolverScope.setBestScore(Score bestScore)
|
void |
DefaultSolverScope.setStartingInitializedScore(Score startingInitializedScore)
|
Uses of Score in org.drools.planner.core.termination |
---|
Methods in org.drools.planner.core.termination with parameters of type Score | |
---|---|
void |
ScoreAttainedTermination.setScoreAttained(Score scoreAttained)
|
Uses of Score in org.drools.planner.examples.common.business |
---|
Methods in org.drools.planner.examples.common.business that return Score | |
---|---|
Score |
SolutionBusiness.getScore()
|
Uses of Score in org.drools.planner.persistence.xstream |
---|
Constructor parameters in org.drools.planner.persistence.xstream with type arguments of type Score | |
---|---|
XStreamScoreConverter(Class<? extends Score> scoreClass,
Class<? extends ScoreDefinition> scoreDefinitionClass)
|
|
Drools Planner distribution 6.0.0-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |