forwarded message from Sergey Kolos
Sergey Kolos
skolos@mail.utexas.edu
Tue Mar 16 18:52:00 GMT 2004
> Hi,
> Excellent!
> This is one of the main issues missing in gsl.
> But which algorithms did you use fur the local minimization?
The code can use any minimizer available in gsl.
When allocating constrained minimizer, you just specify, which local
minimizer to use:
gsl_constr_mm_fdf *
gsl_constr_mm_fdf_alloc (const size_t nx, const size_t np, const size_t
nq,
const gsl_multimin_fdfminimizer_type *T);
Sergey Kolos
More information about the Gsl-discuss
mailing list