Uses of Class
ai.timefold.solver.core.config.solver.monitoring.SolverMetric
-
Packages that use SolverMetric Package Description ai.timefold.solver.core.config.solver.monitoring ai.timefold.solver.core.impl.solver.scope -
-
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 SolverMetric Modifier and Type Field Description protected List<SolverMetric>MonitoringConfig. solverMetricListMethods in ai.timefold.solver.core.config.solver.monitoring that return SolverMetric Modifier and Type Method Description static SolverMetricSolverMetric. valueOf(String name)Returns the enum constant of this type with the specified name.static SolverMetric[]SolverMetric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.timefold.solver.core.config.solver.monitoring that return types with arguments of type SolverMetric Modifier and Type Method Description List<SolverMetric>MonitoringConfig. getSolverMetricList()Methods in ai.timefold.solver.core.config.solver.monitoring with parameters of type SolverMetric Modifier and Type Method Description static 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 SolverMetric Modifier and Type Method Description voidMonitoringConfig. setSolverMetricList(List<SolverMetric> solverMetricList)MonitoringConfigMonitoringConfig. withSolverMetricList(List<SolverMetric> solverMetricList) -
Uses of SolverMetric in ai.timefold.solver.core.impl.solver.scope
Fields in ai.timefold.solver.core.impl.solver.scope with type parameters of type SolverMetric Modifier and Type Field Description protected Set<SolverMetric>SolverScope. solverMetricSetMethods in ai.timefold.solver.core.impl.solver.scope that return types with arguments of type SolverMetric Modifier and Type Method Description Set<SolverMetric>SolverScope. getSolverMetricSet()Methods in ai.timefold.solver.core.impl.solver.scope with parameters of type SolverMetric Modifier and Type Method Description booleanSolverScope. isMetricEnabled(SolverMetric solverMetric)Method parameters in ai.timefold.solver.core.impl.solver.scope with type arguments of type SolverMetric Modifier and Type Method Description voidSolverScope. setSolverMetricSet(EnumSet<SolverMetric> solverMetricSet)
-