Tangi Migot

Results 194 issues of Tangi Migot

I ran the following script: ``` using Pkg Pkg.activate(".") using NLPModelsTest, AmplNLReader problems = ["BROWNDEN", "HS5", "HS6", "HS10", "HS11", "HS13", "HS14"] map( nlp -> print_nlp_allocations(nlp, test_allocs_nlpmodels(nlp)), (AmplModel(joinpath("test/problems", lowercase(problem) * ".nl"),...

performance

I am reviewing the CITATION usage in the repos and in particular moving to CFF files. The bib can still be generated using Github menu. Here are a couple of...

documentation

- [ ] automatize the initial guess (when no real unknown) - [x] avoid having to concatenate `Ypde` and `Ycon` before calling the constructor.

enhancement
good first issue

https://github.com/gridap/GridapMakie.jl

enhancement

Say `sol` contains the solution the solution: ``` gety(nlp, sol) -> return y or an iterator of y's getu(nlp, sol) -> return u or an iterator of u's getk(nlp, sol)...

Maybe using [GridapODEs.jl](https://github.com/gridap/GridapODEs.jl)