#include <mia/core/gsl_multimin.hh>
This class wraps the gradient free optimizers of the GSL
Definition at line 114 of file gsl_multimin.hh.
◆ PProblem
◆ CFMinimizer()
gsl::CFMinimizer::CFMinimizer |
( |
PProblem |
p, |
|
|
const gsl_multimin_fminimizer_type * |
ot |
|
) |
| |
Construtor of the optimizer.
- Parameters
-
p | problem to be optimized |
ot | optimizer type used |
◆ ~CFMinimizer()
gsl::CFMinimizer::~CFMinimizer |
( |
| ) |
|
◆ run()
int gsl::CFMinimizer::run |
( |
Vector & |
x | ) |
|
Run the optimization
- Parameters
-
[in,out] | x | at entry contains the start point of the optimization at exit the optimized value |
- Returns
- returns a status whether the optimization succeeded or why it stopped
The documentation for this class was generated from the following file: