Uses of Interface
org.optaplanner.core.impl.localsearch.decider.forager.LocalSearchForager
-
-
Uses of LocalSearchForager in org.optaplanner.core.config.localsearch
Methods in org.optaplanner.core.config.localsearch that return LocalSearchForager Modifier and Type Method Description protected LocalSearchForagerLocalSearchPhaseConfig. buildForager(HeuristicConfigPolicy configPolicy) -
Uses of LocalSearchForager in org.optaplanner.core.config.localsearch.decider.forager
Methods in org.optaplanner.core.config.localsearch.decider.forager that return LocalSearchForager Modifier and Type Method Description LocalSearchForagerLocalSearchForagerConfig. buildForager(HeuristicConfigPolicy configPolicy)Methods in org.optaplanner.core.config.localsearch.decider.forager that return types with arguments of type LocalSearchForager Modifier and Type Method Description Class<? extends LocalSearchForager>LocalSearchForagerConfig. getForagerClass()Deprecated.Method parameters in org.optaplanner.core.config.localsearch.decider.forager with type arguments of type LocalSearchForager Modifier and Type Method Description voidLocalSearchForagerConfig. setForagerClass(Class<? extends LocalSearchForager> foragerClass)Deprecated. -
Uses of LocalSearchForager in org.optaplanner.core.impl.localsearch.decider
Fields in org.optaplanner.core.impl.localsearch.decider declared as LocalSearchForager Modifier and Type Field Description protected LocalSearchForagerLocalSearchDecider. foragerMethods in org.optaplanner.core.impl.localsearch.decider that return LocalSearchForager Modifier and Type Method Description LocalSearchForagerLocalSearchDecider. getForager()Constructors in org.optaplanner.core.impl.localsearch.decider with parameters of type LocalSearchForager Constructor Description LocalSearchDecider(String logIndentation, Termination termination, MoveSelector moveSelector, Acceptor acceptor, LocalSearchForager forager)MultiThreadedLocalSearchDecider(String logIndentation, Termination termination, MoveSelector moveSelector, Acceptor acceptor, LocalSearchForager forager, ThreadFactory threadFactory, int moveThreadCount, int selectedMoveBufferSize) -
Uses of LocalSearchForager in org.optaplanner.core.impl.localsearch.decider.forager
Classes in org.optaplanner.core.impl.localsearch.decider.forager that implement LocalSearchForager Modifier and Type Class Description classAbstractLocalSearchForagerAbstract superclass forLocalSearchForager.classAcceptedLocalSearchForagerALocalSearchForagerwhich forages accepted moves and ignores unaccepted moves.
-