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
297 stars 22 forks source link

Defined precedence rules for setting options #85

Closed cvanaret closed 1 week ago

cvanaret commented 1 week ago

New rule: option file > preset > individual option. Fixes https://github.com/cvanaret/Uno/issues/86.