Uses of Enum
org.optaplanner.core.api.solver.SolutionUpdatePolicy
Packages that use SolutionUpdatePolicy
- 
Uses of SolutionUpdatePolicy in org.optaplanner.core.api.scoreMethods in org.optaplanner.core.api.score with parameters of type SolutionUpdatePolicyModifier and TypeMethodDescriptionScoreManager.explain(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy) Deprecated, for removal: This API element is subject to removal in a future version.Calculates and retrievesConstraintMatchTotals andIndictments 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.solverMethods in org.optaplanner.core.api.solver that return SolutionUpdatePolicyModifier and TypeMethodDescriptionstatic SolutionUpdatePolicyReturns 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.Methods in org.optaplanner.core.api.solver with parameters of type SolutionUpdatePolicyModifier and TypeMethodDescriptionSolutionManager.explain(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy) Calculates and retrievesConstraintMatchTotals andIndictments 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.scoreMethods in org.optaplanner.core.impl.score with parameters of type SolutionUpdatePolicyModifier 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.solverMethods in org.optaplanner.core.impl.solver with parameters of type SolutionUpdatePolicyModifier and TypeMethodDescriptionDefaultSolutionManager.explain(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy) DefaultSolutionManager.update(Solution_ solution, SolutionUpdatePolicy solutionUpdatePolicy)