This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: forwarded message from Sergey Kolos


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]