Tangi Migot

Results 227 comments of Tangi Migot

- The following is not solved: ``` nls = ADNLSModel( x -> [x[1] - 1; x[2] - 1], -ones(2), 2, x -> [sum(x .^ 2) - 2; x[2] - x[1]^2],...

In ampl/mp they recently added the following pull request: https://github.com/ampl/mp/pull/112/commits/b6e0d81828cb63c1c5aeebe7ad479b89f8632aad to extract the "cvar" and "n_cc" used to handle the complementarity constraint on Ampl. However, not sure where is this...

Hi @ForceBru ! Thanks for the comment. These are *performance profiles*. Here are two references explaining it: - https://link.springer.com/article/10.1007/s101070100263 - https://openresearchsoftware.metajnl.com/articles/10.5334/jors.81/ Overall, I think you are right, we should add...

Update: GridapMakie is only compatible with Gridap 0.16 and 0.17.

Ok, so let's do it in BenchmarkProfiles.jl first then, if that's ok for you. I see it is possible for the file. I could imagine the following process: call the...

Hi @d-monnet , let me know when I can review this. Do you need a new release of BenchmarkProfiles.jl for this?

There is a BenchmarkProfile.jl 0.4.4 with the new feature. What is the compatibility issue?

I think the failed doc is unrelated to this. The CI Julia 1.6 failure, however is. It is probably because a file is not correctly removed ? The shortcut would...

Ok, so we will have to investigate further to see what is the problem with Julia 1.6... Otherwise it is good for me. Thank you!

> Based on that branch I have developed a function to export the profile figures as tikz, which I prefer to include in my papers rather than the .png exported...