View source: R/ela_classification.R
calculate_ela_features | R Documentation |
Calculate selected ELA features for given fitness.
calculate_ela_features(fitness, lower, upper)
fitness |
fitness function, that returns a numerical value. |
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. |
Returns a named list with values of selected ELA features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.