Complex Adaptive Dynamics Computer Aided Design (cadCAD) is a language for encoding Generalized Dynamical Systems (GDS) as computer programs. This repository contains the reference implementation of the software, based on the formal specification. Python was chosen for the reference implementation for clarity and ease of use.
Clone this repository, create a notebook at the root of it, and import cadcad in the notebook. Recommended if you only want to use this version and do not intend to contribute to the repo.
Alternatively, if you wish to set up a development environment to work from, please follow the instructions in the CONTRIBUTING file.
To know how you can contribute to this package, see the CONTRIBUTING file.