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

Expose ctol to the C interface #176

Closed nbelakovski closed 3 months ago

nbelakovski commented 3 months ago

Pursuant to https://github.com/libprima/prima/pull/124#discussion_r1527859727 (using ctol for the success check)