calculate_ela_features: Calculate selected ELA features for given fitness.

View source: R/ela_classification.R

calculate_ela_featuresR Documentation

Calculate selected ELA features for given fitness.

Description

Calculate selected ELA features for given fitness.

Usage

calculate_ela_features(fitness, lower, upper)

Arguments

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.

Value

Returns a named list with values of selected ELA features.


WojtAcht/hms documentation built on March 16, 2024, 7:51 p.m.