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
296 stars 38 forks source link

Implement a test on huge problems #32

Closed zaikunzhang closed 1 year ago

zaikunzhang commented 1 year ago

This test will serve as a stress test to make sure that PRIMA does not crash on huge problems (e.g., 500 for COBYLA and UOBYQA, 1000 for the others).

zaikunzhang commented 1 year ago

Finished by cfd2a64