d-monnet

Results 10 issues of d-monnet

Would it be relevant to add .bib file(s) with the problems' reference, and link it in the problems' .jl ? This would make it easy to export a latex table...

enhancement

Trust-region embedded ADAM (TADAM) is an adaptation of ADAM which converges in the non-convex case. It relies on limiting the momentum contribution to ensure that the step is along a...

Hi there, I noticed that R2 overflows with Float32 on the first iteration of Brownden problem from `OptimizationProblems.ADNLPProblems`. The overflow comes from the way the model decrease is computed: `ΔTk...

There is no option to pass `BenchmarkProfiles.performance_profiles()` keyword arguments such as `logscale` to `SolverBenchmark.performance_profiles`. As such it is not possible to desactivate the log scale (among other things) with `SolverBenchmark.performance_profiles`....

enhancement

Hi there, I'd like to know if there is a function to export the data (.csv or similar) of the performance profiles (the coordinates of the points of the curves)....

enhancement
question

If more solvers are expected to be implemented in SolverTools.jl, standard tests (allocations, multiple precision,...) should be implemented and run over sub-solvers of the same kind (TR and LS so...

enhancement
tests

Keyword argument τ1 of `armijo-wolfe` default value (0.9999) is rounded up to 1 with Float16. I believe this breaks theoretical convergence of the line-search algorithm.

bug