irace
irace copied to clipboard
Iterated Racing for Automatic Algorithm Configuration
Hello, I'm using the ablation function, but I have an issue ( I'm using version 3.6 not the last because on a cluster used by others). When I run the...
- [x] Forbidden configurations (needs additional output) - [x] Transformations (such as "log") - [ ] Default configuration (needs additional output) - [ ] Multiple conditions for the same parameter...
Although irace was not designed for deterministic scenarios with less than 5 instances, it is possible to disable the racing and just rely on the solution generation part.
Often times postselection has a handful of surviving configurations and it can be useful to see all such configurations after the postselection finishes. Just as irace does after a standard...
With `parallel = 2` and `postselection = 0.05` in `scenario.txt` I get: ``` Error: == irace == !is.null(.irace$cluster) is not TRUE 6: execute.experiments(experiments[which.exps], scenario) 5: race.wrapper(configurations = configurations[which.alive, , drop...
https://github.com/mllg/batchtools
irace saves the stderr of target-runner to a temporary file and only reports its contents if the evaluation fails. If the file is empty, it is deleted. If the file...
@leslieperez I have noticed that ablation sometimes produces these warnings messages but I cannot see what input triggers them. ``` Warning messages: 1: In wilcox.test.default(V1, V2, paired = TRUE, conf.int...
When src=1, target=16, ablation generates IDs like: ```R ablog$configurations[, ".ID.", drop=FALSE] .ID. 1 1 16 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9...
A first draft is given below: If you want that the parameter alpha depends on the number of nodes "n" in the graph associated with an instance in parameter.txt, then...