Uses of Enum Class
ai.timefold.solver.core.config.solver.monitoring.SolverMetric
Packages that use SolverMetric
Package
Description
-
Uses of SolverMetric in ai.timefold.solver.core.config.solver.monitoring
Fields in ai.timefold.solver.core.config.solver.monitoring with type parameters of type SolverMetricMethods in ai.timefold.solver.core.config.solver.monitoring that return SolverMetricModifier and TypeMethodDescriptionstatic SolverMetricReturns the enum constant of this class with the specified name.static SolverMetric[]SolverMetric.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.solver.core.config.solver.monitoring that return types with arguments of type SolverMetricModifier and TypeMethodDescription@Nullable List<@NonNull SolverMetric>MonitoringConfig.getSolverMetricList()Methods in ai.timefold.solver.core.config.solver.monitoring with parameters of type SolverMetricModifier and TypeMethodDescriptionstatic voidSolverMetric.registerScoreMetrics(SolverMetric metric, io.micrometer.core.instrument.Tags tags, ScoreDefinition<?> scoreDefinition, Map<io.micrometer.core.instrument.Tags, List<AtomicReference<Number>>> tagToScoreLevels, Score<?> score) Method parameters in ai.timefold.solver.core.config.solver.monitoring with type arguments of type SolverMetricModifier and TypeMethodDescriptionvoidMonitoringConfig.setSolverMetricList(@Nullable List<@NonNull SolverMetric> solverMetricList) @NonNull MonitoringConfigMonitoringConfig.withSolverMetricList(@NonNull List<@NonNull SolverMetric> solverMetricList) -
Uses of SolverMetric in ai.timefold.solver.core.impl.solver.scope
Methods in ai.timefold.solver.core.impl.solver.scope that return types with arguments of type SolverMetricMethods in ai.timefold.solver.core.impl.solver.scope with parameters of type SolverMetricMethod parameters in ai.timefold.solver.core.impl.solver.scope with type arguments of type SolverMetricModifier and TypeMethodDescriptionvoidSolverScope.setSolverMetricSet(EnumSet<SolverMetric> solverMetricSet)