Tangi Migot

Results 227 comments of Tangi Migot

Hi @mahaa2 ! Is this a question about OptimizationProblems.jl more than CUTEst.jl? It is possible that the comment is not correct, could you elaborate on why do you think it...

Is it a simple feeling or is there any evidence that there is more than one minimum?

Ok, interesting. Though, this needs to be verified analytically too, because the solvers stop at stationary points that could be minima or saddle points.

I think we still miss a test on unbounded problems and check that all solver catch this. A bit similar to the max iteration here https://github.com/JuliaSmoothOptimizers/JSOSolvers.jl/blob/3d05513a1bce310e5effe0c8d78de8cc44d49ac7/test/runtests.jl#L20

It could be a 1st order solver tutorial that mentions nonmonotone too, if you plan to add tadam

Do you mean a benchmark folder or a doc with benchmark like this https://juliasmoothoptimizers.github.io/CaNNOLeS.jl/dev/benchmark/ ?

Did you investigate why the tests didn't pass?

I understand. If it's just the Float16 bugging, then most likely it is a tolerance or parameter issue.

Hi @paraynaud ! Could you open a PR to fix this? We now have a solver structure for all the solvers, so this issue might appear not only in `TrunkSolver`

Looks good to me, I checked and only `R2` uses `similar` right now.