quicklisp / quicklisp-projects

Metadata for projects tracked by Quicklisp.
http://www.quicklisp.org/
415 stars 47 forks source link

Please add cl-grnm #1433

Closed ecpeterson closed 6 years ago

ecpeterson commented 6 years ago

With permission from the author, we (Rigetti Computing) have re-hosted an implementation of Nelder-Mead, a differentiation-free numerical method for finding local minima of multivariate functions, at https://github.com/rigetticomputing/cl-grnm . It includes both classical Nelder-Mead as well as a "grid-restrained" variant that guarantees convergence. It's authored under the MIT license, a permissive use license.

We would really appreciate its inclusion into Quicklisp. :)

xach commented 6 years ago

Can you please add the :description and :license options to the system definition?

ecpeterson commented 6 years ago

Absolutely. I've now added these with a fresh push.