irace 3.5

New features and improvements

Fixes

irace 3.4.1 (31/03/2020)

irace 3.4 (30/03/2020)

irace 3.3 (26/04/2019)

irace 3.2 (24/04/2019)

irace 3.1 (12/07/2018)

irace 3.0 (05/07/2018)

irace 2.4 (03/08/2017)

irace 2.3

irace 2.2

       --only-test FILE

which just evaluates the configurations given in FILE on the testing instances defined by the scenario. Useful if you decide on the testing instances only after running irace. (Manuel López-Ibáñez)

irace 2.1

irace 2.0

--target-runner-retries : Retry target-runner this many times in case of error.
   parameters$boundary -> parameters$domain
   hookRun             -> targetRunner
   hookEvaluate        -> targetEvaluator
   tune-conf           -> scenario.txt
   instanceDir         -> trainInstancesDir
   instanceFile        -> trainInstancesFile
   testInstanceDir     -> testInstancesDir
   testInstanceFile    -> testInstancesFile
      $ cat scenario/scenario.txt
      targetRunner <- "./target-runner"
      $ irace -s scenario/scenario.txt

irace will search for "./scenario/target-runner", but given

      $ irace -s scenario/scenario.txt --target-runner ./target-runner

irace will search for "./target-runner". (Manuel López-Ibáñez)

irace 1.07

irace 1.06

irace 1.05

    x "" i (0, 0)       # lower and upper bounds are the same
    x "" r (1e-4, 5e-4) # given digits=2, ditto
    x "" i (-1, -2)     # lower bound must be smaller than upper bound
    x "" c ("a", "a")   # duplicated values

irace 1.04

irace 1.03

irace 1.02

irace 1.01