irace icon indicating copy to clipboard operation
irace copied to clipboard

Iterated Racing for Automatic Algorithm Configuration

Results 24 irace issues
Sort by recently updated
recently updated
newest added

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...

waiting for info

- [x] Forbidden configurations (needs additional output) - [x] Transformations (such as "log") - [ ] Default configuration (needs additional output) - [ ] Multiple conditions for the same parameter...

help wanted
good first issue

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...

enhancement
help wanted
waiting for info
postselection

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...

postselection

https://github.com/mllg/batchtools

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

@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...