|  | RockyML
    0.0.1
    A High-Performance Scientific Computing Framework | 
Rosenbrock function. More...
#include <benchmark.h>


| Public Member Functions | |
| rosenbrock (int dim=2) | |
| 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_ | 
Rosenbrock 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 >.