Dear ALGLIB team and community,
I'm writing a paper on nonconvex optimization and I'm comparing several state-of-the-art solvers. I couldn't figure out how the ALGLIB SQP method is implemented, specifically: - how it measures progress (filter or merit function). I think it then uses a line search to find an appropriate step length; - how it deals with infeasible QPs. Does it relax the RHS or revert to minimizing constraint violation? Hope you can help me out! Thanks a lot,
Charlie Vanaret
_________________ Check out my next-generation solver for nonconvex optimization: https://github.com/cvanaret/Uno
|