Classify optimization problem using selected ELA features and Random Forest model trained on BBOB dataset.
Source:R/ela_classification.R
classify_optimization_problem.Rd
Classify optimization problem using selected ELA features and Random Forest model trained on BBOB dataset.
Arguments
- fitness
fitness function, that returns a numerical value, to be classified. The domain should be at least two dimensional.
- lower
numeric - lower bound of the domain, a vector of length equal to the decision variables.
- upper
numeric - upper bound of the domain, a vector of length equal to the decision variables.