You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RateSystem: finalize a convenient struct for easily implementing time-dependent forcing in a given dynamical system, such as parameter ramping
r-tipping tools: add a few basic tools for analyzing RateSystems in the context of rate-induced tipping
Output types: Streamline the output of functions (specifically transitions) by creating custom types
Jacobian: add the option to specify a hard-coded Jacobian in the StochSystem (and RateSystem) structs
Noise function: Find out how to best design the StochSystem struct in terms of the noise function sys.g, the covariance matrix sys.Σ and allowing for different noise processes
Lévy noise: add to the list of possible noise processes
To-do list
Here's what we want to achieve for version
v1.0
:RateSystem
: finalize a convenient struct for easily implementing time-dependent forcing in a given dynamical system, such as parameter rampingRateSystem
s in the context of rate-induced tippingtransitions
) by creating custom typesStochSystem
(andRateSystem
) structsStochSystem
struct in terms of the noise functionsys.g
, the covariance matrixsys.Σ
and allowing for different noise processesNew algorithms:
langevin_mcmc
: improve performance and enhance symbolic capabilitiesMore general points:
Please comment and expand on this list!
The text was updated successfully, but these errors were encountered: