JuliaManifolds / Manopt.jl

🏔️Manopt. jl – Optimization on Manifolds in Julia
http://manoptjl.org
Other
314 stars 40 forks source link

Provide a collection of records from a subsolver #371

Closed kellertuer closed 4 months ago

kellertuer commented 5 months ago

For sub solvers record= ... passed to sub_kwargs = should already correctly enable recordings for the subsolver (similar and fully analogous to debug). Though for now, there is no way to “collect” these recordings.

This could be done nearly-automatic, probably with a SubSolverRecordAction in the main solver, that after every iteration collects all (or some) of the recorded values after every step of the main solver. this should not be too complicated, but might be a bit technical.