-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Undefined
-
NEW
-
NEW
Given 2 problems results in:
And worse, only the last solver config is shown in the BEST_SCORE graphs:
This is because the graph files's filename presume that the problem names are unique. Which isn't a bad thing.
The real bug is caused by the fact that InstanceProblemProvider's equals() uses the SolutionCloner, but ProblemBenchmarksFactory#buildProblemProviderList creates a new SolutionDesriptor (and therefore SolutionCloner) for every Solver benchmarks. So they are not equal between solver benchmarks.
Proposal A) Remove SolutionCloner from that equals. Is this risky?
Proposal B) make sure they use the same SolutionDescriptor. Well, if they have different Solverconfigs they might actually have different solution descriptors configured somehow. Especially once we support domain model externalization in the solver config.
B) is infeasible: it might be a benchmark to test 2 solution cloners, such as gizmo and reflection.