Annotation Interface CategoricalParam
Declares a categorical tunable parameter using the same categorical parameter type as irace.
Values are provided as strings and converted at runtime to the constructor parameter type when possible
(for example String, boolean, enum, numeric values, or objectives by name).
At least one value must be provided, except for enum parameters where omitting values uses all enum constants.
See section 5.1.1 Parameter Types in the official irace manual for more details.
-
Optional Element Summary
Optional Elements
-
Element Details
-
strings
String[] stringsCandidate values for this parameter.- Returns:
- list of categorical values, or empty to use all enum constants if parameter is an enum
- Default:
{}
-