Class PickedMoveTypeBestScoreDiffStatisticPoint

java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore.PickedMoveTypeBestScoreDiffStatisticPoint

public class PickedMoveTypeBestScoreDiffStatisticPoint extends StatisticPoint
  • Constructor Details

    • PickedMoveTypeBestScoreDiffStatisticPoint

      public PickedMoveTypeBestScoreDiffStatisticPoint(long timeMillisSpent, String moveType, Score bestScoreDiff)
  • Method Details

    • getTimeMillisSpent

      public long getTimeMillisSpent()
    • getMoveType

      public String getMoveType()
    • getBestScoreDiff

      public Score getBestScoreDiff()
    • toCsvLine

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