Maxence Gollier

Results 20 comments of Maxence Gollier

Ok, I was expecting it to be too costful. I don't think adding a post-treatment function here will be useful for me. Maybe it would be useful to add some...

Do you have any ideas where we could add this information ? Ideally, I would add some kind of "Warning: jac_structure(nlp) can have duplicate entries which may cause errors if...

Has this been resolved since ? I'd be interested in using this repo but I need there to be no allocations. I can open a PR to implement @dpo's last...

I have a similar issue on the problem `HS42`, when I write ``` using NLPModels, CUTEst nlp = CUTEstModel("HS42") ``` I get the error message ``` AssertionError: nnzj == lin_nnzj...

@tmigot, adding the parametric types did indeed solve the runtime dispatch error from JET. I will open a PR as well as add unit tests.

cc. @dpo @amontoison TLDR; There is a type instability with the adbackend of the struct `ADNLPModels`, removing it produces a substantial speedup for most functions associated with it but also...

I have some code yes, i will open a draft PR. The thing is that my resulting benchmarks are not really satisfactory on some instances, I forgot to keep you...

Actually, `solve_shifted_system!` does what I need.

Ok, we should remove a few things in `src/lsr1.jl` and in the documentation as well then because I think it is confusing, I will open a PR.

> Why the tests are failing? Is it just because NLS grad! function uses other function behind and should not be tested or is there some typing issue in NLPModels?...