Uses of Class
ai.timefold.solver.core.impl.solver.recaller.BestSolutionRecaller
Packages that use BestSolutionRecaller
Package
Description
-
Uses of BestSolutionRecaller in ai.timefold.solver.core.impl.constructionheuristic
Methods in ai.timefold.solver.core.impl.constructionheuristic with parameters of type BestSolutionRecallerModifier and TypeMethodDescriptionDefaultConstructionHeuristicPhaseFactory.buildPhase(int phaseIndex, boolean lastInitializingPhase, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> solverTermination) -
Uses of BestSolutionRecaller in ai.timefold.solver.core.impl.exhaustivesearch
Methods in ai.timefold.solver.core.impl.exhaustivesearch with parameters of type BestSolutionRecallerModifier and TypeMethodDescriptionDefaultExhaustiveSearchPhaseFactory.buildPhase(int phaseIndex, boolean lastInitializingPhase, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> solverTermination) -
Uses of BestSolutionRecaller in ai.timefold.solver.core.impl.exhaustivesearch.decider
Constructors in ai.timefold.solver.core.impl.exhaustivesearch.decider with parameters of type BestSolutionRecallerModifierConstructorDescriptionExhaustiveSearchDecider(String logIndentation, BestSolutionRecaller<Solution_> bestSolutionRecaller, PhaseTermination<Solution_> termination, ManualEntityMimicRecorder<Solution_> manualEntityMimicRecorder, MoveRepository<Solution_> moveRepository, boolean scoreBounderEnabled, ScoreBounder<?> scoreBounder) -
Uses of BestSolutionRecaller in ai.timefold.solver.core.impl.localsearch
Methods in ai.timefold.solver.core.impl.localsearch with parameters of type BestSolutionRecallerModifier and TypeMethodDescriptionDefaultLocalSearchPhaseFactory.buildPhase(int phaseIndex, boolean lastInitializingPhase, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> solverTermination) -
Uses of BestSolutionRecaller in ai.timefold.solver.core.impl.partitionedsearch
Methods in ai.timefold.solver.core.impl.partitionedsearch with parameters of type BestSolutionRecallerModifier and TypeMethodDescriptionDefaultPartitionedSearchPhaseFactory.buildPhase(int phaseIndex, boolean lastInitializingPhase, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> solverTermination) -
Uses of BestSolutionRecaller in ai.timefold.solver.core.impl.phase
Methods in ai.timefold.solver.core.impl.phase with parameters of type BestSolutionRecallerModifier and TypeMethodDescriptionNoChangePhaseFactory.buildPhase(int phaseIndex, boolean lastInitializingPhase, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> solverTermination) Deprecated, for removal: This API element is subject to removal in a future version.PhaseFactory.buildPhase(int phaseIndex, boolean lastInitializingPhase, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> solverTermination) PhaseFactory.buildPhases(List<PhaseConfig> phaseConfigList, HeuristicConfigPolicy<Solution_> configPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> termination) -
Uses of BestSolutionRecaller in ai.timefold.solver.core.impl.phase.custom
Methods in ai.timefold.solver.core.impl.phase.custom with parameters of type BestSolutionRecallerModifier and TypeMethodDescriptionDefaultCustomPhaseFactory.buildPhase(int phaseIndex, boolean lastInitializingPhase, HeuristicConfigPolicy<Solution_> solverConfigPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> solverTermination) -
Uses of BestSolutionRecaller in ai.timefold.solver.core.impl.solver
Fields in ai.timefold.solver.core.impl.solver declared as BestSolutionRecallerModifier and TypeFieldDescriptionprotected final BestSolutionRecaller<Solution_>AbstractSolver.bestSolutionRecallerMethods in ai.timefold.solver.core.impl.solver that return BestSolutionRecallerMethods in ai.timefold.solver.core.impl.solver with parameters of type BestSolutionRecallerModifier and TypeMethodDescriptionDefaultSolverFactory.buildPhaseList(HeuristicConfigPolicy<Solution_> configPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, SolverTermination<Solution_> termination) Constructors in ai.timefold.solver.core.impl.solver with parameters of type BestSolutionRecallerModifierConstructorDescriptionprotectedAbstractSolver(BestSolutionRecaller<Solution_> bestSolutionRecaller, UniversalTermination<Solution_> globalTermination, List<Phase<Solution_>> phaseList) DefaultSolver(EnvironmentMode environmentMode, RandomFactory randomFactory, BestSolutionRecaller<Solution_> bestSolutionRecaller, BasicPlumbingTermination<Solution_> basicPlumbingTermination, UniversalTermination<Solution_> termination, List<Phase<Solution_>> phaseList, SolverScope<Solution_> solverScope, String moveThreadCountDescription) -
Uses of BestSolutionRecaller in ai.timefold.solver.core.impl.solver.recaller
Methods in ai.timefold.solver.core.impl.solver.recaller that return BestSolutionRecallerModifier and TypeMethodDescription<Solution_>
BestSolutionRecaller<Solution_>BestSolutionRecallerFactory.buildBestSolutionRecaller(EnvironmentMode environmentMode)