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
292 stars 36 forks source link

Gcc/windows #64

Closed jschueller closed 10 months ago

zaikunzhang commented 10 months ago

Hi @jschueller, your prompt action is highly appreciated.

zaikunzhang commented 10 months ago

I have copied the code manually: https://github.com/libprima/prima/commit/0927504898e3a476a9e7b1708204c73bd0ae3968

Thank you.