Uses of Interface
org.optaplanner.core.impl.score.definition.ScoreDefinition
-
-
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return ScoreDefinition Modifier and Type Method Description ScoreDefinitionSolverBenchmarkResult. getScoreDefinition()Methods in org.optaplanner.benchmark.impl.result with parameters of type ScoreDefinition Modifier and Type Method Description voidSolverBenchmarkResult. setScoreDefinition(ScoreDefinition scoreDefinition) -
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.statistic
Methods in org.optaplanner.benchmark.impl.statistic with parameters of type ScoreDefinition Modifier and Type Method Description protected abstract StatisticPoint_SubSingleStatistic. createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) -
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.statistic.bestscore
Methods in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type ScoreDefinition Modifier and Type Method Description protected BestScoreStatisticPointBestScoreSubSingleStatistic. createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) -
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Methods in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type ScoreDefinition Modifier and Type Method Description protected BestSolutionMutationStatisticPointBestSolutionMutationSubSingleStatistic. createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) -
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.statistic.memoryuse
Methods in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type ScoreDefinition Modifier and Type Method Description protected MemoryUseStatisticPointMemoryUseSubSingleStatistic. createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) -
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.statistic.movecountperstep
Methods in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type ScoreDefinition Modifier and Type Method Description protected MoveCountPerStepStatisticPointMoveCountPerStepSubSingleStatistic. createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) -
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
Methods in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed with parameters of type ScoreDefinition Modifier and Type Method Description protected ScoreCalculationSpeedStatisticPointScoreCalculationSpeedSubSingleStatistic. createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) -
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.statistic.stepscore
Methods in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type ScoreDefinition Modifier and Type Method Description protected StepScoreStatisticPointStepScoreSubSingleStatistic. createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) -
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore with parameters of type ScoreDefinition Modifier and Type Method Description protected ConstraintMatchTotalBestScoreStatisticPointConstraintMatchTotalBestScoreSubSingleStatistic. createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) -
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore with parameters of type ScoreDefinition Modifier and Type Method Description protected ConstraintMatchTotalStepScoreStatisticPointConstraintMatchTotalStepScoreSubSingleStatistic. createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) -
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore with parameters of type ScoreDefinition Modifier and Type Method Description protected PickedMoveTypeBestScoreDiffStatisticPointPickedMoveTypeBestScoreDiffSubSingleStatistic. createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) -
Uses of ScoreDefinition in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore with parameters of type ScoreDefinition Modifier and Type Method Description protected PickedMoveTypeStepScoreDiffStatisticPointPickedMoveTypeStepScoreDiffSubSingleStatistic. createPointFromCsvLine(ScoreDefinition scoreDefinition, List<String> csvLine) -
Uses of ScoreDefinition in org.optaplanner.core.api.domain.solution
Subinterfaces of ScoreDefinition in org.optaplanner.core.api.domain.solution Modifier and Type Interface Description static interfacePlanningScore.NullScoreDefinitionWorkaround for annotation limitation inPlanningScore.scoreDefinitionClass().Methods in org.optaplanner.core.api.domain.solution that return types with arguments of type ScoreDefinition Modifier and Type Method Description Class<? extends ScoreDefinition>scoreDefinitionClass()Overrides the default determinedScoreDefinitionto implement a custom one. -
Uses of ScoreDefinition in org.optaplanner.core.impl.domain.constraintweight.descriptor
Methods in org.optaplanner.core.impl.domain.constraintweight.descriptor with parameters of type ScoreDefinition Modifier and Type Method Description voidConstraintConfigurationDescriptor. processAnnotations(DescriptorPolicy descriptorPolicy, ScoreDefinition scoreDefinition) -
Uses of ScoreDefinition in org.optaplanner.core.impl.domain.solution.descriptor
Methods in org.optaplanner.core.impl.domain.solution.descriptor that return ScoreDefinition Modifier and Type Method Description ScoreDefinitionSolutionDescriptor. buildScoreDefinition(Class<? extends Score> scoreType, PlanningScore annotation)ScoreDefinitionSolutionDescriptor. getScoreDefinition() -
Uses of ScoreDefinition in org.optaplanner.core.impl.exhaustivesearch.node.bounder
Fields in org.optaplanner.core.impl.exhaustivesearch.node.bounder declared as ScoreDefinition Modifier and Type Field Description protected ScoreDefinitionTrendBasedScoreBounder. scoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.heuristic
Methods in org.optaplanner.core.impl.heuristic that return ScoreDefinition Modifier and Type Method Description ScoreDefinitionHeuristicConfigPolicy. getScoreDefinition() -
Uses of ScoreDefinition in org.optaplanner.core.impl.phase.scope
Methods in org.optaplanner.core.impl.phase.scope that return ScoreDefinition Modifier and Type Method Description <Score_ extends Score<Score_>>
ScoreDefinition<Score_>AbstractPhaseScope. getScoreDefinition() -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.bendable
Classes in org.optaplanner.core.impl.score.buildin.bendable that implement ScoreDefinition Modifier and Type Class Description classBendableScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.bendablebigdecimal
Classes in org.optaplanner.core.impl.score.buildin.bendablebigdecimal that implement ScoreDefinition Modifier and Type Class Description classBendableBigDecimalScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.bendablelong
Classes in org.optaplanner.core.impl.score.buildin.bendablelong that implement ScoreDefinition Modifier and Type Class Description classBendableLongScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.hardmediumsoft
Classes in org.optaplanner.core.impl.score.buildin.hardmediumsoft that implement ScoreDefinition Modifier and Type Class Description classHardMediumSoftScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.hardmediumsoftbigdecimal
Classes in org.optaplanner.core.impl.score.buildin.hardmediumsoftbigdecimal that implement ScoreDefinition Modifier and Type Class Description classHardMediumSoftBigDecimalScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.hardmediumsoftlong
Classes in org.optaplanner.core.impl.score.buildin.hardmediumsoftlong that implement ScoreDefinition Modifier and Type Class Description classHardMediumSoftLongScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.hardsoft
Classes in org.optaplanner.core.impl.score.buildin.hardsoft that implement ScoreDefinition Modifier and Type Class Description classHardSoftScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.hardsoftbigdecimal
Classes in org.optaplanner.core.impl.score.buildin.hardsoftbigdecimal that implement ScoreDefinition Modifier and Type Class Description classHardSoftBigDecimalScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.hardsoftlong
Classes in org.optaplanner.core.impl.score.buildin.hardsoftlong that implement ScoreDefinition Modifier and Type Class Description classHardSoftLongScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.simple
Classes in org.optaplanner.core.impl.score.buildin.simple that implement ScoreDefinition Modifier and Type Class Description classSimpleScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.simplebigdecimal
Classes in org.optaplanner.core.impl.score.buildin.simplebigdecimal that implement ScoreDefinition Modifier and Type Class Description classSimpleBigDecimalScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.buildin.simplelong
Classes in org.optaplanner.core.impl.score.buildin.simplelong that implement ScoreDefinition Modifier and Type Class Description classSimpleLongScoreDefinition -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.definition
Classes in org.optaplanner.core.impl.score.definition that implement ScoreDefinition Modifier and Type Class Description classAbstractBendableScoreDefinition<Score_ extends Score<Score_>>classAbstractScoreDefinition<Score_ extends Score<Score_>>Abstract superclass forScoreDefinition. -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.director
Methods in org.optaplanner.core.impl.score.director that return ScoreDefinition Modifier and Type Method Description ScoreDefinition<Score_>AbstractScoreDirector. getScoreDefinition()ScoreDefinition<Score_>AbstractScoreDirectorFactory. getScoreDefinition()ScoreDefinition<Score_>InnerScoreDirector. getScoreDefinition()ScoreDefinition<Score_>InnerScoreDirectorFactory. getScoreDefinition() -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.stream.bavet
Constructors in org.optaplanner.core.impl.score.stream.bavet with parameters of type ScoreDefinition Constructor Description BavetConstraintSession(boolean constraintMatchEnabled, ScoreDefinition<Score_> scoreDefinition, Map<BavetConstraint<Solution_>,Score_> constraintToWeightMap) -
Uses of ScoreDefinition in org.optaplanner.core.impl.solver.scope
Methods in org.optaplanner.core.impl.solver.scope that return ScoreDefinition Modifier and Type Method Description ScoreDefinitionSolverScope. getScoreDefinition() -
Uses of ScoreDefinition in org.optaplanner.core.impl.solver.termination
Constructors in org.optaplanner.core.impl.solver.termination with parameters of type ScoreDefinition Constructor Description BestScoreFeasibleTermination(ScoreDefinition scoreDefinition, double[] timeGradientWeightFeasibleNumbers)BestScoreTermination(ScoreDefinition scoreDefinition, Score bestScoreLimit, double[] timeGradientWeightNumbers) -
Uses of ScoreDefinition in org.optaplanner.persistence.jpa.impl.score
Fields in org.optaplanner.persistence.jpa.impl.score declared as ScoreDefinition Modifier and Type Field Description protected ScoreDefinitionAbstractScoreHibernateType. scoreDefinition
-