Tangi Migot

Results 194 issues of Tangi Migot

This includes multiprecision tests that are currently not done in Percival

https://github.com/JuliaSmoothOptimizers/Percival.jl/actions/runs/8721482705/job/23925312651#step:6:279

bug

```julia using ADNLPModels, Percival nlp = ADNLPModel(x -> (x[1] - 1)^2 + 100 * (x[2] - x[1]^2)^2, [-1.2; 1.0]) output = percival(nlp, μ = 10.0, ctol = 1e-1) ``` ```...

bug

I think there are two possibilities for this. i) Update the file https://github.com/JuliaSmoothOptimizers/JSOTutorials.jl/blob/main/tutorials/introduction-to-solverbenchmark/index.jmd to add some comments on how the package handles `solver_specific` in the stats. See #149 for an...

documentation

When using `profile_solvers` for several plots, the figures are plotted horizontally. I wonder if there is a simple way to plot them vertically instead? I managed to make it work...

``` using CUTEst, NLPModels, NLPModelsIpopt, SolverBenchmark, SolverCore #This package using DCISolver nmax = 100 _pnames = CUTEst.select( max_var = nmax, min_con = 1, max_con = nmax, only_free_var = true, only_equ_con...

tests
good first issue

instead of redefining a new nlpmodel in tests https://github.com/JuliaSmoothOptimizers/SolverTools.jl/blob/main/test/simple_model.jl

tests
good first issue