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
Constructors in org.optaplanner.core.impl.localsearch with parameters of type LocalSearchDecider Constructor Description Builder(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, 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_>
-