bifurcationkit / BifurcationKit.jl

A Julia package to perform Bifurcation Analysis
https://bifurcationkit.github.io/BifurcationKitDocs.jl/stable
Other
288 stars 34 forks source link

record_from_solution shoud have acces to the entire set of parameters #143

Open Azercoco opened 4 months ago

Azercoco commented 4 months ago

I am encountering an issue with record_from_solution on a custom problem state with a large amount of parameters I want to continue. I would like to write a common record_from_solution function which is independant on the parameter I chose to continue which save the full state of the problem. It would also make it more convenient when switching to codim2 continuation.

rveltz commented 4 months ago

I see. Perhaps the best way would be for BK to pass the ContIterable and ContState like done with finalizer

It would also make it more convenient when switching to codim2 continuation.

Right

rveltz commented 4 months ago

It would also make it more convenient when switching to codim2 continuation.

Note that you can pass the new record function to continuation for codim 2