Uses of Class
org.optaplanner.core.impl.solver.recaller.BestSolutionRecaller
-
-
Uses of BestSolutionRecaller in org.optaplanner.core.config.constructionheuristic
Methods in org.optaplanner.core.config.constructionheuristic with parameters of type BestSolutionRecaller Modifier and Type Method Description ConstructionHeuristicPhase
ConstructionHeuristicPhaseConfig. buildPhase(int phaseIndex, HeuristicConfigPolicy solverConfigPolicy, BestSolutionRecaller bestSolutionRecaller, Termination solverTermination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.config.exhaustivesearch
Methods in org.optaplanner.core.config.exhaustivesearch with parameters of type BestSolutionRecaller Modifier and Type Method Description ExhaustiveSearchPhase
ExhaustiveSearchPhaseConfig. buildPhase(int phaseIndex, HeuristicConfigPolicy solverConfigPolicy, BestSolutionRecaller bestSolutionRecaller, Termination solverTermination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.config.localsearch
Methods in org.optaplanner.core.config.localsearch with parameters of type BestSolutionRecaller Modifier and Type Method Description LocalSearchPhase
LocalSearchPhaseConfig. buildPhase(int phaseIndex, HeuristicConfigPolicy solverConfigPolicy, BestSolutionRecaller bestSolutionRecaller, Termination solverTermination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.config.partitionedsearch
Methods in org.optaplanner.core.config.partitionedsearch with parameters of type BestSolutionRecaller Modifier and Type Method Description PartitionedSearchPhase
PartitionedSearchPhaseConfig. buildPhase(int phaseIndex, HeuristicConfigPolicy solverConfigPolicy, BestSolutionRecaller bestSolutionRecaller, Termination solverTermination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.config.phase
Methods in org.optaplanner.core.config.phase with parameters of type BestSolutionRecaller Modifier and Type Method Description NoChangePhase
NoChangePhaseConfig. buildPhase(int phaseIndex, HeuristicConfigPolicy solverConfigPolicy, BestSolutionRecaller bestSolutionRecaller, Termination solverTermination)
abstract Phase
PhaseConfig. buildPhase(int phaseIndex, HeuristicConfigPolicy solverConfigPolicy, BestSolutionRecaller bestSolutionRecaller, Termination solverTermination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.config.phase.custom
Methods in org.optaplanner.core.config.phase.custom with parameters of type BestSolutionRecaller Modifier and Type Method Description CustomPhase
CustomPhaseConfig. buildPhase(int phaseIndex, HeuristicConfigPolicy solverConfigPolicy, BestSolutionRecaller bestSolutionRecaller, Termination solverTermination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.config.solver
Methods in org.optaplanner.core.config.solver with parameters of type BestSolutionRecaller Modifier and Type Method Description protected <Solution_>
List<Phase<Solution_>>SolverConfig. buildPhaseList(HeuristicConfigPolicy configPolicy, BestSolutionRecaller bestSolutionRecaller, Termination termination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.config.solver.recaller
Methods in org.optaplanner.core.config.solver.recaller that return BestSolutionRecaller Modifier and Type Method Description <Solution_>
BestSolutionRecaller<Solution_>BestSolutionRecallerConfig. buildBestSolutionRecaller(EnvironmentMode environmentMode)
-
Uses of BestSolutionRecaller in org.optaplanner.core.impl.constructionheuristic
Constructors in org.optaplanner.core.impl.constructionheuristic with parameters of type BestSolutionRecaller Constructor Description DefaultConstructionHeuristicPhase(int phaseIndex, String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination termination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.impl.exhaustivesearch
Constructors in org.optaplanner.core.impl.exhaustivesearch with parameters of type BestSolutionRecaller Constructor Description DefaultExhaustiveSearchPhase(int phaseIndex, String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination termination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.impl.exhaustivesearch.decider
Fields in org.optaplanner.core.impl.exhaustivesearch.decider declared as BestSolutionRecaller Modifier and Type Field Description protected BestSolutionRecaller<Solution_>
ExhaustiveSearchDecider. bestSolutionRecaller
Constructors in org.optaplanner.core.impl.exhaustivesearch.decider with parameters of type BestSolutionRecaller Constructor Description ExhaustiveSearchDecider(String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination termination, ManualEntityMimicRecorder manualEntityMimicRecorder, MoveSelector moveSelector, boolean scoreBounderEnabled, ScoreBounder scoreBounder)
-
Uses of BestSolutionRecaller in org.optaplanner.core.impl.localsearch
Constructors in org.optaplanner.core.impl.localsearch with parameters of type BestSolutionRecaller Constructor Description DefaultLocalSearchPhase(int phaseIndex, String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination termination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.impl.partitionedsearch
Constructors in org.optaplanner.core.impl.partitionedsearch with parameters of type BestSolutionRecaller Constructor Description DefaultPartitionedSearchPhase(int phaseIndex, String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination termination, SolutionPartitioner<Solution_> solutionPartitioner, ThreadFactory threadFactory, Integer runnablePartThreadLimit)
PartitionSolver(BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination termination, List<Phase<Solution_>> phaseList, DefaultSolverScope<Solution_> solverScope)
-
Uses of BestSolutionRecaller in org.optaplanner.core.impl.phase
Fields in org.optaplanner.core.impl.phase declared as BestSolutionRecaller Modifier and Type Field Description protected BestSolutionRecaller<Solution_>
AbstractPhase. bestSolutionRecaller
Constructors in org.optaplanner.core.impl.phase with parameters of type BestSolutionRecaller Constructor Description AbstractPhase(int phaseIndex, String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination termination)
NoChangePhase(int phaseIndex, String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination termination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.impl.phase.custom
Constructors in org.optaplanner.core.impl.phase.custom with parameters of type BestSolutionRecaller Constructor Description DefaultCustomPhase(int phaseIndex, String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination termination)
-
Uses of BestSolutionRecaller in org.optaplanner.core.impl.solver
Fields in org.optaplanner.core.impl.solver declared as BestSolutionRecaller Modifier and Type Field Description protected BestSolutionRecaller<Solution_>
AbstractSolver. bestSolutionRecaller
Methods in org.optaplanner.core.impl.solver that return BestSolutionRecaller Modifier and Type Method Description BestSolutionRecaller<Solution_>
DefaultSolver. getBestSolutionRecaller()
Constructors in org.optaplanner.core.impl.solver with parameters of type BestSolutionRecaller Constructor Description AbstractSolver(BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination termination, List<Phase<Solution_>> phaseList)
DefaultSolver(EnvironmentMode environmentMode, RandomFactory randomFactory, BestSolutionRecaller<Solution_> bestSolutionRecaller, BasicPlumbingTermination basicPlumbingTermination, Termination termination, List<Phase<Solution_>> phaseList, DefaultSolverScope<Solution_> solverScope)
-