libprima / prima

PRIMA is a package for solving general nonlinear optimization problems without using derivatives. It provides the reference implementation for Powell's derivative-free optimization methods, i.e., COBYLA, UOBYQA, NEWUOA, BOBYQA, and LINCOA. PRIMA means Reference Implementation for Powell's methods with Modernization and Amelioration, P for Powell.
http://libprima.net
BSD 3-Clause "New" or "Revised" License
290 stars 35 forks source link

Add R binding #104

Open zaikunzhang opened 8 months ago

zaikunzhang commented 8 months ago

With the binding / implementation of PRIMA in C, Python, Julia, and MATLAB all being worked on, the only major scientific-computing-oriented language missing from the list is R.

See also https://github.com/lme4/lme4/issues/744.

barracuda156 commented 6 months ago

@zaikunzhang Please ping me if this is done, I will add it to Macports for R.

zaikunzhang commented 5 months ago

Related:

https://github.com/samuel-watson/glmmrBase/issues/34 https://github.com/libprima/prima/issues/136