cvanaret / Uno

A next-gen Lagrange-Newton solver for nonconvex optimization. It unifies barrier and SQP methods in a modern and generic way, and implements different globalization flavors (line search/trust region and merit function/filter method/funnel method). Competitive against filterSQP, IPOPT, SNOPT, MINOS and CONOPT.
MIT License
293 stars 22 forks source link

Add user callbacks #106

Closed cvanaret closed 2 days ago

cvanaret commented 3 days ago

We should allow a few user-defined callbacks:

Reported by @worc4021.