Python functions for rapid construction, simulation, analysis, and visualization of Coupled Map Lattices (CMLs).
Check the GitPitch.
- Write your own coupling scheme (or use one of the existing options) in couplings.py
- Write your own map function (or use one of the existing options) in maps.py
- Create your CML using the CML class.
- Run (and plot) your CML's dynamics using the Evolution class.
See demo.py for an example.