Uses of Interface
org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListener
-
-
Uses of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch
Classes in org.optaplanner.core.impl.localsearch that implement LocalSearchPhaseLifecycleListener Modifier and Type Class Description classDefaultLocalSearchPhase<Solution_>Default implementation ofLocalSearchPhase. -
Uses of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor
Subinterfaces of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor Modifier and Type Interface Description interfaceAcceptorAn Acceptor accepts or rejects a selectedMove.Classes in org.optaplanner.core.impl.localsearch.decider.acceptor that implement LocalSearchPhaseLifecycleListener Modifier and Type Class Description classAbstractAcceptorAbstract superclass forAcceptor.classCompositeAcceptorCombines several acceptors into one. -
Uses of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge that implement LocalSearchPhaseLifecycleListener Modifier and Type Class Description classGreatDelugeAcceptor -
Uses of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing that implement LocalSearchPhaseLifecycleListener Modifier and Type Class Description classHillClimbingAcceptor -
Uses of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance that implement LocalSearchPhaseLifecycleListener Modifier and Type Class Description classLateAcceptanceAcceptor -
Uses of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing that implement LocalSearchPhaseLifecycleListener Modifier and Type Class Description classSimulatedAnnealingAcceptorThe time gradient implementation of simulated annealing. -
Uses of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing that implement LocalSearchPhaseLifecycleListener Modifier and Type Class Description classStepCountingHillClimbingAcceptor -
Uses of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Classes in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu that implement LocalSearchPhaseLifecycleListener Modifier and Type Class Description classAbstractTabuAcceptorAbstract superclass for all Tabu Acceptors.classEntityTabuAcceptorclassMoveTabuAcceptorclassSolutionTabuAcceptorDeprecated.classValueTabuAcceptor -
Uses of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.forager
Subinterfaces of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.forager Modifier and Type Interface Description interfaceLocalSearchForagerCollects the moves and picks the next step from those for theLocalSearchDecider.Classes in org.optaplanner.core.impl.localsearch.decider.forager that implement LocalSearchPhaseLifecycleListener Modifier and Type Class Description classAbstractLocalSearchForagerAbstract superclass forLocalSearchForager.classAcceptedLocalSearchForagerALocalSearchForagerwhich forages accepted moves and ignores unaccepted moves. -
Uses of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.forager.finalist
Subinterfaces of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.decider.forager.finalist Modifier and Type Interface Description interfaceFinalistPodiumA podium gathers the finalists (theLocalSearchMoveScopes which might win) and picks the winner.Classes in org.optaplanner.core.impl.localsearch.decider.forager.finalist that implement LocalSearchPhaseLifecycleListener Modifier and Type Class Description classAbstractFinalistPodiumAbstract superclass forFinalistPodium.classHighestScoreFinalistPodiumDefault implementation ofFinalistPodium.classStrategicOscillationByLevelFinalistPodiumStrategic oscillation, works well with Tabu search. -
Uses of LocalSearchPhaseLifecycleListener in org.optaplanner.core.impl.localsearch.event
Classes in org.optaplanner.core.impl.localsearch.event that implement LocalSearchPhaseLifecycleListener Modifier and Type Class Description classLocalSearchPhaseLifecycleListenerAdapter<Solution_>An adapter forLocalSearchPhaseLifecycleListener.
-