JuliaDynamics / Attractors.jl

Find attractors of dynamical systems, their basins, and continue them across parameters. Study global stability (a.k.a. non-local, or resilience). Also tipping points functionality.
MIT License
27 stars 5 forks source link

Add an advanced matching example #106

Open Datseris opened 9 months ago

Datseris commented 9 months ago

The matching functionality offered by RAFM is very powerful but we don't really highlight the possibilities much in the docs. We have this great example of the henon map and period doublings that we also use in the paper. We should make it into an example in the library docs as well.

The example is already in the test file for the RAFM continuation.