twiecki / CythonGSL

Cython interface for the GNU Scientific Library (GSL).
Other
121 stars 38 forks source link

Port multidimensional minimization from GSL (gsl/gsl_multimin.h). #17

Closed kubkon closed 11 years ago

kubkon commented 11 years ago

I couldn't find hooks into multidimensional minimization, hence decided to port it into CythonGSL. For testing, I've implemented examples from the GSL docs, and verified the output agrees with the docs. Cheers!

twiecki commented 11 years ago

Looks good, thanks!