RockyML
0.0.1
A High-Performance Scientific Computing Framework
|
Sphere function. More...
#include <benchmark.h>
Public Member Functions | |
sphere (int dim) | |
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 () |
Public Member Functions inherited from rocky::zagros::system< T_e > | |
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... | |
Protected Attributes | |
int | dim_ |
Sphere function.
|
inlinevirtual |
lower bound specification should be used when lower bound is same for all parameters
Reimplemented from rocky::zagros::system< T_e >.
|
inlinevirtual |
upper bound specification should be used when upper bound is same for all parameters
Reimplemented from rocky::zagros::system< T_e >.