OptaPlanner Benchmark 6.3.0.Beta1
A B C D E F G H I L M N O P R S T U V W X 

A

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.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
 
AVAILABLE_PROCESSOR_COUNT - Static variable in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 

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.PlannerBenchmarkRunner
 
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.PlannerBenchmarkRunner
 
benchmarkingStarted() - Method in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner
 
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
 
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
 
BestScoreSingleStatistic - Class in org.optaplanner.benchmark.impl.statistic.bestscore
 
BestScoreSingleStatistic(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSingleStatistic
 
BestScoreStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.bestscore
 
BestScoreStatisticPoint(long, Score) - Constructor for class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreStatisticPoint
 
BestSolutionMutationProblemStatistic - Class in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
 
BestSolutionMutationProblemStatistic(ProblemBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic
 
BestSolutionMutationSingleStatistic - Class in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
 
BestSolutionMutationSingleStatistic(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSingleStatistic
 
BestSolutionMutationStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
 
BestSolutionMutationStatisticPoint(long, int) - Constructor for class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationStatisticPoint
 
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
 
buildPlannerBenchmark() - Method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
Creates a new PlannerBenchmark instance.
buildPlannerBenchmark() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
buildPlannerBenchmark() - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
buildPlannerBenchmark() - Method in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
buildProblemBenchmarkList(SolverBenchmarkResult) - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
buildProblemStatistic(ProblemBenchmarkResult) - Method in enum org.optaplanner.benchmark.config.statistic.ProblemStatisticType
 
buildPureSingleStatistic(SingleBenchmarkResult) - Method in enum org.optaplanner.benchmark.config.statistic.SingleStatisticType
 
buildSolverBenchmark(PlannerBenchmarkResult) - 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
 

C

CalculateCountProblemStatistic - Class in org.optaplanner.benchmark.impl.statistic.calculatecount
 
CalculateCountProblemStatistic(ProblemBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountProblemStatistic
 
CalculateCountSingleStatistic - Class in org.optaplanner.benchmark.impl.statistic.calculatecount
 
CalculateCountSingleStatistic(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic
 
CalculateCountSingleStatistic(SingleBenchmarkResult, long) - Constructor for class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic
 
CalculateCountStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.calculatecount
 
CalculateCountStatisticPoint(long, long) - Constructor for class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountStatisticPoint
 
calculateScoreDifferencePercentage(Score<S>, Score<S>) - Static method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
calculateScoreDifferencePercentageLevel(double, double) - Static method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
calculateTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner
 
calculateWarmUpTimeMillisSpentLimit() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
call() - Method in class org.optaplanner.benchmark.impl.SingleBenchmarkRunner
 
canConvert(Class) - Method in class org.optaplanner.persistence.xstream.impl.score.XStreamScoreConverter
 
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
 
close(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSingleStatistic
 
close(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSingleStatistic
 
close(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic
 
close(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic
 
close(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSingleStatistic
 
close(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSingleStatistic
 
close(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic
 
close(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic
 
close(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSingleStatistic
 
close(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
close(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSingleStatistic
 
collapseNodes() - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.CheckBoxTree
 
compare(Score, Score) - Method in class org.optaplanner.benchmark.impl.ranking.ResilientScoreComparator
 
compare(SingleBenchmarkResult, SingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.ranking.SingleBenchmarkRankingComparator
 
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
 
ConstraintMatchTotalBestScoreSingleStatistic - Class in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore
 
ConstraintMatchTotalBestScoreSingleStatistic(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSingleStatistic
 
ConstraintMatchTotalBestScoreStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore
 
ConstraintMatchTotalBestScoreStatisticPoint(long, String, String, int, int, double) - Constructor for class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
ConstraintMatchTotalStepScoreSingleStatistic - Class in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore
 
ConstraintMatchTotalStepScoreSingleStatistic(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic
 
ConstraintMatchTotalStepScoreStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore
 
ConstraintMatchTotalStepScoreStatisticPoint(long, String, String, int, int, double) - Constructor for class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
constraintName - Variable in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
constraintName - Variable in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
constraintPackage - Variable in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
constraintPackage - Variable in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
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, Object) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlInputStream(InputStream) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlInputStream(InputStream, Object) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlReader(Reader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlReader(Reader, Object) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlResource(String) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromFreemarkerXmlResource(String, Object) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlFile(File) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlInputStream(InputStream) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlReader(Reader) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createFromXmlResource(String) - Static method in class org.optaplanner.benchmark.api.PlannerBenchmarkFactory
 
createMerge(SolverBenchmarkResult, ProblemBenchmarkResult, SingleBenchmarkResult) - Static method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
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.BestScoreSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
createPointFromCsvLine(ScoreDefinition, List<String>) - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSingleStatistic
 
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
 
createSingleStatistic(SingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic
 
createSingleStatistic(SingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic
 
createSingleStatistic(SingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountProblemStatistic
 
createSingleStatistic(SingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic
 
createSingleStatistic(SingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic
 
createSingleStatistic(SingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
createSingleStatistic(SingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
 
createUnmarshallingFailedResult(String) - Static method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 

D

determineLocale() - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
determineStandardDeviation() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
determineTotalsAndAverages() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
divide(double) - Method in class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 

E

equals(Object) - Method in class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
 
equals(Object) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
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
 
extractPureSingleStatisticList(SingleStatisticType) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
extractSingleStatisticTypeList() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 

F

FILE_EXTENSION - Static variable in class org.optaplanner.persistence.xstream.impl.domain.solution.XStreamSolutionFileIO
 
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
 
findSingleBenchmark(ProblemBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
fixateLookAndFeel() - Static method in class org.optaplanner.benchmark.impl.aggregator.swingui.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
 

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.SingleStatistic
 
getAvailableProcessors() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getAverageAverageCalculateCountPerSecond() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getAverageCalculateCountPerSecond() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getAverageCalculateCountSummaryChartFile() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getAverageProblemScale() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getAverageScore() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getAverageScore() - 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
 
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.PlannerBenchmarkRunner
 
getBenchmarkReport() - Method in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner
 
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
 
getBestScoreDiff() - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
 
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
 
getCalculateCount() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getCalculateCountPerSecond() - Method in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountStatisticPoint
 
getConstraintMatchCount() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getConstraintMatchCount() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
getConstraintName() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getConstraintName() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
getConstraintPackage() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getConstraintPackage() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
getCsvFile() - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
getCsvFilePath() - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
getCsvHeader() - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSingleStatistic
 
getDefaultShownScoreLevelIndex() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getDetail() - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
getEffectiveSingleStatisticMap() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getEntityCount() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
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.SolverBenchmarkResult
 
getFailureThrowable() - Method in class org.optaplanner.benchmark.impl.SingleBenchmarkRunner
 
getFavoriteSolverBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getGraphFile() - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationProblemStatistic
 
getGraphFile() - Method in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountProblemStatistic
 
getGraphFile() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic
 
getGraphFile() - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSingleStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSingleStatistic
 
getGraphFileList() - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
 
getHtmlOverviewFile() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getInheritedSolverBenchmarkConfig() - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
getInputFileExtension() - Method in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO
It's highly recommended that this method returns the same value as SolutionFileIO.getOutputFileExtension(), because a good output file is able to function as an input file.
getInputFileExtension() - Method in class org.optaplanner.persistence.xstream.impl.domain.solution.XStreamSolutionFileIO
 
getInputSolutionFile() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
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
 
getLocale() - Method in class org.optaplanner.benchmark.config.report.BenchmarkReportConfig
 
getLocale() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getLoggingLevel() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getMaxMemory() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getMaxMemory() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseMeasurement
 
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.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
 
getMoveType() - Method in class org.optaplanner.benchmark.impl.statistic.single.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 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.SingleBenchmarkRunner
 
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
 
getOutputFileExtension() - Method in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO
Every Solution type potentially has its own file extension.
getOutputFileExtension() - Method in class org.optaplanner.persistence.xstream.impl.domain.solution.XStreamSolutionFileIO
 
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 problematically change the PlannerBenchmarkConfig at runtime before building the PlannerBenchmark.
getPlannerBenchmarkConfig() - Method in class org.optaplanner.benchmark.impl.FreemarkerXmlPlannerBenchmarkFactory
 
getPlannerBenchmarkConfig() - Method in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
getPlannerBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner
 
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.SingleStatistic
 
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
 
getProblemReportDirectory() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getProblemReportDirectoryPath() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getProblemScale() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
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
 
getPureSingleStatisticList() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getRanking() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getRanking() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getRelativePathToBenchmarkReportDirectory(File) - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getScore() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getScore() - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreStatisticPoint
 
getScore() - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreStatisticPoint
 
getScoreLevel() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getScoreLevel() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
getScoreList() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
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.SingleBenchmarkRunner
 
getSingleBenchmarkResult() - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
getSingleBenchmarkResultList() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
getSingleBenchmarkResultList() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getSingleReportDirectory() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getSingleReportDirectoryPath() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getSingleStatistic(StatisticType) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getSingleStatisticList() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
getSingleStatisticTypeList() - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
getSolutionFileIO() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
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.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
 
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
 
getStandardDeviationString() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getStartingTimestamp() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getStatisticType() - Method in class org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic
 
getStatisticType() - Method in class org.optaplanner.benchmark.impl.statistic.PureSingleStatistic
 
getStatisticType() - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
getStatus() - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
getStepScoreDiff() - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint
 
getSucceeded() - 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
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
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.calculatecount.CalculateCountStatisticPoint
 
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.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint
 
getTimeMillisSpent() - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreStatisticPoint
 
getTimeSpentScalabilitySummaryChartFile() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getTimeSpentSummaryChartFile() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 
getTotalScore() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getTotalWinningScoreDifference() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
getUnifiedProblemBenchmarkResultList() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
getUsedMemory() - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseMeasurement
 
getUsedMemoryAfterInputSolution() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
getVariableCount() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
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
 
getWeightTotal() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
getWeightTotal() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
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
 
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.calculatecount.CalculateCountProblemStatistic
 
graphFile - Variable in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseProblemStatistic
 
graphFile - Variable in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepProblemStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreProblemStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSingleStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSingleStatistic
 
graphFileList - Variable in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
 
GraphSupport - Class in org.optaplanner.benchmark.impl.statistic.common
 

H

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.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
 
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
 

I

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.SingleStatistic
 
initSingleStatisticMap() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
initSystemProperties() - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
isFailure() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
isFavorite() - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
isScoreFeasible() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
isSuccess() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
isWinner() - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
isWriteOutputSolutionEnabled() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 

L

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.PlannerBenchmarkRunner
 
logger - Variable in class org.optaplanner.benchmark.impl.result.BenchmarkResultIO
 
logger - Variable in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
logger - Variable in class org.optaplanner.benchmark.impl.SingleBenchmarkRunner
 
logger - Variable in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
logger - Variable in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 

M

makeDirs(File) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
makeDirs(File) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.optaplanner.persistence.xstream.impl.score.XStreamScoreConverter
 
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
 
MemoryUseSingleStatistic - Class in org.optaplanner.benchmark.impl.statistic.memoryuse
 
MemoryUseSingleStatistic(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic
 
MemoryUseSingleStatistic(SingleBenchmarkResult, long) - Constructor for class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic
 
MemoryUseStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.memoryuse
 
MemoryUseStatisticPoint(long, MemoryUseMeasurement) - Constructor for class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseStatisticPoint
 
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
 
MoveCountPerStepSingleStatistic - Class in org.optaplanner.benchmark.impl.statistic.movecountperstep
 
MoveCountPerStepSingleStatistic(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSingleStatistic
 
MoveCountPerStepStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.movecountperstep
 
MoveCountPerStepStatisticPoint(long, MoveCountPerStepMeasurement) - Constructor for class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint
 
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.SingleBenchmarkRunner
 

O

open(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.bestscore.BestScoreSingleStatistic
 
open(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.bestsolutionmutation.BestSolutionMutationSingleStatistic
 
open(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.calculatecount.CalculateCountSingleStatistic
 
open(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.memoryuse.MemoryUseSingleStatistic
 
open(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepSingleStatistic
 
open(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSingleStatistic
 
open(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic
 
open(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic
 
open(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSingleStatistic
 
open(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
open(Solver) - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSingleStatistic
 
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.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.calculatecount - package org.optaplanner.benchmark.impl.statistic.calculatecount
 
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.single.constraintmatchtotalbestscore - package org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore
 
org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore - package org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore
 
org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore - package org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore
 
org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore - package org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore
 
org.optaplanner.benchmark.impl.statistic.stepscore - package org.optaplanner.benchmark.impl.statistic.stepscore
 
org.optaplanner.persistence.common.api.domain.solution - package org.optaplanner.persistence.common.api.domain.solution
 
org.optaplanner.persistence.xstream.impl.domain.solution - package org.optaplanner.persistence.xstream.impl.domain.solution
 
org.optaplanner.persistence.xstream.impl.score - package org.optaplanner.persistence.xstream.impl.score
 

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
 
PickedMoveTypeBestScoreDiffSingleStatistic - Class in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore
 
PickedMoveTypeBestScoreDiffSingleStatistic(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic
 
PickedMoveTypeBestScoreDiffStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore
 
PickedMoveTypeBestScoreDiffStatisticPoint(long, String, Score) - Constructor for class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
 
PickedMoveTypeStepScoreDiffSingleStatistic - Class in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore
 
PickedMoveTypeStepScoreDiffSingleStatistic(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSingleStatistic
 
PickedMoveTypeStepScoreDiffStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore
 
PickedMoveTypeStepScoreDiffStatisticPoint(long, String, Score) - Constructor for class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint
 
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.XStreamXmlPlannerBenchmarkFactory
 
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
 
PlannerBenchmarkRunner - Class in org.optaplanner.benchmark.impl
 
PlannerBenchmarkRunner(PlannerBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner
 
pointList - Variable in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
ProblemBasedSingleStatistic<P extends StatisticPoint> - Class in org.optaplanner.benchmark.impl.statistic
 
ProblemBasedSingleStatistic(SingleBenchmarkResult, ProblemStatisticType) - Constructor for class org.optaplanner.benchmark.impl.statistic.ProblemBasedSingleStatistic
 
ProblemBenchmarkResult - 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
 
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.ProblemBasedSingleStatistic
 
problemStatisticType - Variable in class org.optaplanner.benchmark.impl.statistic.ProblemStatistic
 
PureSingleStatistic<P extends StatisticPoint> - Class in org.optaplanner.benchmark.impl.statistic
1 statistic of SingleBenchmarkResult
PureSingleStatistic(SingleBenchmarkResult, SingleStatisticType) - Constructor for class org.optaplanner.benchmark.impl.statistic.PureSingleStatistic
 

R

read(File) - Method in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO
This method is thread-safe.
read(File) - Method in class org.optaplanner.persistence.xstream.impl.domain.solution.XStreamSolutionFileIO
 
readCsvStatisticFile() - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
readPlannerBenchmarkResult(File) - Method in class org.optaplanner.benchmark.impl.result.BenchmarkResultIO
 
readPlannerBenchmarkResultList(File) - Method in class org.optaplanner.benchmark.impl.result.BenchmarkResultIO
 
readPlanningProblem() - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
register() - Static method in class org.optaplanner.benchmark.impl.aggregator.swingui.SwingUncaughtExceptionHandler
 
registerScale(long, long, long) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
HACK to avoid loading the planningProblem 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
 
runSingleBenchmarks() - Method in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner
 

S

ScoreDifferencePercentage - Class in org.optaplanner.benchmark.impl.measurement
 
ScoreDifferencePercentage(double[]) - Constructor for class org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
 
scoreLevel - Variable in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
scoreLevel - Variable in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
setAggregation(Boolean) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setBenchmarkDirectory(File) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setBenchmarkDirectory(File) - Method in class org.optaplanner.benchmark.impl.aggregator.BenchmarkAggregator
 
setBenchmarkDirectory(File) - Method in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner
 
setBenchmarkReport(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner
 
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
 
setCalculateCount(long) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setDetail(String) - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
setFailureThrowable(Throwable) - Method in class org.optaplanner.benchmark.impl.SingleBenchmarkRunner
 
setInheritedSolverBenchmarkConfig(SolverBenchmarkConfig) - Method in class org.optaplanner.benchmark.config.PlannerBenchmarkConfig
 
setInputSolutionFile(File) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
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<P>) - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
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
 
setProblemStatisticList(List<ProblemStatistic>) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
setProblemStatisticTypeList(List<ProblemStatisticType>) - Method in class org.optaplanner.benchmark.config.ProblemBenchmarksConfig
 
setPureSingleStatisticList(List<PureSingleStatistic>) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setRanking(Integer) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setRanking(Integer) - Method in class org.optaplanner.benchmark.impl.result.SolverBenchmarkResult
 
setScore(Score) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setSelectedSingleBenchmarkNodes(Set<DefaultMutableTreeNode>) - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.CheckBoxTree
 
setSingleBenchmarkResult(SingleBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
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
 
setSolutionFileIO(SolutionFileIO) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
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(Date) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setStatus(MixedCheckBox.MixedCheckBoxStatus) - Method in class org.optaplanner.benchmark.impl.aggregator.swingui.MixedCheckBox
 
setSucceeded(Boolean) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setTimeMillisSpent(long) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
setUnifiedProblemBenchmarkResultList(List<ProblemBenchmarkResult>) - Method in class org.optaplanner.benchmark.impl.result.PlannerBenchmarkResult
 
setUsedMemoryAfterInputSolution(Long) - Method in class org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
 
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
 
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
 
SingleBenchmarkRankingComparator - Class in org.optaplanner.benchmark.impl.ranking
 
SingleBenchmarkRankingComparator() - Constructor for class org.optaplanner.benchmark.impl.ranking.SingleBenchmarkRankingComparator
 
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
 
singleBenchmarkResult - Variable in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
SingleBenchmarkRunner - Class in org.optaplanner.benchmark.impl
 
SingleBenchmarkRunner(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.SingleBenchmarkRunner
 
SingleStatistic<P extends StatisticPoint> - Class in org.optaplanner.benchmark.impl.statistic
1 statistic of SingleBenchmarkResult
SingleStatistic(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
SingleStatisticType - Enum in org.optaplanner.benchmark.config.statistic
 
singleStatisticType - Variable in class org.optaplanner.benchmark.impl.statistic.PureSingleStatistic
 
SolutionFileIO - Interface in org.optaplanner.persistence.common.api.domain.solution
Reads or writes a Solution from or to a File.
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 - 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
 
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
 
StepScoreProblemStatistic - Class in org.optaplanner.benchmark.impl.statistic.stepscore
 
StepScoreProblemStatistic(ProblemBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
 
StepScoreSingleStatistic - Class in org.optaplanner.benchmark.impl.statistic.stepscore
 
StepScoreSingleStatistic(SingleBenchmarkResult) - Constructor for class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreSingleStatistic
 
StepScoreStatisticPoint - Class in org.optaplanner.benchmark.impl.statistic.stepscore
 
StepScoreStatisticPoint(long, Score) - Constructor for class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreStatisticPoint
 
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.benchmark.impl.aggregator.swingui
 
SwingUncaughtExceptionHandler() - Constructor for class org.optaplanner.benchmark.impl.aggregator.swingui.SwingUncaughtExceptionHandler
 
SwingUtils - Class in org.optaplanner.benchmark.impl.aggregator.swingui
 

T

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.calculatecount.CalculateCountStatisticPoint
 
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.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.StatisticPoint
 
toCsvLine() - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreStatisticPoint
 
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.SingleBenchmarkRunner
 
TotalRankSolverRankingWeightFactory - Class in org.optaplanner.benchmark.impl.ranking
This SolverRankingWeightFactory orders a SolverBenchmarkResult by how how many time each of it's SingleBenchmarkResult beat the SingleBenchmarkResult of the other SolverBenchmarkResults.
TotalRankSolverRankingWeightFactory() - Constructor for class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory
 
TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight - Class in org.optaplanner.benchmark.impl.ranking
 
TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight(SolverBenchmarkResult, int, int) - Constructor for class org.optaplanner.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight
 
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.benchmark.impl.aggregator.swingui.SwingUncaughtExceptionHandler
 
unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.optaplanner.persistence.xstream.impl.score.XStreamScoreConverter
 
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

warmUp(ProblemBenchmarkResult, long, long, long) - Method in class org.optaplanner.benchmark.impl.PlannerBenchmarkRunner
 
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
 
write(Solution, File) - Method in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO
This method is thread-safe.
write(Solution, File) - Method in class org.optaplanner.persistence.xstream.impl.domain.solution.XStreamSolutionFileIO
 
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.PureSingleStatistic
 
writeCsvStatisticFile() - Method in class org.optaplanner.benchmark.impl.statistic.SingleStatistic
 
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.calculatecount.CalculateCountProblemStatistic
 
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.PureSingleStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreSingleStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreSingleStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffSingleStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffSingleStatistic
 
writeGraphFiles(BenchmarkReport) - Method in class org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreProblemStatistic
 
writeOutputSolution(SingleBenchmarkResult, Solution) - Method in class org.optaplanner.benchmark.impl.result.ProblemBenchmarkResult
 
writePlannerBenchmarkResult(File, PlannerBenchmarkResult) - Method in class org.optaplanner.benchmark.impl.result.BenchmarkResultIO
 
writeReport() - Method in class org.optaplanner.benchmark.impl.report.BenchmarkReport
 

X

xStream - Variable in class org.optaplanner.benchmark.impl.XStreamXmlPlannerBenchmarkFactory
 
XStreamBendableScoreConverter - Class in org.optaplanner.persistence.xstream.impl.score
 
XStreamBendableScoreConverter(int, int) - Constructor for class org.optaplanner.persistence.xstream.impl.score.XStreamBendableScoreConverter
 
XStreamScoreConverter - Class in org.optaplanner.persistence.xstream.impl.score
Some Score implementations require specific subclasses: For BendableScore, use XStreamBendableScoreConverter.
XStreamScoreConverter(ScoreDefinition) - Constructor for class org.optaplanner.persistence.xstream.impl.score.XStreamScoreConverter
 
XStreamScoreConverter(Class<? extends Score>, Class<? extends ScoreDefinition>) - Constructor for class org.optaplanner.persistence.xstream.impl.score.XStreamScoreConverter
 
XStreamSolutionFileIO - Class in org.optaplanner.persistence.xstream.impl.domain.solution
 
XStreamSolutionFileIO() - Constructor for class org.optaplanner.persistence.xstream.impl.domain.solution.XStreamSolutionFileIO
 
XStreamSolutionFileIO(Class...) - Constructor for class org.optaplanner.persistence.xstream.impl.domain.solution.XStreamSolutionFileIO
 
XStreamXmlPlannerBenchmarkFactory - Class in org.optaplanner.benchmark.impl
 
XStreamXmlPlannerBenchmarkFactory() - 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 
OptaPlanner Benchmark 6.3.0.Beta1

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