François Pacaud

Results 43 comments of François Pacaud

Closing as CUTest is not supporting the evaluation of the model on the GPU, a requirement on MadNLP. If you have a custom implementation running on the GPU, we would...

@amontoison Tests for MadNLPGPU are passing locally on my machine. I am not sure to understand why moonshot cannot find CUDSS.jl 0.3.1 there.

Hi @tmmsartor , we found your project on github a week ago and are very curious about it. We would be in to make MadNLP relocatable, if that could make...

I think it's a good idea to remove the `@eval` block, and I am in to replace it by `@ccall`. If the tests pass and you confirm that you can...

Results on CUTEst are out (comparing this PR with MadNLP 0.8.4). It looks like we just improve very slightly the total number of iterations. In terms of computation time, we...

Benchmark is improved if we use the fix in #361 in this PR: [pprof-cpu.pdf](https://github.com/user-attachments/files/16412243/pprof-cpu.pdf)

Thank you for reporting this, this is indeed an unexpected behavior. The bug is in the MOI wrapper, I am working on a fix. The option `MadNLP.CompactLBFGS` is forgotten each...

Interesting error. I don't think it's related to the PR. Looking at the stack-trace, it looks like you are using [OptimizationMOI](https://docs.sciml.ai/Optimization/stable/optimization_packages/mathoptinterface/). Is that correct? I suspect OptimizationMOI does not implement...

We have written a tutorial on how to use LBFGS with MadNLP: #404 Closing this issue for now, feel free to re-open it if you any comments regarding the current...