Uses of Enum
org.optaplanner.core.api.solver.SolutionUpdatePolicy
-
Uses of SolutionUpdatePolicy in org.optaplanner.core.api.score
Modifier and TypeMethodDescriptionScoreManager.explain
(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy) Deprecated, for removal: This API element is subject to removal in a future version.Calculates and retrievesConstraintMatchTotal
s andIndictment
s necessary for describing the quality of a particular solution.ScoreManager.update
(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy) Deprecated, for removal: This API element is subject to removal in a future version.Updates the given solution according to theSolutionUpdatePolicy
. -
Uses of SolutionUpdatePolicy in org.optaplanner.core.api.solver
Modifier and TypeMethodDescriptionstatic SolutionUpdatePolicy
Returns the enum constant of this type with the specified name.static SolutionUpdatePolicy[]
SolutionUpdatePolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSolutionManager.explain
(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy) Calculates and retrievesConstraintMatchTotal
s andIndictment
s necessary for describing the quality of a particular solution.SolutionManager.update
(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy) Updates the given solution according to theSolutionUpdatePolicy
. -
Uses of SolutionUpdatePolicy in org.optaplanner.core.impl.score
Modifier and TypeMethodDescriptionDefaultScoreManager.explain
(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy) Deprecated, for removal: This API element is subject to removal in a future version.DefaultScoreManager.update
(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SolutionUpdatePolicy in org.optaplanner.core.impl.solver
Modifier and TypeMethodDescriptionDefaultSolutionManager.explain
(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy) DefaultSolutionManager.update
(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy)