Uses of Class
org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
-
-
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.constructionheuristic.decider.forager
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.constructionheuristic.decider.forager Modifier and Type Class Description classAbstractConstructionHeuristicForagerclassDefaultConstructionHeuristicForager -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.constructionheuristic.event
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.constructionheuristic.event Modifier and Type Class Description classConstructionHeuristicPhaseLifecycleListenerAdapter<Solution_>An adapter forConstructionHeuristicPhaseLifecycleListener. -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor Modifier and Type Class Description classAbstractAcceptorAbstract superclass forAcceptor.classCompositeAcceptorCombines several acceptors into one. -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge Modifier and Type Class Description classGreatDelugeAcceptor -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing Modifier and Type Class Description classHillClimbingAcceptor -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance Modifier and Type Class Description classLateAcceptanceAcceptor -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing Modifier and Type Class Description classSimulatedAnnealingAcceptorThe time gradient implementation of simulated annealing. -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing Modifier and Type Class Description classStepCountingHillClimbingAcceptor -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu Modifier and Type Class Description classAbstractTabuAcceptorAbstract superclass for all Tabu Acceptors.classEntityTabuAcceptorclassMoveTabuAcceptorclassSolutionTabuAcceptorDeprecated.classValueTabuAcceptor -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.forager
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.forager Modifier and Type Class Description classAbstractLocalSearchForagerAbstract superclass forLocalSearchForager.classAcceptedLocalSearchForagerALocalSearchForagerwhich forages accepted moves and ignores unaccepted moves. -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.forager.finalist
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.decider.forager.finalist Modifier and Type Class Description classAbstractFinalistPodiumAbstract superclass forFinalistPodium.classHighestScoreFinalistPodiumDefault implementation ofFinalistPodium.classStrategicOscillationByLevelFinalistPodiumStrategic oscillation, works well with Tabu search. -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.event
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.localsearch.event Modifier and Type Class Description classLocalSearchPhaseLifecycleListenerAdapter<Solution_>An adapter forLocalSearchPhaseLifecycleListener. -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.phase.event
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.phase.event Modifier and Type Class Description classPhaseLifecycleListenerAdapter<Solution_>An adapter forPhaseLifecycleListener. -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.solver.recaller
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.solver.recaller Modifier and Type Class Description classBestSolutionRecaller<Solution_>Remembers thebest solutionthat aSolverencounters. -
Uses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.solver.termination
Subclasses of SolverLifecycleListenerAdapter in org.optaplanner.core.impl.solver.termination Modifier and Type Class Description classAbstractCompositeTerminationAbstract superclass that combines multipleTerminations.classAbstractTerminationAbstract superclass forTermination.classAndCompositeTerminationclassBasicPlumbingTerminationConcurrency notes: Condition predicate on (BasicPlumbingTermination.problemFactChangeQueueis not empty orBasicPlumbingTermination.terminatedEarlyis true).classBestScoreFeasibleTerminationclassBestScoreTerminationclassChildThreadPlumbingTerminationclassOrCompositeTerminationclassPhaseToSolverTerminationBridgeclassScoreCalculationCountTerminationclassStepCountTerminationclassTimeMillisSpentTerminationclassUnimprovedStepCountTerminationclassUnimprovedTimeMillisSpentScoreDifferenceThresholdTerminationclassUnimprovedTimeMillisSpentTermination
-