Class StepScoreStatisticPoint

java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.stepscore.StepScoreStatisticPoint

public class StepScoreStatisticPoint extends StatisticPoint
  • Constructor Details

    • StepScoreStatisticPoint

      public StepScoreStatisticPoint(long timeMillisSpent, Score score)
  • Method Details

    • getTimeMillisSpent

      public long getTimeMillisSpent()
    • getScore

      public Score getScore()
    • toCsvLine

      public String toCsvLine()
      Specified by:
      toCsvLine in class StatisticPoint