Class MoveCountPerStepStatisticPoint

java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint

public class MoveCountPerStepStatisticPoint extends StatisticPoint
  • Constructor Details

    • MoveCountPerStepStatisticPoint

      public MoveCountPerStepStatisticPoint(long timeMillisSpent, long acceptedMoveCount, long selectedMoveCount)
  • Method Details

    • getTimeMillisSpent

      public long getTimeMillisSpent()
    • getAcceptedMoveCount

      public long getAcceptedMoveCount()
    • getSelectedMoveCount

      public long getSelectedMoveCount()
    • toCsvLine

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