Skip navigation links
OptaPlanner benchmark 7.4.2-SNAPSHOT
A B C D E F G H I L M N O P R S T U V W X 

A

AbstractPlannerBenchmarkFactory - Class in org.optaplanner.benchmark.impl
 
AbstractPlannerBenchmarkFactory() - Constructor for class org.optaplanner.benchmark.impl.AbstractPlannerBenchmarkFactory
 
AbstractPlannerBenchmarkFactory(SolverConfigContext) - Constructor for class org.optaplanner.benchmark.impl.AbstractPlannerBenchmarkFactory
 
accumulateResults(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
accumulateResults(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
accumulateResults(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
accumulateResults(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
accumulateResults(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
accumulateResults(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
add(ScoreDifferencePercentage) - Method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
addXStreamAnnotations(Class...) - Method in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
aggregate(List<SingleBenchmarkResult>) - Method in class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
 
aggregate(List<SingleBenchmarkResult>, Map<SolverBenchmarkResult, String>) - Method in class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
 
ALUMINIUM_1 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
ALUMINIUM_2 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
ALUMINIUM_3 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
ALUMINIUM_4 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
ALUMINIUM_5 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
ALUMINIUM_6 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 

B

benchmark() - Method in interface org.optaplanner.benchmark.api.PlannerBenchmark
Run all the single benchmarks and create a report.
benchmark() - Method in class org.optaplanner.benchmark.impl.DefaultPlannerBenchmark
 
BenchmarkAggregator - Class in org.optaplanner.benchmark.impl.aggregator
 
BenchmarkAggregator() - Constructor for class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
 
BenchmarkAggregatorFrame - Class in org.optaplanner.benchmark.impl.aggregator.swingui
 
BenchmarkAggregatorFrame(BenchmarkAggregator) - Constructor for class org.optaplanner.benchmark.impl.aggregator.swingui.BenchmarkAggregatorFrame
 
benchmarkingEnded() - Method in class org.optaplanner.benchmark.impl.DefaultPlannerBenchmark
 
benchmarkingStarted() - Method in class org.optaplanner.benchmark.impl.DefaultPlannerBenchmark
 
BenchmarkReport - Class in org.optaplanner.benchmark.impl.report
 
BenchmarkReport(PlannerBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
BenchmarkReportConfig - Class in org.optaplanner.benchmark.config.report
 
BenchmarkReportConfig() - Constructor for class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
BenchmarkResult - Interface in org.optaplanner.benchmark.impl.result
 
BenchmarkResultIO - Class in org.optaplanner.benchmark.impl.result
 
BenchmarkResultIO() - Constructor for class org.optaplanner.benchmark.impl.result.BenchmarkResultIO
 
BestScoreProblemStatistic - Class in org.optaplanner.benchmark.impl.statistic.bestscore
 
BestScoreProblemStatistic(ProblemBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic
 
BestScoreStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.bestscore
 
BestScoreStatisticPoint(long, Score) - Constructor for class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreStatisticPoint
 
BestScoreSubSingleStatistic<Solution_> - Class in org.optaplanner.benchmark.impl.statistic.bestscore
 
BestScoreSubSingleStatistic(SubSingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic
 
BestSolutionMutationProblemStatistic - Class in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
 
BestSolutionMutationProblemStatistic(ProblemBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic
 
BestSolutionMutationStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
 
BestSolutionMutationStatisticPoint(long, int) - Constructor for class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationStatisticPoint
 
BestSolutionMutationSubSingleStatistic<Solution_> - Class in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
 
BestSolutionMutationSubSingleStatistic(SubSingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic
 
buildBenchmarkReport(PlannerBenchmarkResult) - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
buildCsvLine(String...) - Static method in class org.optaplanner.benchmark.impl.statistic.StatisticPoint
 
buildCsvLineWithDoubles(long, double...) - Static method in class org.optaplanner.benchmark.impl.statistic.StatisticPoint
 
buildCsvLineWithLongs(long, long...) - Static method in class org.optaplanner.benchmark.impl.statistic.StatisticPoint
 
buildCsvLineWithStrings(long, String...) - Static method in class org.optaplanner.benchmark.impl.statistic.StatisticPoint
 
buildEffectiveSolverBenchmarkConfigList() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
buildPercentageColor(Color, Color, double) - Static method in class org.optaplanner.swing.impl.TangoColorFactory
 
buildPlannerBenchmark() - Method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
Creates a new PlannerBenchmark instance.
buildPlannerBenchmark(Solution_...) - Method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
Creates a new PlannerBenchmark instance for datasets that are already in memory.
buildPlannerBenchmark(List<Solution_>) - Method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
Creates a new PlannerBenchmark instance for datasets that are already in memory.
buildPlannerBenchmark() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
buildPlannerBenchmark(SolverConfigContext) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
buildPlannerBenchmark(SolverConfigContext, Solution_[]) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
buildPlannerBenchmark() - Method in class org.optaplanner.benchmark.impl.AbstractPlannerBenchmarkFactory
 
buildPlannerBenchmark(Solution_...) - Method in class org.optaplanner.benchmark.impl.AbstractPlannerBenchmarkFactory
 
buildPlannerBenchmark(List<Solution_>) - Method in class org.optaplanner.benchmark.impl.AbstractPlannerBenchmarkFactory
 
buildProblemBenchmarkList(SolverConfigContext, SolverBenchmarkResult, Solution_[]) - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
buildProblemStatistic(ProblemBenchmarkResult) - Method in enum org.optaplanner.benchmark.config.statistic.ProblemStatisticType
 
buildPureSubSingleStatistic(SubSingleBenchmarkResult) - Method in enum org.optaplanner.benchmark.config.statistic.SingleStatisticType
 
buildSolverBenchmark(SolverConfigContext, PlannerBenchmarkResult, Solution_[]) - Method in class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
buildSolverBenchmarkConfig(ConstructionHeuristicType, LocalSearchType) - Method in enum org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintType
 
buildSolverBenchmarkConfigList() - Method in class org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintConfig
 
buildSolverBenchmarkConfigList() - Method in enum org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintType
 
BUTTER_1 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
BUTTER_2 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
BUTTER_3 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 

C

calculateDifferencePercentage(double, double) - Static method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
calculateScoreDifferencePercentage(Score_, Score_) - Static method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
calculateTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.DefaultPlannerBenchmark
 
calculateWarmUpTimeMillisSpentLimit() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
call() - Method in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner
 
capitalize(String) - Static method in class org.optaplanner.benchmark.impl.report.ReportHelper
 
CHAMELEON_1 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
CHAMELEON_2 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
CHAMELEON_3 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
CHARTED_SCORE_LEVEL_SIZE - Static variable in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
CheckBoxTree - Class in org.optaplanner.benchmark.impl.aggregator.swingui
 
CheckBoxTree(DefaultMutableTreeNode) - Constructor for class org.optaplanner.benchmark.impl.aggregator.swingui.CheckBoxTree
 
checkPlannerBenchmarkConfigNotNull() - Method in class org.optaplanner.benchmark.impl.AbstractPlannerBenchmarkFactory
 
CHOCOLATE_1 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
CHOCOLATE_2 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
CHOCOLATE_3 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
close(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic
 
close(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic
 
close(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic
 
close(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic
 
close(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedSubSingleStatistic
 
close(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic
 
close(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic
 
close(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic
 
close(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic
 
close(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic
 
close(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
collapseNodes() - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.CheckBoxTree
 
compare(Score, Score) - Method in class org.optaplanner.benchmark.impl.ranking.ResilientScoreComparator
 
compare(SubSingleBenchmarkResult, SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.ranking.ScoreSubSingleBenchmarkRankingComparator
 
compare(SubSingleBenchmarkResult, SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.ranking.SubSingleBenchmarkRankBasedComparator
 
compare(SingleBenchmarkResult, SingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.ranking.TotalScoreSingleBenchmarkRankingComparator
 
compare(SolverBenchmarkResult, SolverBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.ranking.TotalScoreSolverRankingComparator
 
compare(SolverBenchmarkResult, SolverBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.ranking.WorstScoreSolverRankingComparator
 
compareTo(TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight) - Method in class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
 
configure(String) - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
configure(String, Object) - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
configure(File) - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
configure(File, Object) - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
configure(InputStream) - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
configure(InputStream, Object) - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
configure(Reader) - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
configure(Reader, Object) - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
configure(Template) - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
configure(Template, Object) - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
configure(String) - Method in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
configure(File) - Method in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
configure(InputStream) - Method in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
configure(Reader) - Method in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
configureLookAndFeel(String) - Static method in class org.optaplanner.swing.impl.SwingUtils
 
configureNimbusToTangoColors() - Static method in class org.optaplanner.swing.impl.SwingUtils
 
ConstraintMatchTotalBestScoreStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore
 
ConstraintMatchTotalBestScoreStatisticPoint(long, String, String, int, Score) - Constructor for class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
ConstraintMatchTotalBestScoreSubSingleStatistic<Solution_> - Class in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore
 
ConstraintMatchTotalBestScoreSubSingleStatistic(SubSingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic
 
ConstraintMatchTotalStepScoreStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore
 
ConstraintMatchTotalStepScoreStatisticPoint(long, String, String, int, Score) - Constructor for class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
ConstraintMatchTotalStepScoreSubSingleStatistic<Solution_> - Class in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore
 
ConstraintMatchTotalStepScoreSubSingleStatistic(SubSingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic
 
copyResourcesTo(File) - Static method in class org.optaplanner.benchmark.impl.report.WebsiteResourceUtils
 
create() - Static method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseMeasurement
 
createAndDisplay(PlannerBenchmarkFactory) - Static method in class org.optaplanner.benchmark.impl.aggregator.swingui.BenchmarkAggregatorFrame
 
createFromFreemarkerXmlFile(File) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlFile(File, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlFile(File, Object) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlFile(File, Object, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlInputStream(InputStream) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlInputStream(InputStream, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlInputStream(InputStream, Object) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlInputStream(InputStream, Object, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlReader(Reader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlReader(Reader, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlReader(Reader, Object) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlReader(Reader, Object, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlResource(String) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlResource(String, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlResource(String, Object) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlResource(String, Object, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromSolverFactory(SolverFactory<Solution_>) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromSolverFactory(SolverFactory<Solution_>, File) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlFile(File) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlFile(File, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlInputStream(InputStream) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlInputStream(InputStream, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlReader(Reader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlReader(Reader, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlResource(String) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlResource(String, ClassLoader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
createMerge(SolverBenchmarkResult, ProblemBenchmarkResult, SingleBenchmarkResult) - Static method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
createMerge(SingleBenchmarkResult, SubSingleBenchmarkResult, int) - Static method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
createMergedResult(List<SingleBenchmarkResult>) - Static method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
createMergeMap(PlannerBenchmarkResult, List<SingleBenchmarkResult>) - Static method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
createMergeMap(PlannerBenchmarkResult, List<SingleBenchmarkResult>) - Static method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
createMergeSingleton(List<SingleBenchmarkResult>) - Static method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedSubSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
createRankingWeight(List<SolverBenchmarkResult>, SolverBenchmarkResult) - Method in interface org.optaplanner.benchmark.impl.ranking.SolverRankingWeightFactory
The ranking function.
createRankingWeight(List<SolverBenchmarkResult>, SolverBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory
 
createSubSingleStatistic(SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic
 
createSubSingleStatistic(SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic
 
createSubSingleStatistic(SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic
 
createSubSingleStatistic(SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic
 
createSubSingleStatistic(SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
createSubSingleStatistic(SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedProblemStatistic
 
createSubSingleStatistic(SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
 
createUnmarshallingFailedResult(String) - Static method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 

D

DASHED_STROKE - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
DefaultPlannerBenchmark - Class in org.optaplanner.benchmark.impl
 
DefaultPlannerBenchmark(PlannerBenchmarkResult, SolverConfigContext, File, ExecutorService, ExecutorService, BenchmarkReport) - Constructor for class org.optaplanner.benchmark.impl.DefaultPlannerBenchmark
 
determineLocale() - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
determineStandardDeviationDoubles(List<? extends BenchmarkResult>, Score, int) - Static method in class org.optaplanner.benchmark.impl.statistic.StatisticUtils
Calculates standard deviation of BenchmarkResult.getAverageScore()s from averageScore.
determineTotalsAndAverages() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
divide(double) - Method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 

E

EmptyPlannerBenchmarkFactory - Class in org.optaplanner.benchmark.impl
 
EmptyPlannerBenchmarkFactory() - Constructor for class org.optaplanner.benchmark.impl.EmptyPlannerBenchmarkFactory
 
EmptyPlannerBenchmarkFactory(SolverConfigContext) - Constructor for class org.optaplanner.benchmark.impl.EmptyPlannerBenchmarkFactory
 
equals(Object) - Method in class org.optaplanner.benchmark.impl.loader.FileProblemProvider
 
equals(Object) - Method in class org.optaplanner.benchmark.impl.loader.InstanceProblemProvider
 
equals(Object) - Method in class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
 
equals(Object) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
Used by ProblemBenchmarksConfig#buildProblemBenchmarkList(SolverConfigContext, SolverBenchmarkResult, Solution_[]).
escapeHtmlId(String) - Static method in class org.optaplanner.benchmark.impl.report.ReportHelper
Escape illegal HTML element id characters, such as a dot.
expandNodes() - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.CheckBoxTree
 
extractPureSubSingleStatisticList(SingleStatisticType) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
extractSingleStatisticTypeList() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 

F

FAT_DASHED_STROKE - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
FileProblemProvider<Solution_> - Class in org.optaplanner.benchmark.impl.loader
 
FileProblemProvider(SolutionFileIO<Solution_>, File) - Constructor for class org.optaplanner.benchmark.impl.loader.FileProblemProvider
 
fillWarningList() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
fillWarningList() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic
 
fillWarningList() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
findScoreLevelLabel(int) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
findScoreLevelLabel(int) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
findSingleBenchmark(ProblemBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
fixateLookAndFeel() - Static method in class org.optaplanner.swing.impl.SwingUtils
 
format(double, StringBuffer, FieldPosition) - Method in class org.optaplanner.benchmark.impl.statistic.common.MillisecondsSpentNumberFormat
 
format(long, StringBuffer, FieldPosition) - Method in class org.optaplanner.benchmark.impl.statistic.common.MillisecondsSpentNumberFormat
 
FreemarkerXmlPlannerBenchmarkFactory - Class in org.optaplanner.benchmark.impl
 
FreemarkerXmlPlannerBenchmarkFactory() - Constructor for class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
FreemarkerXmlPlannerBenchmarkFactory(SolverConfigContext) - Constructor for class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 

G

generateSolverBenchmarkConfigNames() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getAcceptedMoveCount() - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepMeasurement
 
getAggregation() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getAnchorId() - Method in enum org.optaplanner.benchmark.config.statistic.SingleStatisticType
 
getAnchorId() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getAnchorId() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getAnchorId() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
getAnchorId() - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
getAvailableProcessors() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getAverageProblemScale() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getAverageScore() - Method in interface org.optaplanner.benchmark.impl.result.BenchmarkResult
 
getAverageScore() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getAverageScore() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getAverageScore() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getAverageScore() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getAverageScoreCalculationSpeed() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getAverageTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getAverageUsedMemoryAfterInputSolution() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getAverageWinningScoreDifference() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getAverageWorstScoreCalculationSpeedDifferencePercentage() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getAverageWorstScoreDifferencePercentage() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getBenchmarkDirectory() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getBenchmarkDirectory() - Method in class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
 
getBenchmarkDirectory() - Method in class org.optaplanner.benchmark.impl.DefaultPlannerBenchmark
 
getBenchmarkReport() - Method in class org.optaplanner.benchmark.impl.DefaultPlannerBenchmark
 
getBenchmarkReportConfig() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getBenchmarkReportConfig() - Method in class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
 
getBenchmarkReportDirectory() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getBenchmarkReportDirectory() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getBenchmarkReportDirectory() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
getBenchmarkTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getBest() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getBestScoreDiff() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
 
getBestScoreDistributionSummaryChartFileList() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getBestScorePerTimeSpentSummaryChartFileList() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getBestScoreScalabilitySummaryChartFileList() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getBestScoreSummaryChartFileList() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getBetterCount() - Method in class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
 
getConstraintId() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getConstraintId() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
getConstraintMatchCount() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getConstraintMatchCount() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
getConstraintName() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getConstraintName() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
getConstraintPackage() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getConstraintPackage() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
getCsvFile() - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
getCsvFileName() - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedSubSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
getDefaultShownScoreLevelIndex() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getDetail() - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
getEffectiveSubSingleStatisticMap() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getEntityCount() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getEnvironmentMode() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getEnvironmentMode() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getEqualCount() - Method in class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
 
getFailureCount() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getFailureCount() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getFailureCount() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getFailureCount() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getFailureThrowable() - Method in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner
 
getFavoriteSolverBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getGraphFile() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
getGraphFile() - Method in class org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedProblemStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic
 
getHtmlOverviewFile() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getInfeasibleScoreCount() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getInfeasibleScoreCount() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getInheritedSolverBenchmarkConfig() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getInputSolutionFileList() - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
getJavaVersion() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getJavaVM() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getLabel() - Method in enum org.optaplanner.benchmark.config.statistic.ProblemStatisticType
 
getLabel() - Method in enum org.optaplanner.benchmark.config.statistic.SingleStatisticType
 
getLabel() - Method in interface org.optaplanner.benchmark.impl.statistic.StatisticType
 
getLocale() - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
getLocale() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getLoggingLevelDroolsCore() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getLoggingLevelOptaPlannerCore() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getLowerCount() - Method in class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
 
getMaximumSubSingleCount() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getMaximumSubSingleCount() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getMaximumValueCount() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getMaxMemory() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getMaxMemory() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseMeasurement
 
getMedian() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getMemoryUseMeasurement() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseStatisticPoint
 
getMoveCountPerStepMeasurement() - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint
 
getMoveType() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
 
getMoveType() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint
 
getMutationCount() - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationStatisticPoint
 
getName() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getName() - Method in class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
getName() - Method in interface org.optaplanner.benchmark.impl.result.BenchmarkResult
 
getName() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getName() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getName() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getName() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getName() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getName() - Method in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner
 
getNameWithFavoriteSuffix() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getOperatingSystem() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getOptaPlannerVersion() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getParallelBenchmarkCount() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
Using multiple parallel benchmarks can decrease the reliability of the results.
getParallelBenchmarkCount() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getPercentageLevels() - Method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
getPlannerBenchmarkConfig() - Method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
Allows you to programmatically change the PlannerBenchmarkConfig at runtime before building the PlannerBenchmark.
getPlannerBenchmarkConfig() - Method in class org.optaplanner.benchmark.impl.AbstractPlannerBenchmarkFactory
 
getPlannerBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.DefaultPlannerBenchmark
 
getPlannerBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getPlannerBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getPlannerBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getPointList() - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
getProblemBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getProblemBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
getProblemBenchmarksConfig() - Method in class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
getProblemFile() - Method in class org.optaplanner.benchmark.impl.loader.FileProblemProvider
 
getProblemName() - Method in class org.optaplanner.benchmark.impl.loader.FileProblemProvider
 
getProblemName() - Method in class org.optaplanner.benchmark.impl.loader.InstanceProblemProvider
 
getProblemName() - Method in interface org.optaplanner.benchmark.impl.loader.ProblemProvider
 
getProblemProvider() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getProblemReportDirectory() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getProblemReportDirectoryName() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getProblemScale() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getProblemStatisticEnabled() - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
getProblemStatisticList() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getProblemStatisticType() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
getProblemStatisticTypeList() - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
getPureSubSingleStatisticList() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getRanking() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getRanking() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getRanking() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getRelativeCsvFilePath() - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
getRelativePathToBenchmarkReportDirectory(File) - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getResultDirectory() - Method in interface org.optaplanner.benchmark.impl.result.BenchmarkResult
 
getResultDirectory() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getResultDirectory() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getResultDirectoryName() - Method in interface org.optaplanner.benchmark.impl.result.BenchmarkResult
 
getResultDirectoryName() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getResultDirectoryName() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getScore() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getScore() - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreStatisticPoint
 
getScore() - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreStatisticPoint
 
getScoreCalculationCount() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getScoreCalculationCount() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getScoreCalculationSpeed() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getScoreCalculationSpeed() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getScoreCalculationSpeed() - Method in class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedStatisticPoint
 
getScoreCalculationSpeedSummaryChartFile() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getScoreDefinition() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getScoreList() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getScoreTotal() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getScoreTotal() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
getSelectedMoveCount() - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepMeasurement
 
getSelectedSingleBenchmarkNodes() - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.CheckBoxTree
 
getSingleBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getSingleBenchmarkResultList() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getSingleBenchmarkResultList() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getSingleStatisticTypeList() - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
getSolutionFileIO() - Method in class org.optaplanner.benchmark.impl.loader.FileProblemProvider
 
getSolutionFileIOClass() - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
getSolverBenchmarkBluePrintConfigList() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getSolverBenchmarkBluePrintType() - Method in class org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintConfig
 
getSolverBenchmarkConfigList() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getSolverBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
 
getSolverBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getSolverBenchmarkResultList() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getSolverConfig() - Method in class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
getSolverConfig() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getSolverConfigAsHtmlEscapedXml() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getSolverRankingClassFullName() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getSolverRankingClassSimpleName() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getSolverRankingComparator() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getSolverRankingComparatorClass() - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
getSolverRankingType() - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
getSolverRankingWeightFactory() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getSolverRankingWeightFactoryClass() - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
getStandardDeviationDoubles() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getStandardDeviationString() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getStandardDeviationString() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getStandardDeviationString(double[]) - Static method in class org.optaplanner.benchmark.impl.statistic.StatisticUtils
 
getStartingTimestamp() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getStartingTimestampAsMediumString() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getStatisticType() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic
 
getStatisticType() - Method in class org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic
 
getStatisticType() - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
getStatus() - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
getStepScoreDiff() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint
 
getSubSingleBenchmarkIndex() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getSubSingleBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
getSubSingleBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner
 
getSubSingleBenchmarkResultList() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getSubSingleCount() - Method in class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
getSubSingleCount() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getSubSingleCount() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getSubSingleStatistic(ProblemStatisticType) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getSubSingleStatistic(StatisticType) - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getSubSingleStatisticList() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
getSucceeded() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getSuccessCount() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getSuccessCount() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getSummaryDirectory() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getThreadFactoryClass() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint
 
getTimeSpentScalabilitySummaryChartFile() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getTimeSpentSummaryChartFile() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getTimezoneId() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getTotalScore() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getTotalScore() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getTotalSubSingleCount() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getTotalSubSingleCount() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getTotalWinningScoreDifference() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getUnifiedProblemBenchmarkResultList() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getUninitializedSolutionCount() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getUninitializedSolutionCount() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getUsedMemory() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseMeasurement
 
getUsedMemoryAfterInputSolution() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getUsedMemoryAfterInputSolution() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
getVariableCount() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getWarmUpDaysSpentLimit() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getWarmUpHoursSpentLimit() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getWarmUpMillisecondsSpentLimit() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getWarmUpMinutesSpentLimit() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getWarmUpSecondsSpentLimit() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getWarmUpTimeMillisSpentLimit() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getWarningList() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getWarningList() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
getWinningScoreDifference() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getWinningScoreDifferenceSummaryChartFileList() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getWinningSingleBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getWorst() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getWorstScoreCalculationSpeed() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getWorstScoreCalculationSpeedDifferencePercentage() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getWorstScoreCalculationSpeedDifferencePercentageSummaryChartFile() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getWorstScoreDifferencePercentage() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getWorstScoreDifferencePercentageSummaryChartFileList() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getWorstSingleBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getWriteOutputSolutionEnabled() - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
getXStream() - Method in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
getXStreamAnnotatedClassList() - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
graphFile - Variable in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic
 
graphFile - Variable in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic
 
graphFile - Variable in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic
 
graphFile - Variable in class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedProblemStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic
 
GraphSupport - Class in org.optaplanner.benchmark.impl.statistic.common
 

H

hasAllSuccess() - Method in interface org.optaplanner.benchmark.impl.result.BenchmarkResult
 
hasAllSuccess() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
hasAllSuccess() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
hasAnyFailure() - Method in interface org.optaplanner.benchmark.impl.result.BenchmarkResult
 
hasAnyFailure() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
hasAnyFailure() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
hasAnyFailure() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
hasAnyFailure() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
hasAnyFailure() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
hasAnyInfeasibleScore() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
hasAnyStatistic() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
hasAnySuccess() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
hasAnySuccess() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
hasAnyUninitializedSolution() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
hashCode() - Method in class org.optaplanner.benchmark.impl.loader.FileProblemProvider
 
hashCode() - Method in class org.optaplanner.benchmark.impl.loader.InstanceProblemProvider
 
hashCode() - Method in class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
 
hashCode() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
hasMultipleParallelBenchmarks() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
hasProblemStatisticType(ProblemStatisticType) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
hasScoreLevels() - Method in enum org.optaplanner.benchmark.config.statistic.ProblemStatisticType
 
hasScoreLevels() - Method in enum org.optaplanner.benchmark.config.statistic.SingleStatisticType
 
hibernatePointList() - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 

I

increaseDefaultFont(float) - Static method in class org.optaplanner.swing.impl.SwingUtils
 
inherit(ProblemBenchmarksConfig) - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
inherit(BenchmarkReportConfig) - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
inherit(SolverBenchmarkConfig) - Method in class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
init() - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.BenchmarkAggregatorFrame
 
initBenchmarkReportDirectory(File) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
initPointList() - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
initSubSingleStatisticMap() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
initSubSingleStatisticMaps() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
initSystemProperties() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
InstanceProblemProvider<Solution_> - Class in org.optaplanner.benchmark.impl.loader
 
InstanceProblemProvider(String, SolutionDescriptor<Solution_>, Solution_) - Constructor for class org.optaplanner.benchmark.impl.loader.InstanceProblemProvider
 
isFavorite() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
isInitialized() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
isInitialized() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
isScoreFeasible() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
isScoreFeasible() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
isWinner() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
isWinner() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
isWriteOutputSolutionEnabled() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 

L

LIGHT_DASHED_STROKE - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
LOG_SCALE_MIN_DATASETS_COUNT - Static variable in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
logger - Variable in class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
 
logger - Variable in class org.optaplanner.benchmark.impl.aggregator.swingui.BenchmarkAggregatorFrame
 
logger - Variable in class org.optaplanner.benchmark.impl.DefaultPlannerBenchmark
 
logger - Variable in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
logger - Variable in class org.optaplanner.benchmark.impl.result.BenchmarkResultIO
 
logger - Variable in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
logger - Static variable in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
logger - Static variable in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
logger - Variable in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
logger - Variable in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
logger - Variable in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner
 

M

main(String[]) - Static method in class org.optaplanner.benchmark.impl.cli.OptaPlannerBenchmarkCli
 
makeDirs() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
makeDirs() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
makeDirs() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
makeSmallButton(JButton) - Static method in class org.optaplanner.swing.impl.SwingUtils
 
MemoryUseMeasurement - Class in org.optaplanner.benchmark.impl.statistic.memoryuse
 
MemoryUseMeasurement(long, long) - Constructor for class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseMeasurement
 
MemoryUseProblemStatistic - Class in org.optaplanner.benchmark.impl.statistic.memoryuse
 
MemoryUseProblemStatistic(ProblemBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic
 
MemoryUseStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.memoryuse
 
MemoryUseStatisticPoint(long, MemoryUseMeasurement) - Constructor for class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseStatisticPoint
 
MemoryUseSubSingleStatistic<Solution_> - Class in org.optaplanner.benchmark.impl.statistic.memoryuse
 
MemoryUseSubSingleStatistic(SubSingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic
 
MemoryUseSubSingleStatistic(SubSingleBenchmarkResult, long) - Constructor for class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic
 
MillisecondsSpentNumberFormat - Class in org.optaplanner.benchmark.impl.statistic.common
 
MillisecondsSpentNumberFormat(Locale) - Constructor for class org.optaplanner.benchmark.impl.statistic.common.MillisecondsSpentNumberFormat
 
MixedCheckBox - Class in org.optaplanner.benchmark.impl.aggregator.swingui
 
MixedCheckBox() - Constructor for class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
MixedCheckBox(String) - Constructor for class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
MixedCheckBox(String, String) - Constructor for class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
MixedCheckBox(String, String, Object) - Constructor for class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
MixedCheckBox.MixedCheckBoxStatus - Enum in org.optaplanner.benchmark.impl.aggregator.swingui
 
MoveCountPerStepMeasurement - Class in org.optaplanner.benchmark.impl.statistic.movecountperstep
 
MoveCountPerStepMeasurement(long, long) - Constructor for class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepMeasurement
 
MoveCountPerStepProblemStatistic - Class in org.optaplanner.benchmark.impl.statistic.movecountperstep
 
MoveCountPerStepProblemStatistic(ProblemBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic
 
MoveCountPerStepStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.movecountperstep
 
MoveCountPerStepStatisticPoint(long, MoveCountPerStepMeasurement) - Constructor for class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint
 
MoveCountPerStepSubSingleStatistic<Solution_> - Class in org.optaplanner.benchmark.impl.statistic.movecountperstep
 
MoveCountPerStepSubSingleStatistic(SubSingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic
 
multiply(double) - Method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 

N

name() - Method in interface org.optaplanner.benchmark.impl.statistic.StatisticType
 
NAME_MDC - Static variable in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner
 
NORMAL_STROKE - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 

O

open(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSubSingleStatistic
 
open(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSubSingleStatistic
 
open(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSubSingleStatistic
 
open(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSubSingleStatistic
 
open(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedSubSingleStatistic
 
open(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic
 
open(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic
 
open(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic
 
open(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic
 
open(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic
 
open(Solver<Solution_>) - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
OptaPlannerBenchmarkCli - Class in org.optaplanner.benchmark.impl.cli
Run this class from the command line interface to run a benchmarkConfigFile directly (using the normal classpath from the JVM).
OptaPlannerBenchmarkCli() - Constructor for class org.optaplanner.benchmark.impl.cli.OptaPlannerBenchmarkCli
 
ORANGE_1 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
ORANGE_2 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
ORANGE_3 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
org.optaplanner.benchmark.api - package org.optaplanner.benchmark.api
The public API of OptaPlanner Benchmark.
org.optaplanner.benchmark.config - package org.optaplanner.benchmark.config
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
org.optaplanner.benchmark.config.blueprint - package org.optaplanner.benchmark.config.blueprint
 
org.optaplanner.benchmark.config.ranking - package org.optaplanner.benchmark.config.ranking
 
org.optaplanner.benchmark.config.report - package org.optaplanner.benchmark.config.report
 
org.optaplanner.benchmark.config.statistic - package org.optaplanner.benchmark.config.statistic
 
org.optaplanner.benchmark.impl - package org.optaplanner.benchmark.impl
Implementation classes of OptaPlanner Benchmark.
org.optaplanner.benchmark.impl.aggregator - package org.optaplanner.benchmark.impl.aggregator
 
org.optaplanner.benchmark.impl.aggregator.swingui - package org.optaplanner.benchmark.impl.aggregator.swingui
 
org.optaplanner.benchmark.impl.cli - package org.optaplanner.benchmark.impl.cli
 
org.optaplanner.benchmark.impl.loader - package org.optaplanner.benchmark.impl.loader
 
org.optaplanner.benchmark.impl.measurement - package org.optaplanner.benchmark.impl.measurement
 
org.optaplanner.benchmark.impl.ranking - package org.optaplanner.benchmark.impl.ranking
 
org.optaplanner.benchmark.impl.report - package org.optaplanner.benchmark.impl.report
 
org.optaplanner.benchmark.impl.result - package org.optaplanner.benchmark.impl.result
 
org.optaplanner.benchmark.impl.statistic - package org.optaplanner.benchmark.impl.statistic
 
org.optaplanner.benchmark.impl.statistic.bestscore - package org.optaplanner.benchmark.impl.statistic.bestscore
 
org.optaplanner.benchmark.impl.statistic.bestsolutionmutation - package org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
 
org.optaplanner.benchmark.impl.statistic.common - package org.optaplanner.benchmark.impl.statistic.common
 
org.optaplanner.benchmark.impl.statistic.memoryuse - package org.optaplanner.benchmark.impl.statistic.memoryuse
 
org.optaplanner.benchmark.impl.statistic.movecountperstep - package org.optaplanner.benchmark.impl.statistic.movecountperstep
 
org.optaplanner.benchmark.impl.statistic.scorecalculationspeed - package org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
 
org.optaplanner.benchmark.impl.statistic.stepscore - package org.optaplanner.benchmark.impl.statistic.stepscore
 
org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore - package org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore
 
org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore - package org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore
 
org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore - package org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore
 
org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore - package org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore
 
org.optaplanner.swing.impl - package org.optaplanner.swing.impl
 

P

PARALLEL_BENCHMARK_COUNT_AUTO - Static variable in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
parse(String, ParsePosition) - Method in class org.optaplanner.benchmark.impl.statistic.common.MillisecondsSpentNumberFormat
 
parseCsvLine(String) - Static method in class org.optaplanner.benchmark.impl.statistic.StatisticPoint
 
pickColor(Object) - Method in class org.optaplanner.swing.impl.TangoColorFactory
 
PickedMoveTypeBestScoreDiffStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore
 
PickedMoveTypeBestScoreDiffStatisticPoint(long, String, Score) - Constructor for class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
 
PickedMoveTypeBestScoreDiffSubSingleStatistic<Solution_> - Class in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore
 
PickedMoveTypeBestScoreDiffSubSingleStatistic(SubSingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic
 
PickedMoveTypeStepScoreDiffStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore
 
PickedMoveTypeStepScoreDiffStatisticPoint(long, String, Score) - Constructor for class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint
 
PickedMoveTypeStepScoreDiffSubSingleStatistic<Solution_> - Class in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore
 
PickedMoveTypeStepScoreDiffSubSingleStatistic(SubSingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic
 
PlannerBenchmark - Interface in org.optaplanner.benchmark.api
A planner benchmark that runs a number of single benchmarks.
PlannerBenchmarkConfig - Class in org.optaplanner.benchmark.config
 
PlannerBenchmarkConfig() - Constructor for class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
plannerBenchmarkConfig - Variable in class org.optaplanner.benchmark.impl.AbstractPlannerBenchmarkFactory
 
PlannerBenchmarkException - Exception in org.optaplanner.benchmark.api
If at least one of the SingleBenchmarkResults of a PlannerBenchmark fail, the PlannerBenchmark throws this exception after all SingleBenchmarkResults are finished and the benchmark report has been written.
PlannerBenchmarkException(String, Throwable) - Constructor for exception org.optaplanner.benchmark.api.PlannerBenchmarkException
 
PlannerBenchmarkFactory - Class in org.optaplanner.benchmark.api
Builds PlannerBenchmark instances.
PlannerBenchmarkFactory() - Constructor for class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
PlannerBenchmarkResult - Class in org.optaplanner.benchmark.impl.result
Represents the benchmarks on multiple Solver configurations on multiple problem instances (data sets).
PlannerBenchmarkResult() - Constructor for class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
PLUM_1 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
PLUM_2 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
PLUM_3 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
pointList - Variable in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
ProblemBasedSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint> - Class in org.optaplanner.benchmark.impl.statistic
 
ProblemBasedSubSingleStatistic(SubSingleBenchmarkResult, ProblemStatisticType) - Constructor for class org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic
 
ProblemBenchmarkResult<Solution_> - Class in org.optaplanner.benchmark.impl.result
Represents 1 problem instance (data set) benchmarked on multiple Solver configurations.
ProblemBenchmarkResult(PlannerBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
problemBenchmarkResult - Variable in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
ProblemBenchmarksConfig - Class in org.optaplanner.benchmark.config
 
ProblemBenchmarksConfig() - Constructor for class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
ProblemProvider<Solution_> - Interface in org.optaplanner.benchmark.impl.loader
Subclasses need to implement #equals(Object) and #hashCode() which is used by ProblemBenchmarksConfig#buildProblemBenchmarkList(SolverConfigContext, SolverBenchmarkResult, Solution_[]).
ProblemStatistic - Class in org.optaplanner.benchmark.impl.statistic
1 statistic of ProblemBenchmarkResult.
ProblemStatistic(ProblemBenchmarkResult, ProblemStatisticType) - Constructor for class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
ProblemStatisticType - Enum in org.optaplanner.benchmark.config.statistic
 
problemStatisticType - Variable in class org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic
 
problemStatisticType - Variable in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
PureSubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint> - Class in org.optaplanner.benchmark.impl.statistic
1 statistic of SubSingleBenchmarkResult.
PureSubSingleStatistic(SubSingleBenchmarkResult, SingleStatisticType) - Constructor for class org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic
 

R

readPlannerBenchmarkResult(SolverConfigContext, File) - Method in class org.optaplanner.benchmark.impl.result.BenchmarkResultIO
 
readPlannerBenchmarkResultList(SolverConfigContext, File) - Method in class org.optaplanner.benchmark.impl.result.BenchmarkResultIO
 
readProblem() - Method in class org.optaplanner.benchmark.impl.loader.FileProblemProvider
 
readProblem() - Method in class org.optaplanner.benchmark.impl.loader.InstanceProblemProvider
 
readProblem() - Method in interface org.optaplanner.benchmark.impl.loader.ProblemProvider
 
readProblem() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
register() - Static method in class org.optaplanner.swing.impl.SwingUncaughtExceptionHandler
 
registerScale(long, long, long, long) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
HACK to avoid loading the problem just to extract it's problemScale.
ReportHelper - Class in org.optaplanner.benchmark.impl.report
 
ReportHelper() - Constructor for class org.optaplanner.benchmark.impl.report.ReportHelper
 
ResilientScoreComparator - Class in org.optaplanner.benchmark.impl.ranking
Like NaturalScoreComparator, but is able to compare Scores of different types or nulls.
ResilientScoreComparator() - Constructor for class org.optaplanner.benchmark.impl.ranking.ResilientScoreComparator
 
resolveParallelBenchmarkCount() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
resolveParallelBenchmarkCountAutomatically(int) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
runSingleBenchmarks() - Method in class org.optaplanner.benchmark.impl.DefaultPlannerBenchmark
 

S

SCARLET_1 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
SCARLET_2 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
SCARLET_3 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
ScoreCalculationSpeedProblemStatistic - Class in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
 
ScoreCalculationSpeedProblemStatistic(ProblemBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedProblemStatistic
 
ScoreCalculationSpeedStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
 
ScoreCalculationSpeedStatisticPoint(long, long) - Constructor for class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedStatisticPoint
 
ScoreCalculationSpeedSubSingleStatistic<Solution_> - Class in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
 
ScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedSubSingleStatistic
 
ScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult, long) - Constructor for class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedSubSingleStatistic
 
ScoreDifferencePercentage - Class in org.optaplanner.benchmark.impl.measurement
 
ScoreDifferencePercentage(double[]) - Constructor for class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
ScoreSubSingleBenchmarkRankingComparator - Class in org.optaplanner.benchmark.impl.ranking
 
ScoreSubSingleBenchmarkRankingComparator() - Constructor for class org.optaplanner.benchmark.impl.ranking.ScoreSubSingleBenchmarkRankingComparator
 
SEQUENCE_1 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
SEQUENCE_2 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
SEQUENCE_3 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
setAggregation(Boolean) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setAverageAndTotalScoreForTesting(Score) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setBenchmarkDirectory(File) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setBenchmarkDirectory(File) - Method in class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
 
setBenchmarkReportConfig(BenchmarkReportConfig) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setBenchmarkReportConfig(BenchmarkReportConfig) - Method in class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
 
setBenchmarkReportDirectory(File) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setBenchmarkResult(Object) - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
setBenchmarkTimeMillisSpent(Long) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setDetail(String) - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
setFailureCount(Integer) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setFailureThrowable(Throwable) - Method in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner
 
setInheritedSolverBenchmarkConfig(SolverBenchmarkConfig) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setInputSolutionFileList(List<File>) - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
setLocale(Locale) - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
setLocale(Locale) - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
setName(String) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setName(String) - Method in class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
setName(String) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setName(String) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
setName(String) - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
setParallelBenchmarkCount(String) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setParallelBenchmarkCount(Integer) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setPlannerBenchmarkResult(PlannerBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
setPlannerBenchmarkResult(PlannerBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
setPointList(List<StatisticPoint_>) - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
setProblemBenchmarkResult(ProblemBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setProblemBenchmarkResult(ProblemBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
setProblemBenchmarksConfig(ProblemBenchmarksConfig) - Method in class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
setProblemProvider(ProblemProvider<Solution_>) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
setProblemStatisticEnabled(Boolean) - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
setProblemStatisticList(List<ProblemStatistic>) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
setProblemStatisticTypeList(List<ProblemStatisticType>) - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
setPureSubSingleStatisticList(List<PureSubSingleStatistic>) - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
setRanking(Integer) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setRanking(Integer) - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
setRanking(Integer) - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
setScore(Score) - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
setScoreCalculationCount(long) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setScoreCalculationCount(long) - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
setScoreDefinition(ScoreDefinition) - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
setSelectedSingleBenchmarkNodes(Set<DefaultMutableTreeNode>) - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.CheckBoxTree
 
setSingleBenchmarkResult(SingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
setSingleBenchmarkResultList(List<SingleBenchmarkResult>) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
setSingleBenchmarkResultList(List<SingleBenchmarkResult>) - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
setSingleStatisticTypeList(List<SingleStatisticType>) - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
setSolutionFileIOClass(Class<SolutionFileIO>) - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
setSolverBenchmarkBluePrintConfigList(List<SolverBenchmarkBluePrintConfig>) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setSolverBenchmarkBluePrintType(SolverBenchmarkBluePrintType) - Method in class org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintConfig
 
setSolverBenchmarkConfigList(List<SolverBenchmarkConfig>) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setSolverBenchmarkResult(SolverBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setSolverBenchmarkResultList(List<SolverBenchmarkResult>) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setSolverConfig(SolverConfig) - Method in class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
setSolverConfig(SolverConfig) - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
setSolverRankingComparator(Comparator<SolverBenchmarkResult>) - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
setSolverRankingComparatorClass(Class<? extends Comparator<SolverBenchmarkResult>>) - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
setSolverRankingType(SolverRankingType) - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
setSolverRankingWeightFactory(SolverRankingWeightFactory) - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
setSolverRankingWeightFactoryClass(Class<? extends SolverRankingWeightFactory>) - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
setStartingTimestamp(OffsetDateTime) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setStatus(MixedCheckBox.MixedCheckBoxStatus) - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
setSubSingleBenchmarkResult(SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
setSubSingleBenchmarkResultList(List<SubSingleBenchmarkResult>) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setSubSingleCount(Integer) - Method in class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
setSubSingleCount(Integer) - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
setSucceeded(Boolean) - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
setThreadFactoryClass(Class<? extends ThreadFactory>) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setTimeMillisSpent(long) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setTimeMillisSpent(long) - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
setTimezoneId(ZoneId) - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
setUnifiedProblemBenchmarkResultList(List<ProblemBenchmarkResult>) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setUsedMemoryAfterInputSolution(Long) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setUsedMemoryAfterInputSolution(Long) - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
setWarmUpDaysSpentLimit(Long) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setWarmUpHoursSpentLimit(Long) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setWarmUpMillisecondsSpentLimit(Long) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setWarmUpMinutesSpentLimit(Long) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setWarmUpSecondsSpentLimit(Long) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setWarmUpTimeMillisSpentLimit(Long) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setWinningScoreDifference(Score) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setWorstScoreCalculationSpeedDifferencePercentage(Double) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setWorstScoreDifferencePercentage(ScoreDifferencePercentage) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setWriteOutputSolutionEnabled(Boolean) - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
setWriteOutputSolutionEnabled(boolean) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
setXStreamAnnotatedClassList(List<Class>) - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
SingleBenchmarkResult - Class in org.optaplanner.benchmark.impl.result
Represents 1 benchmark for 1 Solver configuration for 1 problem instance (data set).
SingleBenchmarkResult(SolverBenchmarkResult, ProblemBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
singleBenchmarkRunnerExceptionLogger - Variable in class org.optaplanner.benchmark.impl.DefaultPlannerBenchmark
 
SingleStatisticType - Enum in org.optaplanner.benchmark.config.statistic
 
singleStatisticType - Variable in class org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic
 
SKY_BLUE_1 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
SKY_BLUE_2 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
SKY_BLUE_3 - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
SolverBenchmarkBluePrintConfig - Class in org.optaplanner.benchmark.config.blueprint
 
SolverBenchmarkBluePrintConfig() - Constructor for class org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintConfig
 
solverBenchmarkBluePrintType - Variable in class org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintConfig
 
SolverBenchmarkBluePrintType - Enum in org.optaplanner.benchmark.config.blueprint
 
SolverBenchmarkConfig<Solution_> - Class in org.optaplanner.benchmark.config
 
SolverBenchmarkConfig() - Constructor for class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
SolverBenchmarkResult - Class in org.optaplanner.benchmark.impl.result
Represents 1 Solver configuration benchmarked on multiple problem instances (data sets).
SolverBenchmarkResult(PlannerBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
solverConfigContext - Variable in class org.optaplanner.benchmark.impl.AbstractPlannerBenchmarkFactory
 
SolverRankingType - Enum in org.optaplanner.benchmark.config.ranking
 
SolverRankingWeightFactory - Interface in org.optaplanner.benchmark.impl.ranking
Defines an interface for classes that will be used to rank solver benchmarks in order of their respective performance.
StatisticPoint - Class in org.optaplanner.benchmark.impl.statistic
Implementations must be immutable.
StatisticPoint() - Constructor for class org.optaplanner.benchmark.impl.statistic.StatisticPoint
 
StatisticType - Interface in org.optaplanner.benchmark.impl.statistic
 
StatisticUtils - Class in org.optaplanner.benchmark.impl.statistic
 
StatisticUtils() - Constructor for class org.optaplanner.benchmark.impl.statistic.StatisticUtils
 
StepScoreProblemStatistic - Class in org.optaplanner.benchmark.impl.statistic.stepscore
 
StepScoreProblemStatistic(ProblemBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
 
StepScoreStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.stepscore
 
StepScoreStatisticPoint(long, Score) - Constructor for class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreStatisticPoint
 
StepScoreSubSingleStatistic<Solution_> - Class in org.optaplanner.benchmark.impl.statistic.stepscore
 
StepScoreSubSingleStatistic(SubSingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSubSingleStatistic
 
SubSingleBenchmarkRankBasedComparator - Class in org.optaplanner.benchmark.impl.ranking
 
SubSingleBenchmarkRankBasedComparator() - Constructor for class org.optaplanner.benchmark.impl.ranking.SubSingleBenchmarkRankBasedComparator
 
SubSingleBenchmarkResult - Class in org.optaplanner.benchmark.impl.result
Represents 1 benchmark run for 1 Single Benchmark configuration for 1 Solver configuration for 1 problem instance (data set).
SubSingleBenchmarkResult(SingleBenchmarkResult, int) - Constructor for class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
subSingleBenchmarkResult - Variable in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
SubSingleBenchmarkRunner<Solution_> - Class in org.optaplanner.benchmark.impl
 
SubSingleBenchmarkRunner(SubSingleBenchmarkResult, boolean) - Constructor for class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner
 
SubSingleBenchmarkRunner(SubSingleBenchmarkResult, boolean, SolverConfigContext) - Constructor for class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner
 
SubSingleStatistic<Solution_,StatisticPoint_ extends StatisticPoint> - Class in org.optaplanner.benchmark.impl.statistic
1 statistic of SubSingleBenchmarkResult.
SubSingleStatistic(SubSingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
subtract(ScoreDifferencePercentage) - Method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
supplySolverRanking(BenchmarkReport) - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
SwingUncaughtExceptionHandler - Class in org.optaplanner.swing.impl
 
SwingUncaughtExceptionHandler() - Constructor for class org.optaplanner.swing.impl.SwingUncaughtExceptionHandler
 
SwingUtils - Class in org.optaplanner.swing.impl
 

T

TangoColorFactory - Class in org.optaplanner.swing.impl
 
TangoColorFactory() - Constructor for class org.optaplanner.swing.impl.TangoColorFactory
 
THICK_STROKE - Static variable in class org.optaplanner.swing.impl.TangoColorFactory
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.StatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint
 
toString() - Method in class org.optaplanner.benchmark.impl.loader.FileProblemProvider
 
toString() - Method in class org.optaplanner.benchmark.impl.loader.InstanceProblemProvider
 
toString() - Method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
toString(String) - Method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
toString(Locale) - Method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
toString() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
toString() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
toString() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
toString() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
toString() - Method in class org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
 
toString() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemBasedSubSingleStatistic
 
toString() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
toString() - Method in class org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic
 
toString() - Method in class org.optaplanner.benchmark.impl.SubSingleBenchmarkRunner
 
TotalRankSolverRankingWeight(SolverBenchmarkResult, int, int, int) - Constructor for class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
 
TotalRankSolverRankingWeightFactory - Class in org.optaplanner.benchmark.impl.ranking
TotalRankSolverRankingWeightFactory() - Constructor for class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory
 
TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight - Class in org.optaplanner.benchmark.impl.ranking
 
TotalScoreSingleBenchmarkRankingComparator - Class in org.optaplanner.benchmark.impl.ranking
 
TotalScoreSingleBenchmarkRankingComparator() - Constructor for class org.optaplanner.benchmark.impl.ranking.TotalScoreSingleBenchmarkRankingComparator
 
TotalScoreSolverRankingComparator - Class in org.optaplanner.benchmark.impl.ranking
This ranking Comparator orders a SolverBenchmarkResult by its total Score.
TotalScoreSolverRankingComparator() - Constructor for class org.optaplanner.benchmark.impl.ranking.TotalScoreSolverRankingComparator
 

U

uncaughtException(Thread, Throwable) - Method in class org.optaplanner.swing.impl.SwingUncaughtExceptionHandler
 
unhibernatePointList() - Method in class org.optaplanner.benchmark.impl.statistic.SubSingleStatistic
 
updateHierarchyCheckBoxStates() - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.CheckBoxTree
 
useLogarithmicProblemScale(List<XYSeries>) - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 

V

VALID_NAME_PATTERN - Static variable in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
validate() - Method in class org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintConfig
 
validate() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
validate() - Method in class org.optaplanner.benchmark.config.SolverBenchmarkConfig
 
valueOf(String) - Static method in enum org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.optaplanner.benchmark.config.ranking.SolverRankingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.optaplanner.benchmark.config.statistic.ProblemStatisticType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.optaplanner.benchmark.config.statistic.SingleStatisticType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox.MixedCheckBoxStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.optaplanner.benchmark.config.blueprint.SolverBenchmarkBluePrintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.optaplanner.benchmark.config.ranking.SolverRankingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.optaplanner.benchmark.config.statistic.ProblemStatisticType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.optaplanner.benchmark.config.statistic.SingleStatisticType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox.MixedCheckBoxStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

warningList - Variable in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
WebsiteResourceUtils - Class in org.optaplanner.benchmark.impl.report
 
WorstScoreSolverRankingComparator - Class in org.optaplanner.benchmark.impl.ranking
This ranking Comparator orders a SolverBenchmarkResult by its worst Score.
WorstScoreSolverRankingComparator() - Constructor for class org.optaplanner.benchmark.impl.ranking.WorstScoreSolverRankingComparator
 
writeChartToImageFile(JFreeChart, File) - Static method in class org.optaplanner.benchmark.impl.statistic.common.GraphSupport
 
writeChartToImageFile(JFreeChart, String) - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
writeChartToImageFile(JFreeChart, String) - Method in class org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.PureSubSingleStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.scorecalculationspeed.ScoreCalculationSpeedProblemStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSubSingleStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSubSingleStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSubSingleStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSubSingleStatistic
 
writePlannerBenchmarkResult(File, PlannerBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.result.BenchmarkResultIO
 
writeReport() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
writeSolution(Solution_, SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.loader.FileProblemProvider
 
writeSolution(Solution_, SubSingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.loader.InstanceProblemProvider
 
writeSolution(Solution_, SubSingleBenchmarkResult) - Method in interface org.optaplanner.benchmark.impl.loader.ProblemProvider
 
writeSolution(SubSingleBenchmarkResult, Solution_) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 

X

xStream - Variable in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
XStreamXmlPlannerBenchmarkFactory - Class in org.optaplanner.benchmark.impl
 
XStreamXmlPlannerBenchmarkFactory() - Constructor for class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
XStreamXmlPlannerBenchmarkFactory(SolverConfigContext) - Constructor for class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links
OptaPlanner benchmark 7.4.2-SNAPSHOT

Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.