I am confused about the parameter of maxExperiments in scenario.txt.
In irace-package user guide,
maxExperiments (--max-experiments): the maximum number of executions of the target
algorithm that irace will perform.
In the paper, The irace package: Iterated racing for automatic algorithm configuration,
maxExperiments is the tuning budegt.
Combined with the above two points, my understanding of MaxExperiments is the maximum number of cycles of the circle in Fig.A.11. I hope you can correct me if I understanding is wrong.
I try to set maxExperiments = 30, but there is an error:Insufficient budget: With the current settings, irace will require a value of 'maxExperiments' of at least '96'.
I have no idea about how to set the minimum value of maxExperiments in irace.
and If I want to set MaxExperiments = infinite times,How should I represent it in Scenario?