-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Each property would get a MatrixAxis alternative:
<acceptor> <propertyTabuMatrixAxis> <value>5</> <value>7</> <value>11</> </> <moveTabuMatrixAxis> <value>5</> <value>7</> <value>11</> <value>13</> </> </>
In the case above we would have 3 * 4 = 12 benchmarks, would could result in saying that propertyTabu 5 + moveTabu 13 is best but that propertyTabu 7 + moveTabu 11 is the runner up.
Technical problem: Don't want to litter AcceptorConfig with private MatrixAxis<int> propertyTabuMatrixAxis because non benchmark configs should not use it.
- is related to
-
PLANNER-98 Benchmarker: Auto tweak a setting to the best value
- Open
-
PLANNER-75 Planner Benchmark configuration: it should be possible to inherit and partially overwrite phase configurations
- Open