I would like to have an unique ´record_from_solution´ for a continuation problem for which I want to do several continuation with differents parameters.
I would like to get access to the problem parameters as they are getting continued, particularly for codim2 continuation where the getp only gives the second continuation parameters.
I tried (u, p; iter, state) -> iter.prob.params but in codim2 continuation, the first parameters is not updated. Is there a way to acces the parameters set in record_from_solution matching the one used at this continuation step and which is independent of the lens used ?