Uses of Interface
ai.timefold.solver.core.impl.localsearch.decider.forager.LocalSearchForager
Packages that use LocalSearchForager
Package
Description
-
Uses of LocalSearchForager in ai.timefold.solver.core.enterprise
Methods in ai.timefold.solver.core.enterprise with parameters of type LocalSearchForagerModifier and TypeMethodDescription<Solution_>
LocalSearchDecider<Solution_>TimefoldSolverEnterpriseService.buildLocalSearch(int moveThreadCount, PhaseTermination<Solution_> termination, MoveRepository<Solution_> moveRepository, Acceptor<Solution_> acceptor, LocalSearchForager<Solution_> forager, EnvironmentMode environmentMode, HeuristicConfigPolicy<Solution_> configPolicy) -
Uses of LocalSearchForager in ai.timefold.solver.core.impl.localsearch
Methods in ai.timefold.solver.core.impl.localsearch that return LocalSearchForagerModifier and TypeMethodDescriptionprotected 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 LocalSearchForagerModifier and TypeFieldDescriptionprotected final LocalSearchForager<Solution_>LocalSearchDecider.foragerMethods in ai.timefold.solver.core.impl.localsearch.decider that return LocalSearchForagerConstructors in ai.timefold.solver.core.impl.localsearch.decider with parameters of type LocalSearchForagerModifierConstructorDescriptionLocalSearchDecider(String logIndentation, PhaseTermination<Solution_> termination, MoveRepository<Solution_> moveRepository, Acceptor<Solution_> acceptor, LocalSearchForager<Solution_> forager) -
Uses of LocalSearchForager in ai.timefold.solver.core.impl.localsearch.decider.forager
Classes in ai.timefold.solver.core.impl.localsearch.decider.forager that implement LocalSearchForagerModifier and TypeClassDescriptionclassAbstractLocalSearchForager<Solution_>Abstract superclass forLocalSearchForager.final classAcceptedLocalSearchForager<Solution_>ALocalSearchForagerwhich forages accepted moves and ignores unaccepted moves.Methods in ai.timefold.solver.core.impl.localsearch.decider.forager that return LocalSearchForager