Uses of Interface
org.optaplanner.core.api.solver.Solver
-
Uses of Solver in org.optaplanner.benchmark.impl.statistic
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
-
Uses of Solver in org.optaplanner.core.api.solver.event
ModifierConstructorDescriptionBestSolutionChangedEvent
(Solver<Solution_> solver, long timeMillisSpent, Solution_ newBestSolution, Score newBestScore) -
Uses of Solver in org.optaplanner.core.config.solver.monitoring
-
Uses of Solver in org.optaplanner.core.impl.partitionedsearch
-
Uses of Solver in org.optaplanner.core.impl.solver
Modifier and TypeClassDescriptionclass
AbstractSolver<Solution_>
Common code betweenDefaultSolver
and child solvers (such asPartitionSolver
).class
DefaultSolver<Solution_>
Default implementation forSolver
.ModifierConstructorDescriptionDefaultSolverJob
(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
-
Uses of Solver in org.optaplanner.core.impl.statistic
Modifier 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)