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.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.config.domain
Methods in org.optaplanner.core.config.domain with parameters of type ScoreDefinition Modifier and Type Method Description SolutionDescriptorScanAnnotatedClassesConfig. buildSolutionDescriptor(SolverConfigContext configContext, ClassLoader classLoader, ScoreDefinition deprecatedScoreDefinition)Deprecated. -
Uses of ScoreDefinition in org.optaplanner.core.config.heuristic.policy
Methods in org.optaplanner.core.config.heuristic.policy that return ScoreDefinition Modifier and Type Method Description ScoreDefinitionHeuristicConfigPolicy. getScoreDefinition() -
Uses of ScoreDefinition in org.optaplanner.core.config.score.director
Fields in org.optaplanner.core.config.score.director with type parameters of type ScoreDefinition Modifier and Type Field Description protected Class<? extends ScoreDefinition>ScoreDirectorFactoryConfig. scoreDefinitionClassDeprecated.Methods in org.optaplanner.core.config.score.director that return ScoreDefinition Modifier and Type Method Description ScoreDefinitionScoreDirectorFactoryConfig. buildDeprecatedScoreDefinition()Methods in org.optaplanner.core.config.score.director that return types with arguments of type ScoreDefinition Modifier and Type Method Description Class<? extends ScoreDefinition>ScoreDirectorFactoryConfig. getScoreDefinitionClass()Deprecated.UsePlanningScore.scoreDefinitionClass()instead.Method parameters in org.optaplanner.core.config.score.director with type arguments of type ScoreDefinition Modifier and Type Method Description voidScoreDirectorFactoryConfig. setScoreDefinitionClass(Class<? extends ScoreDefinition> scoreDefinitionClass)Deprecated.UsePlanningScore.scoreDefinitionClass()instead. -
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()Methods in org.optaplanner.core.impl.domain.solution.descriptor with parameters of type ScoreDefinition Modifier and Type Method Description static <Solution_>
SolutionDescriptor<Solution_>SolutionDescriptor. buildSolutionDescriptor(Class<Solution_> solutionClass, List<Class<?>> entityClassList, ScoreDefinition deprecatedScoreDefinition)voidSolutionDescriptor. processAnnotations(DescriptorPolicy descriptorPolicy, ScoreDefinition deprecatedScoreDefinition, List<Class<?>> entityClassList) -
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.phase.scope
Methods in org.optaplanner.core.impl.phase.scope that return ScoreDefinition Modifier and Type Method Description ScoreDefinitionAbstractPhaseScope. 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.hardsoftdouble
Classes in org.optaplanner.core.impl.score.buildin.hardsoftdouble that implement ScoreDefinition Modifier and Type Class Description classHardSoftDoubleScoreDefinitionDeprecated.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. -
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.simpledouble
Classes in org.optaplanner.core.impl.score.buildin.simpledouble that implement ScoreDefinition Modifier and Type Class Description classSimpleDoubleScoreDefinitionDeprecated.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. -
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<S extends FeasibilityScore<S>>classAbstractScoreDefinition<S extends Score<S>>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 ScoreDefinitionAbstractScoreDirector. getScoreDefinition()ScoreDefinitionAbstractScoreDirectorFactory. getScoreDefinition()ScoreDefinitionInnerScoreDirector. getScoreDefinition()ScoreDefinitionInnerScoreDirectorFactory. 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 scoreDefinition, Map<BavetConstraint<Solution_>,Score<?>> constraintToWeightMap) -
Uses of ScoreDefinition in org.optaplanner.core.impl.score.stream.common
Methods in org.optaplanner.core.impl.score.stream.common that return ScoreDefinition Modifier and Type Method Description protected ScoreDefinition<?>AbstractConstraintSessionFactory. getScoreDefinition() -
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 ScoreDefinitionDefaultSolverScope. 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)
-