Uses of Interface
org.optaplanner.core.impl.score.definition.ScoreDefinition
-
-
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.NullScoreDefinitionDeprecated, for removal: This API element is subject to removal in a future version.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()Deprecated, for removal: This API element is subject to removal in a future version.Support for custom scores is deprecated and will be removed in OptaPlanner 9.0. -
Uses of ScoreDefinition in org.optaplanner.core.config.solver.monitoring
Methods in org.optaplanner.core.config.solver.monitoring with parameters of type ScoreDefinition Modifier and Type Method Description static voidSolverMetric. registerScoreMetrics(SolverMetric metric, io.micrometer.core.instrument.Tags tags, ScoreDefinition<?> scoreDefinition, Map<io.micrometer.core.instrument.Tags,List<AtomicReference<Number>>> tagToScoreLevels, Score<?> score) -
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.score.descriptor
Methods in org.optaplanner.core.impl.domain.score.descriptor that return ScoreDefinition Modifier and Type Method Description ScoreDefinition<?>ScoreDescriptor. getScoreDefinition() -
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. 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
Classes in org.optaplanner.core.impl.score.buildin that implement ScoreDefinition Modifier and Type Class Description classBendableBigDecimalScoreDefinitionclassBendableLongScoreDefinitionclassBendableScoreDefinitionclassHardMediumSoftBigDecimalScoreDefinitionclassHardMediumSoftLongScoreDefinitionclassHardMediumSoftScoreDefinitionclassHardSoftBigDecimalScoreDefinitionclassHardSoftLongScoreDefinitionclassHardSoftScoreDefinitionclassSimpleBigDecimalScoreDefinitionclassSimpleLongScoreDefinitionclassSimpleScoreDefinition -
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.holder
Methods in org.optaplanner.core.impl.score.holder with parameters of type ScoreDefinition Modifier and Type Method Description static <Score_ extends Score<Score_>,ScoreHolder_ extends AbstractScoreHolder<Score_>>
ScoreHolder_AbstractScoreHolder. buildScoreHolder(ScoreDefinition<Score_> scoreDefinition, boolean constraintMatchEnabled) -
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.score.stream.common.inliner
Methods in org.optaplanner.core.impl.score.stream.common.inliner with parameters of type ScoreDefinition Modifier and Type Method Description static <Score_ extends Score<Score_>,ScoreInliner_ extends AbstractScoreInliner<Score_>>
ScoreInliner_AbstractScoreInliner. buildScoreInliner(ScoreDefinition<Score_> scoreDefinition, Map<Constraint,Score_> constraintIdToWeightMap, boolean constraintMatchEnabled) -
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)
-