PaGMO  1.1.5
Data Fields
pagmo::algorithm::base_gsl::objfun_wrapper_params Struct Reference

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.
 

Detailed Description

Structure to feed parameters to the wrappers for the objective function and its derivative.

Definition at line 62 of file base_gsl.h.


The documentation for this struct was generated from the following file: