ParamHelpers
ParamHelpers copied to clipboard
Helpers for parameters in black-box optimization, tuning and machine learning.
I stumbled across the `scales` package. Although it is focused mainly on plotting it might be useful to use it in ParamHelpers like that: ``` r squared = scales::trans_new(name =...
The functionality of `eaf` has been separated into two packages: https://cran.r-project.org/package=moocore and https://cran.r-project.org/package=mooplot I may be forced to retire the `eaf` package sooner than expected because CRAN is complaining about...
irace 4.0 has some changes to the parameters object (it is now a R6 class). Parameters can be constructed programmatically: https://mlopez-ibanez.github.io/irace/reference/parameters.html