PaGMO
1.1.5
|
Structure to feed parameters to the wrappers for the objective function and its derivative. More...
#include <base_gsl.h>
Data Fields | |
problem::base const * | p |
Pointer to the problem. | |
decision_vector | x |
Decision vector. | |
fitness_vector | f |
Fitness vector. | |
double | step_size |
Initial step size for the computation of the gradient. | |
Structure to feed parameters to the wrappers for the objective function and its derivative.
Definition at line 62 of file base_gsl.h.