Tangi Migot

Results 227 comments of Tangi Migot

> There are several reasons, which @amontoison summed up here: [control-toolbox/CTDirect.jl#88 (comment)](https://github.com/control-toolbox/CTDirect.jl/issues/88#issuecomment-2150412031). A big one was the compatibility issues of Symbolics (some recent versions were buggy, and it hasn't supported...

Hi @kiranshila ! Thanks for working on this. Droping Julia version before 1.9 is a big decision though that I would prefer to delay for the moment if that's ok...

This is a tuto on adding manually the sparsity pattern, but not the results expected tbh... https://jso.dev/ADNLPModels.jl/previews/PR209/sparsepattern/

Why is this closed?

Let's keep it open until it's done then

Hey @amontoison ! I think the idea is to use the optimized hprod with tags... (#160) to optimize the hprod

Thanks for the benchmark. Regarding the Jacobian, I will add another coloration algorithm today or this weekend that should also improve a bit.

Isn't this doing the job https://github.com/JuliaSmoothOptimizers/JSOSuite.jl/blob/d11d0f64b7d5921b3d7d5b492964afe192a87157/src/solvers/ripqp_solve.jl#L9 ?

My issue with this is that you have to know which packages to add beforehand then. Or more concretly how can `solve` choose the appropriate solver automatically if the corresponding...