index
int64
repo_id
string
file_path
string
content
string
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/SolverBenchmarkConfig.java
package ai.timefold.solver.benchmark.config; import java.util.function.Consumer; import jakarta.xml.bind.annotation.XmlElement; import jakarta.xml.bind.annotation.XmlType; import ai.timefold.solver.core.config.AbstractConfig; import ai.timefold.solver.core.config.solver.SolverConfig; import ai.timefold.solver.core.c...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/package-info.java
/** * Classes which represent the XML Benchmark configuration of Timefold Benchmark. * <p> * The XML Benchmark configuration is backwards compatible for all elements, * except for elements that require the use of non-public API classes. */ @XmlSchema( namespace = PlannerBenchmarkConfig.XML_NAMESPACE, ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/blueprint/SolverBenchmarkBluePrintConfig.java
package ai.timefold.solver.benchmark.config.blueprint; import java.util.List; import jakarta.xml.bind.annotation.XmlType; import ai.timefold.solver.benchmark.config.SolverBenchmarkConfig; import org.jspecify.annotations.NonNull; import org.jspecify.annotations.Nullable; @XmlType(propOrder = { "solverBenchm...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/blueprint/SolverBenchmarkBluePrintType.java
package ai.timefold.solver.benchmark.config.blueprint; import java.util.ArrayList; import java.util.List; import jakarta.xml.bind.annotation.XmlEnum; import ai.timefold.solver.benchmark.config.SolverBenchmarkConfig; import ai.timefold.solver.core.config.constructionheuristic.ConstructionHeuristicPhaseConfig; import ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/blueprint/package-info.java
@XmlSchema( namespace = PlannerBenchmarkConfig.XML_NAMESPACE, elementFormDefault = XmlNsForm.QUALIFIED) package ai.timefold.solver.benchmark.config.blueprint; import jakarta.xml.bind.annotation.XmlNsForm; import jakarta.xml.bind.annotation.XmlSchema; import ai.timefold.solver.benchmark.config.Planner...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/ranking/SolverRankingType.java
package ai.timefold.solver.benchmark.config.ranking; import jakarta.xml.bind.annotation.XmlEnum; import ai.timefold.solver.benchmark.impl.ranking.TotalRankSolverRankingWeightFactory; import ai.timefold.solver.benchmark.impl.ranking.TotalScoreSolverRankingComparator; import ai.timefold.solver.benchmark.impl.ranking.Wo...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/ranking/package-info.java
@XmlSchema( namespace = PlannerBenchmarkConfig.XML_NAMESPACE, elementFormDefault = XmlNsForm.QUALIFIED) package ai.timefold.solver.benchmark.config.ranking; import jakarta.xml.bind.annotation.XmlNsForm; import jakarta.xml.bind.annotation.XmlSchema; import ai.timefold.solver.benchmark.config.PlannerBe...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/report/BenchmarkReportConfig.java
package ai.timefold.solver.benchmark.config.report; import java.util.Comparator; import java.util.Locale; import java.util.function.Consumer; import jakarta.xml.bind.annotation.XmlType; import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import ai.timefold.solver.benchmark.config.ranking.SolverRankingTyp...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/report/package-info.java
@XmlSchema( namespace = PlannerBenchmarkConfig.XML_NAMESPACE, elementFormDefault = XmlNsForm.QUALIFIED) package ai.timefold.solver.benchmark.config.report; import jakarta.xml.bind.annotation.XmlNsForm; import jakarta.xml.bind.annotation.XmlSchema; import ai.timefold.solver.benchmark.config.PlannerBen...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/statistic/ProblemStatisticType.java
package ai.timefold.solver.benchmark.config.statistic; import java.util.List; import jakarta.xml.bind.annotation.XmlEnum; import ai.timefold.solver.benchmark.impl.result.ProblemBenchmarkResult; import ai.timefold.solver.benchmark.impl.statistic.ProblemStatistic; import ai.timefold.solver.benchmark.impl.statistic.Sta...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/statistic/SingleStatisticType.java
package ai.timefold.solver.benchmark.config.statistic; import jakarta.xml.bind.annotation.XmlEnum; import ai.timefold.solver.benchmark.impl.report.ReportHelper; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.statistic.PureSubSingleStatistic; import a...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/config/statistic/package-info.java
@XmlSchema( namespace = PlannerBenchmarkConfig.XML_NAMESPACE, elementFormDefault = XmlNsForm.QUALIFIED) package ai.timefold.solver.benchmark.config.statistic; import jakarta.xml.bind.annotation.XmlNsForm; import jakarta.xml.bind.annotation.XmlSchema; import ai.timefold.solver.benchmark.config.Planner...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/DefaultPlannerBenchmark.java
package ai.timefold.solver.benchmark.impl; import java.awt.Desktop; import java.io.File; import java.io.IOException; import java.time.OffsetDateTime; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.conc...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/DefaultPlannerBenchmarkFactory.java
package ai.timefold.solver.benchmark.impl; import java.util.ArrayList; import java.util.HashSet; import java.util.LinkedHashSet; import java.util.List; import java.util.Set; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.ThreadFactory; import java.util.r...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/ProblemBenchmarksFactory.java
package ai.timefold.solver.benchmark.impl; import java.io.File; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Objects; import ai.timefold.solver.benchmark.api.PlannerBenchmarkFactory; import ai.timefold.solver.benchmark.config.ProblemBenchmarksConfig; import ai.time...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/SolverBenchmarkFactory.java
package ai.timefold.solver.benchmark.impl; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Objects; import java.util.Optional; import ai.timefold.solver.benchmark.config.ProblemBenchmarksConfig; import ai.timefold.solver.benchmark.config.SolverBenchmarkConfig; import ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/SubSingleBenchmarkRunner.java
package ai.timefold.solver.benchmark.impl; import java.util.HashMap; import java.util.UUID; import java.util.concurrent.Callable; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.statistic.StatisticRegistry; import ai.timefold.solver.core.api.solver.So...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/package-info.java
/** * Implementation classes of Timefold Benchmark. * <p> * All classes in this namespace are NOT backwards compatible: they might change in future releases * (including hotfix releases). All relevant changes are documented in * <a href="https://docs.timefold.ai/timefold-solver/latest/upgrading-timefold-solver/upg...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/aggregator/BenchmarkAggregator.java
package ai.timefold.solver.benchmark.impl.aggregator; import java.awt.Desktop; import java.awt.Desktop.Action; import java.io.File; import java.io.IOException; import java.time.OffsetDateTime; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Ma...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/aggregator
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/aggregator/swingui/BenchmarkAggregatorFrame.java
package ai.timefold.solver.benchmark.impl.aggregator.swingui; import java.awt.BorderLayout; import java.awt.Desktop; import java.awt.FlowLayout; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.WindowAdapter; impo...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/aggregator
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/aggregator/swingui/CheckBoxTree.java
package ai.timefold.solver.benchmark.impl.aggregator.swingui; import static ai.timefold.solver.benchmark.impl.aggregator.swingui.MixedCheckBox.MixedCheckBoxStatus.CHECKED; import static ai.timefold.solver.benchmark.impl.aggregator.swingui.MixedCheckBox.MixedCheckBoxStatus.MIXED; import static ai.timefold.solver.benchm...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/aggregator
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/aggregator/swingui/MixedCheckBox.java
package ai.timefold.solver.benchmark.impl.aggregator.swingui; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import javax.swing.JCheckBox; public class MixedCheckBox extends JCheckBox { private String detail; private Object benchmarkResult; public MixedCheckBox() { this(n...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/cli/TimefoldBenchmarkCli.java
package ai.timefold.solver.benchmark.impl.cli; import java.io.File; import ai.timefold.solver.benchmark.api.PlannerBenchmark; import ai.timefold.solver.benchmark.api.PlannerBenchmarkFactory; import ai.timefold.solver.benchmark.config.PlannerBenchmarkConfig; /** * Run this class from the command line interface * to...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/io/PlannerBenchmarkConfigIO.java
package ai.timefold.solver.benchmark.impl.io; import java.io.Reader; import java.io.Writer; import ai.timefold.solver.benchmark.config.PlannerBenchmarkConfig; import ai.timefold.solver.core.config.solver.SolverConfig; import ai.timefold.solver.core.impl.io.jaxb.ElementNamespaceOverride; import ai.timefold.solver.core...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/loader/FileProblemProvider.java
package ai.timefold.solver.benchmark.impl.loader; import java.io.File; import java.util.Objects; import jakarta.xml.bind.annotation.XmlTransient; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.persistence.common.api.domain.solution.SolutionFileIO; public class Fi...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/loader/InstanceProblemProvider.java
package ai.timefold.solver.benchmark.impl.loader; import java.util.Objects; import jakarta.xml.bind.annotation.XmlTransient; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.core.api.domain.solution.cloner.SolutionCloner; import ai.timefold.solver.core.impl.domain.s...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/loader/ProblemProvider.java
package ai.timefold.solver.benchmark.impl.loader; import jakarta.xml.bind.annotation.XmlSeeAlso; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.core.api.domain.solution.PlanningSolution; /** * Subclasses need to implement {@link Object#equals(Object) equals()} an...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/ranking/ResilientScoreComparator.java
package ai.timefold.solver.benchmark.impl.ranking; import java.util.Comparator; import ai.timefold.solver.core.api.score.Score; import ai.timefold.solver.core.impl.score.definition.ScoreDefinition; /** * Able to compare {@link Score}s of different types or nulls. */ final class ResilientScoreComparator implements ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/ranking/ScoreSubSingleBenchmarkRankingComparator.java
package ai.timefold.solver.benchmark.impl.ranking; import java.util.Comparator; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; public class ScoreSubSingleBenchmarkRankingComparator implements Comparator<SubSingleBenchmarkResult> { @Override public int compare(SubSingleBenchmarkRes...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/ranking/SolverRankingWeightFactory.java
package ai.timefold.solver.benchmark.impl.ranking; import java.util.List; import ai.timefold.solver.benchmark.impl.result.SolverBenchmarkResult; /** * Defines an interface for classes that will be used to rank solver benchmarks * in order of their respective performance. */ public interface SolverRankingWeightFac...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/ranking/SubSingleBenchmarkRankBasedComparator.java
package ai.timefold.solver.benchmark.impl.ranking; import static java.util.Comparator.comparing; import static java.util.Comparator.naturalOrder; import static java.util.Comparator.nullsLast; import static java.util.Comparator.reverseOrder; import java.util.Comparator; import ai.timefold.solver.benchmark.impl.result...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/ranking/TotalRankSolverRankingWeightFactory.java
package ai.timefold.solver.benchmark.impl.ranking; import java.util.Comparator; import java.util.List; import java.util.Objects; import ai.timefold.solver.benchmark.impl.result.SingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.result.SolverBenchmarkResult; import ai.timefold.solver.core.api.domain.solut...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/ranking/TotalScoreSingleBenchmarkRankingComparator.java
package ai.timefold.solver.benchmark.impl.ranking; import java.util.Comparator; import ai.timefold.solver.benchmark.impl.result.SingleBenchmarkResult; public class TotalScoreSingleBenchmarkRankingComparator implements Comparator<SingleBenchmarkResult> { @Override public int compare(SingleBenchmarkResult a, ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/ranking/TotalScoreSolverRankingComparator.java
package ai.timefold.solver.benchmark.impl.ranking; import java.util.Comparator; import ai.timefold.solver.benchmark.impl.result.SolverBenchmarkResult; import ai.timefold.solver.core.api.domain.solution.PlanningSolution; import ai.timefold.solver.core.api.score.Score; import ai.timefold.solver.core.impl.score.definiti...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/ranking/WorstScoreSolverRankingComparator.java
package ai.timefold.solver.benchmark.impl.ranking; import java.util.Comparator; import java.util.List; import ai.timefold.solver.benchmark.impl.result.SingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.result.SolverBenchmarkResult; import ai.timefold.solver.core.api.score.Score; /** * This ranking {@li...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/report/BarChart.java
package ai.timefold.solver.benchmark.impl.report; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.Writer; import java.math.BigDecimal; import java.nio.charset.StandardCharsets; import java.nio.file.Path; import java.util.ArrayList; imp...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/report/BenchmarkReport.java
package ai.timefold.solver.benchmark.impl.report; import static java.lang.Double.isFinite; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.Writer; import java.time.ZoneId; import java.util.ArrayList; import java.util.Comparator; impor...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/report/BenchmarkReportFactory.java
package ai.timefold.solver.benchmark.impl.report; import java.time.ZoneId; import java.util.Comparator; import ai.timefold.solver.benchmark.config.report.BenchmarkReportConfig; import ai.timefold.solver.benchmark.impl.ranking.SolverRankingWeightFactory; import ai.timefold.solver.benchmark.impl.ranking.TotalRankSolver...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/report/BoxPlot.java
package ai.timefold.solver.benchmark.impl.report; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.Writer; import java.nio.charset.StandardCharsets; import java.nio.file.Path; import java.util.ArrayList; import java.util.Collections; im...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/report/Chart.java
package ai.timefold.solver.benchmark.impl.report; import java.nio.file.Path; @SuppressWarnings("unused") // Used by FreeMarker. public interface Chart { /** * It is not possible to guarantee that an ID we generate in the Java code * will be unique in the HTML page without making the Java code complex e...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/report/Dataset.java
package ai.timefold.solver.benchmark.impl.report; import java.util.List; public record Dataset<X extends Number>(String label, List<X> data, boolean favorite) { }
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/report/LineChart.java
package ai.timefold.solver.benchmark.impl.report; import static ai.timefold.solver.benchmark.impl.report.BenchmarkReport.LOG_SCALE_MIN_DATASETS_COUNT; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.Writer; import java.math.BigDecimal...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/report/MillisecondDurationNumberFormatFactory.java
package ai.timefold.solver.benchmark.impl.report; import java.time.Duration; import java.util.Locale; import freemarker.core.Environment; import freemarker.core.TemplateFormatUtil; import freemarker.core.TemplateNumberFormat; import freemarker.core.TemplateNumberFormatFactory; import freemarker.core.TemplateValueForm...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/report/Range.java
package ai.timefold.solver.benchmark.impl.report; public record Range(String label, double min, double q1, double median, double q3, double max, double average) { }
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/report/ReportHelper.java
package ai.timefold.solver.benchmark.impl.report; import org.jspecify.annotations.NonNull; public class ReportHelper { /** * Escape illegal HTML element id characters, such as a dot. * <p> * This escape function guarantees that 2 distinct strings will result into 2 distinct escape strings * (...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/report/WebsiteResourceUtils.java
package ai.timefold.solver.benchmark.impl.report; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.nio.file.Files; import java.util.function.Function; public final class WebsiteResourceUtils { private static final String RESOURCE_NAMESPACE = "/ai/timefold/solver/benchmark/...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/result/BenchmarkResult.java
package ai.timefold.solver.benchmark.impl.result; import java.io.File; import ai.timefold.solver.core.api.score.Score; public interface BenchmarkResult { String getName(); /** * @return the name of the directory that holds the benchmark's results */ String getResultDirectoryName(); /** ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/result/BenchmarkResultIO.java
package ai.timefold.solver.benchmark.impl.result; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.Reader; import java.io.Writer; import java.nio.charset.StandardCharsets...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/result/LoggingLevel.java
package ai.timefold.solver.benchmark.impl.result; public enum LoggingLevel { OFF, ERROR, WARN, INFO, DEBUG, TRACE }
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/result/PlannerBenchmarkResult.java
package ai.timefold.solver.benchmark.impl.result; import java.io.File; import java.time.OffsetDateTime; import java.time.format.DateTimeFormatter; import java.time.format.FormatStyle; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.IdentityHashMap; import java.ut...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/result/ProblemBenchmarkResult.java
package ai.timefold.solver.benchmark.impl.result; import java.io.File; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.IdentityHashMap; import java.util.Iterator; import java.util.LinkedHashSet; import java.u...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/result/ScoreDifferencePercentage.java
package ai.timefold.solver.benchmark.impl.result; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.Arrays; import java.util.Locale; import ai.timefold.solver.core.api.score.Score; public record ScoreDifferencePercentage(double[] percentageLevels) { public static <Score_ ex...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/result/SingleBenchmarkResult.java
package ai.timefold.solver.benchmark.impl.result; import java.io.File; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.concurrent.atomic.AtomicLong; import jakarta.xml.bind.annotation.XmlAttribute; import jakarta.xml.bind.annotation.XmlElement; import jakarta.xml.bind...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/result/SolverBenchmarkResult.java
package ai.timefold.solver.benchmark.impl.result; import java.io.StringWriter; import java.util.ArrayList; import java.util.HashMap; import java.util.IdentityHashMap; import java.util.List; import java.util.Map; import jakarta.xml.bind.annotation.XmlElement; import jakarta.xml.bind.annotation.XmlTransient; import ai...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/result/SubSingleBenchmarkResult.java
package ai.timefold.solver.benchmark.impl.result; import static ai.timefold.solver.core.impl.util.MathUtils.getSpeed; import java.io.File; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import jakarta.xml.bind.annotation.XmlElement; import jakarta.xml.bind.annotati...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/result/package-info.java
@XmlAccessorType(XmlAccessType.FIELD) @XmlJavaTypeAdapters({ @XmlJavaTypeAdapter(value = PolymorphicScoreJaxbAdapter.class, type = Score.class), @XmlJavaTypeAdapter(value = JaxbOffsetDateTimeAdapter.class, type = OffsetDateTime.class) }) package ai.timefold.solver.benchmark.impl.result; import java.tim...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/ChartProvider.java
package ai.timefold.solver.benchmark.impl.statistic; import java.util.List; import ai.timefold.solver.benchmark.impl.report.BenchmarkReport; import ai.timefold.solver.benchmark.impl.report.Chart; public interface ChartProvider<Chart_ extends Chart> { void createChartList(BenchmarkReport benchmarkReport); /...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/ConstraintSummary.java
package ai.timefold.solver.benchmark.impl.statistic; import ai.timefold.solver.core.api.score.Score; import ai.timefold.solver.core.api.score.constraint.ConstraintRef; public record ConstraintSummary<Score_ extends Score<Score_>>(ConstraintRef constraintRef, Score_ score, int count) { }
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/ProblemBasedSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; public abstract class ProblemBasedSubSingleStatistic<Solution_, StatisticPoint_ extends StatisticPoint> exte...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/ProblemStatistic.java
package ai.timefold.solver.benchmark.impl.statistic; import java.util.ArrayList; import java.util.Collections; import java.util.List; import jakarta.xml.bind.annotation.XmlAccessType; import jakarta.xml.bind.annotation.XmlAccessorType; import jakarta.xml.bind.annotation.XmlSeeAlso; import jakarta.xml.bind.annotation....
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/PureSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic; import java.util.ArrayList; import java.util.List; import jakarta.xml.bind.annotation.XmlSeeAlso; import jakarta.xml.bind.annotation.XmlTransient; import ai.timefold.solver.benchmark.config.statistic.SingleStatisticType; import ai.timefold.solver.benchmark.impl.re...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/StatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.regex.Pattern; import java.util.stream.Collectors; import java.util.stream.Stream; /** * Implementations must be immutable. */ public abstract class StatisticPoint { ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/StatisticRegistry.java
package ai.timefold.solver.benchmark.impl.statistic; import java.math.BigDecimal; import java.math.BigInteger; import java.util.ArrayList; import java.util.List; import java.util.Set; import java.util.concurrent.TimeUnit; import java.util.function.BiConsumer; import java.util.function.Consumer; import java.util.functi...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/StatisticType.java
package ai.timefold.solver.benchmark.impl.statistic; public interface StatisticType { /** * @return never null */ String name(); /** * @return never null */ default String getLabel() { return name().replace('_', ' '); } }
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/StatisticUtils.java
package ai.timefold.solver.benchmark.impl.statistic; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.List; import java.util.Locale; import ai.timefold.solver.benchmark.impl.result.BenchmarkResult; import ai.timefold.solver.core.api.score.Score; public class StatisticUtils { ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/SubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.util.ArrayList; import java.util.Collections; import java.util.List; impo...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/bestscore/BestScoreProblemStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.bestscore; import java.util.ArrayList; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.report.BenchmarkReport; import ai.timefold.solver.benchmark.impl.report.LineChart; impor...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/bestscore/BestScoreStatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic.bestscore; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; import ai.timefold.solver.core.api.score.Score; public class BestScoreStatisticPoint extends StatisticPoint { private final long timeMillisSpent; private final Score score; pr...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/bestscore/BestScoreSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.bestscore; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.statistic.ProblemBasedSubSingleStatistic; ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/bestsolutionmutation/BestSolutionMutationProblemStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.bestsolutionmutation; import static java.util.Collections.singletonList; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.report.BenchmarkReport; import ai.timefold.solver.ben...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/bestsolutionmutation/BestSolutionMutationStatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic.bestsolutionmutation; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; public class BestSolutionMutationStatisticPoint extends StatisticPoint { private final long timeMillisSpent; private final int mutationCount; public BestSolutionMu...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/bestsolutionmutation/BestSolutionMutationSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.bestsolutionmutation; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.statistic.ProblemBasedSubSingle...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/common/AbstractCalculationSpeedSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.common; import java.util.List; import java.util.concurrent.atomic.AtomicLong; import java.util.function.Consumer; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; imp...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/common/AbstractTimeLineChartProblemStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.common; import static java.util.Collections.singletonList; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.report.BenchmarkReport; import ai.timefold.solver.benchmark.impl.re...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/common/LongStatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic.common; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; public class LongStatisticPoint extends StatisticPoint { private final long timeMillisSpent; private final long value; public LongStatisticPoint(long timeMillisSpent, long value...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/common/MillisecondsSpentNumberFormat.java
package ai.timefold.solver.benchmark.impl.statistic.common; import java.text.FieldPosition; import java.text.NumberFormat; import java.text.ParsePosition; import java.util.Locale; import ai.timefold.solver.benchmark.impl.report.MillisecondDurationNumberFormatFactory; public final class MillisecondsSpentNumberFormat ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/memoryuse/MemoryUseProblemStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.memoryuse; import static java.util.Collections.singletonList; import java.util.Collections; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.report.BenchmarkReport; import ai....
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/memoryuse/MemoryUseStatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic.memoryuse; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; public class MemoryUseStatisticPoint extends StatisticPoint { public static MemoryUseStatisticPoint create(long timeMillisSpent) { Runtime runtime = Runtime.getRuntime(); ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/memoryuse/MemoryUseSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.memoryuse; import java.util.List; import java.util.function.Consumer; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.statis...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/movecountperstep/MoveCountPerStepProblemStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.movecountperstep; import static java.util.Collections.singletonList; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.report.BenchmarkReport; import ai.timefold.solver.benchma...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/movecountperstep/MoveCountPerStepStatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic.movecountperstep; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; public class MoveCountPerStepStatisticPoint extends StatisticPoint { private final long timeMillisSpent; private final long acceptedMoveCount; private final long select...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/movecountperstep/MoveCountPerStepSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.movecountperstep; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.statistic.ProblemBasedSubSingleStat...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/movecountpertype/MoveCountPerTypeProblemStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.movecountpertype; import static java.util.Collections.singletonList; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.report.BarChart; import ai.timefold.solver.benchmark.impl...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/movecountpertype/MoveCountPerTypeStatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic.movecountpertype; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; public class MoveCountPerTypeStatisticPoint extends StatisticPoint { private final String moveType; private final long count; public MoveCountPerTypeStatisticPoint(Str...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/movecountpertype/MoveCountPerTypeSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.movecountpertype; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.statistic.ProblemBasedSubSingleStat...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/moveevaluationspeed/MoveEvaluationSpeedProblemStatisticTime.java
package ai.timefold.solver.benchmark.impl.statistic.moveevaluationspeed; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.ProblemBenchmarkResult; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/moveevaluationspeed/MoveEvaluationSpeedSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.moveevaluationspeed; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; import ai.timefold.solver.benc...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/scorecalculationspeed/ScoreCalculationSpeedProblemStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.scorecalculationspeed; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.ProblemBenchmarkResult; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solv...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/scorecalculationspeed/ScoreCalculationSpeedSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.scorecalculationspeed; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; import ai.timefold.solver.be...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/stepscore/StepScoreProblemStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.stepscore; import java.util.ArrayList; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.report.BenchmarkReport; import ai.timefold.solver.benchmark.impl.report.LineChart; impor...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/stepscore/StepScoreStatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic.stepscore; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; import ai.timefold.solver.core.api.score.Score; public class StepScoreStatisticPoint extends StatisticPoint { private final long timeMillisSpent; private final Score score; pr...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/stepscore/StepScoreSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.stepscore; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.ProblemStatisticType; import ai.timefold.solver.benchmark.impl.result.SubSingleBenchmarkResult; import ai.timefold.solver.benchmark.impl.statistic.ProblemBasedSubSingleStatistic; ...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle/constraintmatchtotalbestscore/ConstraintMatchTotalBestScoreStatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; import ai.timefold.solver.core.api.score.Score; import ai.timefold.solver.core.api.score.constraint.ConstraintRef; public class ConstraintMatchTotalBestScoreS...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle/constraintmatchtotalbestscore/ConstraintMatchTotalBestScoreSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore; import java.util.ArrayList; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.SingleStatisticType; import ai.timefold.solver.benchmark.impl.report.BenchmarkReport; import ai.timefold.solver.benchmark...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle/constraintmatchtotalstepscore/ConstraintMatchTotalStepScoreStatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; import ai.timefold.solver.core.api.score.Score; import ai.timefold.solver.core.api.score.constraint.ConstraintRef; public class ConstraintMatchTotalStepScoreS...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle/constraintmatchtotalstepscore/ConstraintMatchTotalStepScoreSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore; import java.util.ArrayList; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.SingleStatisticType; import ai.timefold.solver.benchmark.impl.report.BenchmarkReport; import ai.timefold.solver.benchmark...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle/pickedmovetypebestscore/PickedMoveTypeBestScoreDiffStatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic.subsingle.pickedmovetypebestscore; import ai.timefold.solver.benchmark.impl.aggregator.BenchmarkAggregator; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; import ai.timefold.solver.core.api.score.Score; import ai.timefold.solver.core.impl.heuristi...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle/pickedmovetypebestscore/PickedMoveTypeBestScoreDiffSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.subsingle.pickedmovetypebestscore; import java.util.ArrayList; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.SingleStatisticType; import ai.timefold.solver.benchmark.impl.report.BenchmarkReport; import ai.timefold.solver.benchmark.impl....
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle/pickedmovetypestepscore/PickedMoveTypeStepScoreDiffStatisticPoint.java
package ai.timefold.solver.benchmark.impl.statistic.subsingle.pickedmovetypestepscore; import ai.timefold.solver.benchmark.impl.aggregator.BenchmarkAggregator; import ai.timefold.solver.benchmark.impl.statistic.StatisticPoint; import ai.timefold.solver.core.api.score.Score; import ai.timefold.solver.core.impl.heuristi...
0
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle
java-sources/ai/timefold/solver/timefold-solver-benchmark/1.26.1/ai/timefold/solver/benchmark/impl/statistic/subsingle/pickedmovetypestepscore/PickedMoveTypeStepScoreDiffSubSingleStatistic.java
package ai.timefold.solver.benchmark.impl.statistic.subsingle.pickedmovetypestepscore; import java.util.ArrayList; import java.util.List; import ai.timefold.solver.benchmark.config.statistic.SingleStatisticType; import ai.timefold.solver.benchmark.impl.report.BenchmarkReport; import ai.timefold.solver.benchmark.impl....