-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
It would be nice to have at least one multivariate maximizer, akin to our Brent based scalar routine in
https://github.com/QuantEcon/QuantEcon.py/blob/master/quantecon/optimize/scalar_maximization.py
This is a topic I know very little about but I'm thinking of a local routine such as this one:
https://docs.scipy.org/doc/scipy/reference/optimize.minimize-neldermead.html
Or perhaps this one, which seems to have the option to supply a bounding box:
https://docs.scipy.org/doc/scipy/reference/optimize.minimize-lbfgsb.html
One problem is that some of the SciPy code is wrapped C / Fortran.
@cc7768 I seem to remember to you had some Nedler-Mead code. Might you be willing to share? Would this be a good starting point?
@sglyon @albop @oyamad Any thoughts?
CC @chrishyland @spvdchachan
I should note that @chrishyland and @spvdchachan will do the leg work on this so from others I'm just hoping for a few pointers.