if (FALSE) {
# Execute the postselection automatically after irace
scenario <- readScenario(filename="scenario.txt")
parameters <- readParameters("parameters.txt")
# Use 10% of the total budget
scenario$postselection <- 0.1
irace(scenario=scenario, parameters=parameters)
# Execute the postselection after the execution of \pkg{irace}.
psRace(iraceLogFile="irace.Rdata", max.experiments=120)
}
Run the code above in your browser using DataLab