Uses of Interface
ai.timefold.solver.core.impl.localsearch.decider.forager.LocalSearchForager
-
Packages that use LocalSearchForager Package Description ai.timefold.solver.core.impl.localsearch ai.timefold.solver.core.impl.localsearch.decider ai.timefold.solver.core.impl.localsearch.decider.forager -
-
Uses of LocalSearchForager in ai.timefold.solver.core.impl.localsearch
Methods in ai.timefold.solver.core.impl.localsearch that return LocalSearchForager Modifier and Type Method Description protected LocalSearchForager<Solution_>DefaultLocalSearchPhaseFactory. buildForager(HeuristicConfigPolicy<Solution_> configPolicy) -
Uses of LocalSearchForager in ai.timefold.solver.core.impl.localsearch.decider
Fields in ai.timefold.solver.core.impl.localsearch.decider declared as LocalSearchForager Modifier and Type Field Description protected LocalSearchForager<Solution_>LocalSearchDecider. foragerMethods in ai.timefold.solver.core.impl.localsearch.decider that return LocalSearchForager Modifier and Type Method Description LocalSearchForager<Solution_>LocalSearchDecider. getForager()Constructors in ai.timefold.solver.core.impl.localsearch.decider with parameters of type LocalSearchForager Constructor Description LocalSearchDecider(String logIndentation, Termination<Solution_> termination, MoveSelector<Solution_> moveSelector, Acceptor<Solution_> acceptor, LocalSearchForager<Solution_> forager)MultiThreadedLocalSearchDecider(String logIndentation, Termination<Solution_> termination, MoveSelector<Solution_> moveSelector, Acceptor<Solution_> acceptor, LocalSearchForager<Solution_> forager, ThreadFactory threadFactory, int moveThreadCount, int selectedMoveBufferSize) -
Uses of LocalSearchForager in ai.timefold.solver.core.impl.localsearch.decider.forager
Classes in ai.timefold.solver.core.impl.localsearch.decider.forager that implement LocalSearchForager Modifier and Type Class Description classAbstractLocalSearchForager<Solution_>Abstract superclass forLocalSearchForager.classAcceptedLocalSearchForager<Solution_>ALocalSearchForagerwhich forages accepted moves and ignores unaccepted moves.Methods in ai.timefold.solver.core.impl.localsearch.decider.forager that return LocalSearchForager Modifier and Type Method Description LocalSearchForager<Solution_>LocalSearchForagerFactory. buildForager()
-