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
278 stars 21 forks source link

Citation #11

Closed bzhangcw closed 4 months ago

bzhangcw commented 5 months ago

Hi Charlie,

Can you provide a bibtex? I wish to cite Uno in my paper.

Thanks, CZ

cvanaret commented 5 months ago

Hi CZ, I just submitted the paper to Math Programming C and the preprint on ResearchGate. It should also be on arxiv this Friday. Until it's published, you can use something like:

@unpublished{VanaretLeyffer2024,
  author = {Vanaret, Charlie and Leyffer, Sven},
  title = {Unifying nonlinearly constrained nonconvex optimization},
  year = {2024},
  note = {Submitted to Mathematical Programming Computation}
}

Cheers,

Charlie

bzhangcw commented 5 months ago

wow, just saw it!