Tangi Migot
Tangi Migot
@amontoison I am checking with the other problems in OptimizationProblems.jl, but it looks good to me.
I am done testing the OptimizationProblems.jl ; I added 45 problems with quadratic constraints https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl/tree/add-quadratic and no error found! So, it's good for me. Up to you.
Superseded by #181
I think we started some work on this with @amontoison a while ago https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl/pull/102 (connected to #50 )
Simply to revitalize the debate. @amontoison Could we consider having a COO-triplet for the matrices of the quadratic constraints, and a vector that contains the number of non-zeros elements in...
Indeed, this is a good point that they are symmetric. We could definitely have a list of `I`, `J` and `V`. This way we would avoid the `Qnnz` vector.
This might be useful as well to improve the `obj` and `grad` of NLS models We probably need to modify `obj` and `grad` for nls following this https://github.com/JuliaSmoothOptimizers/NLPModels.jl/commit/a5d084cc1a299e02dd446f764c306ff0183bc6b0
https://tmigot.github.io/posts/2024/06/teaching/
Agreed. This is probably connected to #198 and #200
Hi @frapac ! Very sorry for the late reply, I definitely like the idea of highlighting better the benchmarks that inspire OptimizationProblems. I think we can keep track of what...