|
| rastrigin (int dim=2, T_e shift=0.0) |
| Construct a new rastrigin object. More...
|
|
virtual T_e | objective (T_e *x) |
|
virtual T_e | lower_bound () |
| lower bound specification should be used when lower bound is same for all parameters More...
|
|
virtual T_e | upper_bound () |
| upper bound specification should be used when upper bound is same for all parameters More...
|
|
virtual std::string | to_string () |
|
virtual T_e | lower_bound (int p_index) |
| lower bound specification for each parameter should be used if parameters have different lower bounds More...
|
|
virtual T_e | upper_bound (int p_index) |
| upper bound specification for each parameter should be used if parameters have different upper bounds More...
|
|
◆ rastrigin()
Construct a new rastrigin object.
- Parameters
-
dim | dimension of rastrigin function |
shift | the shift applied to global minimum |
◆ lower_bound()
lower bound specification should be used when lower bound is same for all parameters
- Returns
- ** T_e
Reimplemented from rocky::zagros::system< T_e >.
◆ upper_bound()
upper bound specification should be used when upper bound is same for all parameters
- Returns
- ** T_e
Reimplemented from rocky::zagros::system< T_e >.
The documentation for this class was generated from the following file: