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

redo the updates to `hypotenuse`, `qrexc_Rfull`, and `evalf` #45

Closed zaikunzhang closed 1 year ago

zaikunzhang commented 1 year ago

After the last updates to hypotenuse, qrexc_Rfull, and evalf, the profiling started to costume much more time than before. This PR revokes the changes and redoes them one by one. It turns of that the recording and resetting of rng in evalf took significant time.

zaikunzhang commented 1 year ago

Changes have been integrated into main.