Control hyperparameter tuning
tune(
lower = NULL,
upper = NULL,
fixed = NULL,
additional = NULL,
values = NULL
)
numeric, numeric vector, character, lower boundaries of tuning space
numeric, numeric vector, character, upper boundaries of tuning space
character, used for multi-dimensional hyperparameters such as hidden, which dimensions should be fixed
numeric, additional control parameter which sets the value of the fixed argument
custom values from which hyperparameters are sampled, must be a matrix for hidden layers (first column == nodes, second column == number of layers)