jar

ai.timefold.solver : timefold-solver-benchmark

Maven & Gradle

Aug 16, 2023

Timefold Solver benchmark · Timefold solves planning problems. This lightweight, embeddable planning engine implements powerful and scalable algorithms to optimize business resource scheduling and planning. This module contains the benchmarker toolkit.

Table Of Contents

Latest Version

Download ai.timefold.solver : timefold-solver-benchmark JAR file - Latest Versions:

All Versions

Download ai.timefold.solver : timefold-solver-benchmark JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
0.9.x
0.8.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window timefold-solver-benchmark-0.8.40.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ai.timefold.solver.benchmark.api

├─ ai.timefold.solver.benchmark.api.PlannerBenchmark.class - [JAR]

├─ ai.timefold.solver.benchmark.api.PlannerBenchmarkException.class - [JAR]

├─ ai.timefold.solver.benchmark.api.PlannerBenchmarkFactory.class - [JAR]

ai.timefold.solver.benchmark.config.blueprint

├─ ai.timefold.solver.benchmark.config.blueprint.SolverBenchmarkBluePrintConfig.class - [JAR]

├─ ai.timefold.solver.benchmark.config.blueprint.SolverBenchmarkBluePrintType.class - [JAR]

├─ ai.timefold.solver.benchmark.config.blueprint.package-info.class - [JAR]

ai.timefold.solver.benchmark.impl.cli

├─ ai.timefold.solver.benchmark.impl.cli.TimefoldBenchmarkCli.class - [JAR]

ai.timefold.solver.benchmark.impl.aggregator

├─ ai.timefold.solver.benchmark.impl.aggregator.BenchmarkAggregator.class - [JAR]

ai.timefold.solver.benchmark.impl

├─ ai.timefold.solver.benchmark.impl.DefaultPlannerBenchmark.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.DefaultPlannerBenchmarkFactory.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.ProblemBenchmarksFactory.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.SolverBenchmarkFactory.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.SubSingleBenchmarkRunner.class - [JAR]

ai.timefold.solver.benchmark.config.ranking

├─ ai.timefold.solver.benchmark.config.ranking.SolverRankingType.class - [JAR]

├─ ai.timefold.solver.benchmark.config.ranking.package-info.class - [JAR]

ai.timefold.solver.benchmark.impl.result

├─ ai.timefold.solver.benchmark.impl.result.BenchmarkResult.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.result.BenchmarkResultIO.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.result.LoggingLevel.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.result.PlannerBenchmarkResult.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.result.ProblemBenchmarkResult.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.result.SingleBenchmarkResult.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.result.SolverBenchmarkResult.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.result.package-info.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic.subsingle.pickedmovetypebestscore

├─ ai.timefold.solver.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic.class - [JAR]

ai.timefold.solver.benchmark.impl.io

├─ ai.timefold.solver.benchmark.impl.io.PlannerBenchmarkConfigIO.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic.movecountperstep

├─ ai.timefold.solver.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic.class - [JAR]

ai.timefold.solver.benchmark.impl.loader

├─ ai.timefold.solver.benchmark.impl.loader.FileProblemProvider.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.loader.InstanceProblemProvider.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.loader.ProblemProvider.class - [JAR]

ai.timefold.solver.benchmark.impl.aggregator.swingui

├─ ai.timefold.solver.benchmark.impl.aggregator.swingui.BenchmarkAggregatorFrame.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.aggregator.swingui.CheckBoxTree.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.aggregator.swingui.MixedCheckBox.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic.common

├─ ai.timefold.solver.benchmark.impl.statistic.common.GraphSupport.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.common.MillisecondsSpentNumberFormat.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic.memoryuse

├─ ai.timefold.solver.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.memoryuse.MemoryUseStatisticPoint.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic.class - [JAR]

ai.timefold.solver.benchmark.impl.measurement

├─ ai.timefold.solver.benchmark.impl.measurement.ScoreDifferencePercentage.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic

├─ ai.timefold.solver.benchmark.impl.statistic.ConstraintSummary.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.ProblemBasedSubSingleStatistic.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.ProblemStatistic.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.PureSubSingleStatistic.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.StatisticPoint.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.StatisticRegistry.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.StatisticType.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.StatisticUtils.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.SubSingleStatistic.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore

├─ ai.timefold.solver.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic.class - [JAR]

ai.timefold.solver.benchmark.impl.ranking

├─ ai.timefold.solver.benchmark.impl.ranking.ResilientScoreComparator.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.ranking.ScoreSubSingleBenchmarkRankingComparator.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.ranking.SolverRankingWeightFactory.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.ranking.SubSingleBenchmarkRankBasedComparator.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.ranking.TotalScoreSingleBenchmarkRankingComparator.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.ranking.TotalScoreSolverRankingComparator.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.ranking.WorstScoreSolverRankingComparator.class - [JAR]

ai.timefold.solver.benchmark.config

├─ ai.timefold.solver.benchmark.config.PlannerBenchmarkConfig.class - [JAR]

├─ ai.timefold.solver.benchmark.config.ProblemBenchmarksConfig.class - [JAR]

├─ ai.timefold.solver.benchmark.config.SolverBenchmarkConfig.class - [JAR]

├─ ai.timefold.solver.benchmark.config.package-info.class - [JAR]

ai.timefold.solver.benchmark.impl.xsd

├─ ai.timefold.solver.benchmark.impl.xsd.XsdAggregator.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic.stepscore

├─ ai.timefold.solver.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.stepscore.StepScoreStatisticPoint.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic.subsingle.pickedmovetypestepscore

├─ ai.timefold.solver.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic.class - [JAR]

ai.timefold.solver.benchmark.impl.report

├─ ai.timefold.solver.benchmark.impl.report.BenchmarkReport.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.report.BenchmarkReportFactory.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.report.MillisecondDurationNumberFormatFactory.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.report.ReportHelper.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.report.WebsiteResourceUtils.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic.bestscore

├─ ai.timefold.solver.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.bestscore.BestScoreStatisticPoint.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic.class - [JAR]

ai.timefold.solver.benchmark.config.report

├─ ai.timefold.solver.benchmark.config.report.BenchmarkReportConfig.class - [JAR]

├─ ai.timefold.solver.benchmark.config.report.package-info.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore

├─ ai.timefold.solver.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic.class - [JAR]

ai.timefold.solver.benchmark.config.statistic

├─ ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType.class - [JAR]

├─ ai.timefold.solver.benchmark.config.statistic.SingleStatisticType.class - [JAR]

├─ ai.timefold.solver.benchmark.config.statistic.package-info.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic.bestsolutionmutation

├─ ai.timefold.solver.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationStatisticPoint.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic.class - [JAR]

ai.timefold.solver.swing.impl

├─ ai.timefold.solver.swing.impl.SwingUncaughtExceptionHandler.class - [JAR]

├─ ai.timefold.solver.swing.impl.SwingUtils.class - [JAR]

├─ ai.timefold.solver.swing.impl.TangoColorFactory.class - [JAR]

ai.timefold.solver.benchmark.impl.statistic.scorecalculationspeed

├─ ai.timefold.solver.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedProblemStatistic.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedStatisticPoint.class - [JAR]

├─ ai.timefold.solver.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedSubSingleStatistic.class - [JAR]