Describe the bug
When running the benchmark in version 1.22.1 the Best Score graph stays empty. If I revert to 1.21.0 I can see the Best Score Graph again.
Looking into BEST_SCORE.csv I can see it is related to the initialized column where every value is initialized: "false":
"timeMillisSpent","score","initialized"
106,"-5hard/-541soft","false"
Probably related to
|
.add(new BestScoreStatisticPoint(timestamp, score, subSingleBenchmarkResult.isInitialized())))); |
Expected behavior
Best Score Graph (every Score type)
Actual behavior
No Best Score Graph (every Score type)
To Reproduce
Run the benchmark with 1.22.1
Environment
Timefold Solver Version or Git ref:
1.22.1
Describe the bug
When running the benchmark in version 1.22.1 the Best Score graph stays empty. If I revert to 1.21.0 I can see the Best Score Graph again.
Looking into BEST_SCORE.csv I can see it is related to the initialized column where every value is initialized: "false":
"timeMillisSpent","score","initialized"
106,"-5hard/-541soft","false"
Probably related to
timefold-solver/benchmark/src/main/java/ai/timefold/solver/benchmark/impl/statistic/bestscore/BestScoreSubSingleStatistic.java
Line 35 in 2a71f1b
Expected behavior
Best Score Graph (every Score type)
Actual behavior
No Best Score Graph (every Score type)
To Reproduce
Run the benchmark with 1.22.1
Environment
Timefold Solver Version or Git ref:
1.22.1