Tangi Migot

Results 194 issues of Tangi Migot

@farhadrclass @d-monnet

This is a first draft of integrating [SolverParameters.jl](https://github.com/JuliaSmoothOptimizers/SolverParameters.jl) in the JSO-compliant solver. It is more constraints but clarifies the role of algorithmic parameters (their default values, and their domain *->...

It was supposed to be updated. Must have changed in some iteration. _Originally posted by @abelsiqueira in https://github.com/JuliaSmoothOptimizers/JSOSolvers.jl/pull/102#r783951742_

```suggestion const tronls_allowed_subsolvers = [:cgls, :crls, :lslq, :lsqr, :lsmr] ``` _Originally posted by @amontoison in https://github.com/JuliaSmoothOptimizers/JSOSolvers.jl/pull/145#discussion_r971428971_

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

I ran the following script: ``` using Pkg Pkg.activate(".") using LinearAlgebra, NLPModels, NLPModelsTest, CUTEst problems = ["BROWNDEN", "HS5", "HS6", "HS10", "HS11", "HS13", "HS14"] map( nlp -> begin print_nlp_allocations(nlp, test_allocs_nlpmodels(nlp, linear_api...

enhancement

See NLPModels.jl 0.18/0.19 I have a draft here https://github.com/JuliaSmoothOptimizers/AmplNLReader.jl/tree/add-linear-API but we probably should add functions to the C interface. There might be an issue to fix with NLPModelsTest as well:...

enhancement

Close #127 (but need to open a new issue afterwards to use the appropriate functions from Ampl API) Explanations: In NLPModels 0.18/0.19 we added the linear API, i.e. instead of...

enhancement