Uses of Interface
ai.timefold.solver.core.impl.localsearch.decider.acceptor.Acceptor
Packages that use Acceptor
Package
Description
-
Uses of Acceptor in ai.timefold.solver.core.enterprise
Methods in ai.timefold.solver.core.enterprise with parameters of type AcceptorModifier 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 Acceptor in ai.timefold.solver.core.impl.localsearch
Methods in ai.timefold.solver.core.impl.localsearch that return AcceptorModifier and TypeMethodDescriptionDefaultLocalSearchPhaseFactory.buildAcceptor(HeuristicConfigPolicy<Solution_> configPolicy, boolean moveStreamsEnabled) -
Uses of Acceptor in ai.timefold.solver.core.impl.localsearch.decider
Fields in ai.timefold.solver.core.impl.localsearch.decider declared as AcceptorMethods in ai.timefold.solver.core.impl.localsearch.decider that return AcceptorConstructors in ai.timefold.solver.core.impl.localsearch.decider with parameters of type AcceptorModifierConstructorDescriptionLocalSearchDecider(String logIndentation, PhaseTermination<Solution_> termination, MoveRepository<Solution_> moveRepository, Acceptor<Solution_> acceptor, LocalSearchForager<Solution_> forager) -
Uses of Acceptor in ai.timefold.solver.core.impl.localsearch.decider.acceptor
Classes in ai.timefold.solver.core.impl.localsearch.decider.acceptor that implement AcceptorModifier and TypeClassDescriptionclassAbstractAcceptor<Solution_>Abstract superclass forAcceptor.classCompositeAcceptor<Solution_>Combines several acceptors into one.Fields in ai.timefold.solver.core.impl.localsearch.decider.acceptor with type parameters of type AcceptorMethods in ai.timefold.solver.core.impl.localsearch.decider.acceptor that return AcceptorModifier and TypeMethodDescriptionAcceptorFactory.buildAcceptor(HeuristicConfigPolicy<Solution_> configPolicy) Constructors in ai.timefold.solver.core.impl.localsearch.decider.acceptor with parameters of type AcceptorConstructor parameters in ai.timefold.solver.core.impl.localsearch.decider.acceptor with type arguments of type Acceptor -
Uses of Acceptor in ai.timefold.solver.core.impl.localsearch.decider.acceptor.greatdeluge
Classes in ai.timefold.solver.core.impl.localsearch.decider.acceptor.greatdeluge that implement Acceptor -
Uses of Acceptor in ai.timefold.solver.core.impl.localsearch.decider.acceptor.hillclimbing
Classes in ai.timefold.solver.core.impl.localsearch.decider.acceptor.hillclimbing that implement Acceptor -
Uses of Acceptor in ai.timefold.solver.core.impl.localsearch.decider.acceptor.lateacceptance
Classes in ai.timefold.solver.core.impl.localsearch.decider.acceptor.lateacceptance that implement AcceptorModifier and TypeClassDescriptionclassDiversifiedLateAcceptanceAcceptor<Solution_>classLateAcceptanceAcceptor<Solution_> -
Uses of Acceptor in ai.timefold.solver.core.impl.localsearch.decider.acceptor.simulatedannealing
Classes in ai.timefold.solver.core.impl.localsearch.decider.acceptor.simulatedannealing that implement AcceptorModifier and TypeClassDescriptionclassSimulatedAnnealingAcceptor<Solution_>The time gradient implementation of simulated annealing. -
Uses of Acceptor in ai.timefold.solver.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Classes in ai.timefold.solver.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing that implement Acceptor -
Uses of Acceptor in ai.timefold.solver.core.impl.localsearch.decider.acceptor.tabu
Classes in ai.timefold.solver.core.impl.localsearch.decider.acceptor.tabu that implement AcceptorModifier and TypeClassDescriptionclassAbstractTabuAcceptor<Solution_>Abstract superclass for all Tabu Acceptors.classEntityTabuAcceptor<Solution_>classMoveTabuAcceptor<Solution_>classValueTabuAcceptor<Solution_>