Tangi Migot

Results 227 comments of Tangi Migot

@amontoison can we close this?

This will be superseded by BestieTemplate

[see PR 13 in PDEOptimizationProblems](https://github.com/tmigot/PDEOptimizationProblems/pull/19)

Hi @MaxenceGollier ! Sorry for the late reply. What do you mean by "it would be easier to add a condition in the jac_structure function to prevent this"? It is...

Ok, why not. Any suggestion about where we could put it? I don't think the NLPModel API documentation suggest that there are no duplicate entries, but you are right that...

We now have two remaining issues: - [ ] compute the jacobian matrix w.r.t to the control. Currently, it works only if the number of fields of the control is...

Hi @amontoison , I made some progress with this one. A list of things that we can discuss: - [x] Improve implementation of `jac_nln_coord!` https://github.com/amontoison/NLPModelsJuMP.jl/blob/3db790058ce86b88582e7ab740d40d1bd93ee369/src/moi_nlp_model.jl#L160 - [x] Improve implementation of...

We can also use the following script to test problems with quadratic constraints from OptimizationProblems.jl ``` using ADNLPModels, OptimizationProblems, NLPModels """ test_quadratic_constraints(sample_size = 100) Return the list of problems with...