François Pacaud
François Pacaud
Solved by #221
Thank you for your support! We would love seeing MadNLP integrated in NonConvex.jl in the medium term :)
@francis-gagnon indeed, I haven't received your comment before. MadNLP is currently not supporting user-defined operators inside MOI. This is resolved with this new PR: https://github.com/MadNLP/MadNLP.jl/pull/322
@sshin23 Thank you for the comments! I have updated the PR accordingly, let me know if you want me to modify anything else. > And I wonder if hess_I and...
I think these notations make already sense with those used in CutPruners.jl: https://github.com/JuliaPolyhedra/CutPruners.jl/blob/master/src/abstract.jl#L17
This new level of abstraction seems interesting. However, I cannot figure yet how to design the sophisticated scheduling!
Thank you for reporting this issue when using MadNLP with PackageCompiler. We haven't tested it yet, but this is also something in our todo-list. Your guess is right, we are...
The issue has been solved by #362 . Feel free to re-open the issue if you find new issue when compiling MadNLP.
HS015 is a nonconvex problem, with different local solutions. Most interior-point solvers (Ipopt, Knitro, MadNLP) are converging only locally, without guarantee to find the global solution if the problem is...
Superseded by #355