Uses of Class
org.optaplanner.core.impl.localsearch.decider.LocalSearchDecider
-
Packages that use LocalSearchDecider Package Description org.optaplanner.core.impl.localsearch org.optaplanner.core.impl.localsearch.decider -
-
Uses of LocalSearchDecider in org.optaplanner.core.impl.localsearch
Fields in org.optaplanner.core.impl.localsearch declared as LocalSearchDecider Modifier and Type Field Description protected LocalSearchDecider<Solution_>
DefaultLocalSearchPhase. decider
Methods in org.optaplanner.core.impl.localsearch that return LocalSearchDecider Modifier and Type Method Description LocalSearchDecider<Solution_>
DefaultLocalSearchPhase. getDecider()
Methods in org.optaplanner.core.impl.localsearch with parameters of type LocalSearchDecider Modifier and Type Method Description void
DefaultLocalSearchPhase. setDecider(LocalSearchDecider<Solution_> decider)
-
Uses of LocalSearchDecider in org.optaplanner.core.impl.localsearch.decider
Subclasses of LocalSearchDecider in org.optaplanner.core.impl.localsearch.decider Modifier and Type Class Description class
MultiThreadedLocalSearchDecider<Solution_>
-