Uses of Interface
org.optaplanner.core.api.solver.Solver
Packages that use Solver
-
Uses of Solver in org.optaplanner.benchmark.impl.statistic
Methods in org.optaplanner.benchmark.impl.statistic with parameters of type SolverModifier and TypeMethodDescriptionvoid
SubSingleStatistic.close
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) abstract void
SubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of Solver in org.optaplanner.benchmark.impl.statistic.bestscore
Methods in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type SolverModifier and TypeMethodDescriptionvoid
BestScoreSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of Solver in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Methods in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type SolverModifier and TypeMethodDescriptionvoid
BestSolutionMutationSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of Solver in org.optaplanner.benchmark.impl.statistic.memoryuse
Methods in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type SolverModifier and TypeMethodDescriptionvoid
MemoryUseSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of Solver in org.optaplanner.benchmark.impl.statistic.movecountperstep
Methods in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type SolverModifier and TypeMethodDescriptionvoid
MoveCountPerStepSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of Solver in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
Methods in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed with parameters of type SolverModifier and TypeMethodDescriptionvoid
ScoreCalculationSpeedSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of Solver in org.optaplanner.benchmark.impl.statistic.stepscore
Methods in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type SolverModifier and TypeMethodDescriptionvoid
StepScoreSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of Solver in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore with parameters of type SolverModifier and TypeMethodDescriptionvoid
ConstraintMatchTotalBestScoreSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of Solver in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore with parameters of type SolverModifier and TypeMethodDescriptionvoid
ConstraintMatchTotalStepScoreSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of Solver in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore with parameters of type SolverModifier and TypeMethodDescriptionvoid
PickedMoveTypeBestScoreDiffSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of Solver in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore with parameters of type SolverModifier and TypeMethodDescriptionvoid
PickedMoveTypeStepScoreDiffSubSingleStatistic.open
(StatisticRegistry<Solution_> registry, io.micrometer.core.instrument.Tags runTag, Solver<Solution_> solver) -
Uses of Solver in org.optaplanner.core.api.solver
Methods in org.optaplanner.core.api.solver that return Solver -
Uses of Solver in org.optaplanner.core.api.solver.event
Constructors in org.optaplanner.core.api.solver.event with parameters of type SolverModifierConstructorDescriptionBestSolutionChangedEvent
(Solver<Solution_> solver, long timeMillisSpent, Solution_ newBestSolution, Score newBestScore) -
Uses of Solver in org.optaplanner.core.config.solver.monitoring
Methods in org.optaplanner.core.config.solver.monitoring with parameters of type Solver -
Uses of Solver in org.optaplanner.core.impl.partitionedsearch
Classes in org.optaplanner.core.impl.partitionedsearch that implement Solver -
Uses of Solver in org.optaplanner.core.impl.solver
Classes in org.optaplanner.core.impl.solver that implement SolverModifier and TypeClassDescriptionclass
AbstractSolver<Solution_>
Common code betweenDefaultSolver
and child solvers (such asPartitionSolver
).class
DefaultSolver<Solution_>
Default implementation forSolver
.Methods in org.optaplanner.core.impl.solver that return SolverConstructors in org.optaplanner.core.impl.solver with parameters of type SolverModifierConstructorDescriptionDefaultSolverJob
(DefaultSolverManager<Solution_, ProblemId_> solverManager, Solver<Solution_> solver, ProblemId_ problemId, Function<? super ProblemId_, ? extends Solution_> problemFinder, Consumer<? super Solution_> bestSolutionConsumer, Consumer<? super Solution_> finalBestSolutionConsumer, BiConsumer<? super ProblemId_, ? super Throwable> exceptionHandler) -
Uses of Solver in org.optaplanner.core.impl.solver.event
Constructors in org.optaplanner.core.impl.solver.event with parameters of type Solver -
Uses of Solver in org.optaplanner.core.impl.statistic
Methods in org.optaplanner.core.impl.statistic with parameters of type SolverModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
BestScoreStatistic.unregister
(Solver<Solution_> solver) void
BestSolutionMutationCountStatistic.unregister
(Solver<Solution_> solver) void
MemoryUseStatistic.unregister
(Solver<Solution_> solver) void
PickedMoveBestScoreDiffStatistic.unregister
(Solver<Solution_> solver) void
PickedMoveStepScoreDiffStatistic.unregister
(Solver<Solution_> solver) void
SolverStatistic.unregister
(Solver<Solution_> solver) void
StatelessSolverStatistic.unregister
(Solver<Solution_> solver)