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
291 stars 35 forks source link

Test the examples on README in CI #109

Open zaikunzhang opened 8 months ago

zaikunzhang commented 8 months ago

Hi @jschueller ,

Due to https://github.com/libprima/prima/issues/108 and https://github.com/libprima/prima/issues/107 , I guess we need to test the examples on README in CI, literally and exactly.

"Stupid" tests are never stupid :P After working on PRIMA for more than three years, I have learned not to trust myself regarding code. I do not know what will happen before I have taken some "stupid" tests.

Thanks.

Zaikun