Uses of Interface
org.optaplanner.core.impl.localsearch.decider.acceptor.Acceptor
-
-
Uses of Acceptor in org.optaplanner.core.config.localsearch
Methods in org.optaplanner.core.config.localsearch that return Acceptor Modifier and Type Method Description protected AcceptorLocalSearchPhaseConfig. buildAcceptor(HeuristicConfigPolicy configPolicy) -
Uses of Acceptor in org.optaplanner.core.config.localsearch.decider.acceptor
Methods in org.optaplanner.core.config.localsearch.decider.acceptor that return Acceptor Modifier and Type Method Description AcceptorAcceptorConfig. buildAcceptor(HeuristicConfigPolicy configPolicy)Methods in org.optaplanner.core.config.localsearch.decider.acceptor that return types with arguments of type Acceptor Modifier and Type Method Description List<Class<? extends Acceptor>>AcceptorConfig. getAcceptorClassList()Deprecated.Method parameters in org.optaplanner.core.config.localsearch.decider.acceptor with type arguments of type Acceptor Modifier and Type Method Description voidAcceptorConfig. setAcceptorClassList(List<Class<? extends Acceptor>> acceptorClassList)Deprecated.AcceptorConfigAcceptorConfig. withAcceptorClassList(List<Class<? extends Acceptor>> acceptorClassList)Deprecated. -
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider
Fields in org.optaplanner.core.impl.localsearch.decider declared as Acceptor Modifier and Type Field Description protected AcceptorLocalSearchDecider. acceptorMethods in org.optaplanner.core.impl.localsearch.decider that return Acceptor Modifier and Type Method Description AcceptorLocalSearchDecider. getAcceptor()Constructors in org.optaplanner.core.impl.localsearch.decider with parameters of type Acceptor 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 Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor that implement Acceptor Modifier and Type Class Description classAbstractAcceptorAbstract superclass forAcceptor.classCompositeAcceptorCombines several acceptors into one.Fields in org.optaplanner.core.impl.localsearch.decider.acceptor with type parameters of type Acceptor Modifier and Type Field Description protected List<Acceptor>CompositeAcceptor. acceptorListConstructors in org.optaplanner.core.impl.localsearch.decider.acceptor with parameters of type Acceptor Constructor Description CompositeAcceptor(Acceptor... acceptors)Constructor parameters in org.optaplanner.core.impl.localsearch.decider.acceptor with type arguments of type Acceptor Constructor Description CompositeAcceptor(List<Acceptor> acceptorList) -
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge that implement Acceptor Modifier and Type Class Description classGreatDelugeAcceptor -
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing that implement Acceptor Modifier and Type Class Description classHillClimbingAcceptor -
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance that implement Acceptor Modifier and Type Class Description classLateAcceptanceAcceptor -
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing that implement Acceptor Modifier and Type Class Description classSimulatedAnnealingAcceptorThe time gradient implementation of simulated annealing. -
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing that implement Acceptor Modifier and Type Class Description classStepCountingHillClimbingAcceptor -
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu that implement Acceptor Modifier and Type Class Description classAbstractTabuAcceptorAbstract superclass for all Tabu Acceptors.classEntityTabuAcceptorclassMoveTabuAcceptorclassSolutionTabuAcceptorDeprecated.classValueTabuAcceptor
-