Reyk Börner

Results 6 issues of Reyk Börner

As discussed with @Datseris, we could add the possibility of defining an SDE system as a type of `DynamicalSystem`. This type would allow to add stochastic dynamics, and it would...

Currently the main structure of CriticalTransitions.jl is the `StochSystem`, and the typical syntax for methods is `function(sys::StochSystem, args; kwargs...)`. A typical workflow for numerically studying critical transitions could look like...

enhancement
good first issue

### 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,...

When defining a `CoupledSDEs`, the printed output follows the definition in DynamicalSystemsBase but this is not ideal for a `CoupledSDEs` because fields for `g`, `noise_strength` and `noise` are missing.

enhancement
good first issue
convenience

The new `CoupledSDEs` struct (see issue #76) allows a lot of flexibility in defining the stochastic system, including non-linear and time-dependent noise functions. Most of the large deviations functionality, however,...

enhancement
consistency

Replace the `CoupledSDEs` type defined in the package with the new `CoupledSDEs` type loaded from `DynamicalSystemsBase v 3.11`. This will be a breaking change in the core type of the...