Migrated from GitHub
Go to file
Joshua E. Jodesty 9fc12e7cce about to delete init integration - 'distributed_produce' 2019-10-01 12:03:07 -04:00
cadCAD about to delete init integration - 'distributed_produce' 2019-10-01 12:03:07 -04:00
dist about to delete init integration - 'distributed_produce' 2019-10-01 12:03:07 -04:00
distributed_produce parameterized execution mone 2019-10-01 07:52:56 -04:00
distroduce about to delete init integration - 'distributed_produce' 2019-10-01 12:03:07 -04:00
documentation update readme 2019-08-22 16:18:03 -04:00
simulations about to delete init integration - 'distributed_produce' 2019-10-01 12:03:07 -04:00
testing added docs from tutorial 2019-08-22 12:52:32 -04:00
tutorials add link to readme 2019-08-28 09:13:33 -03:00
.gitignore dev2 2019-09-24 12:00:55 -04:00
AUTHORS.txt hell gates pt.6 2019-09-05 16:15:53 -04:00
LICENSE.txt added liscence and authors 2019-08-22 18:33:17 -04:00
README.md integration works knock on wood pt.2 2019-09-26 14:53:21 -04:00
ascii_art.py integration works knock on wood pt.2 2019-09-26 14:51:05 -04:00
requirements.txt parameterized execution mone 2019-10-01 07:52:56 -04:00
setup.py parameterized execution mone 2019-10-01 07:52:56 -04:00

README.md

                    __________   ____
  ________ __ _____/ ____/   |  / __ \
 / ___/ __` / __  / /   / /| | / / / /
/ /__/ /_/ / /_/ / /___/ ___ |/ /_/ /
\___/\__,_/\__,_/\____/_/  |_/_____/
by BlockScience
======================================
       Complex Adaptive Dynamics       
       o       i        e
       m       d        s
       p       e        i
       u       d        g
       t                n
       e
       r

cadCAD is a Python package that assists in the processes of designing, testing and validating complex systems through simulation, with support for Monte Carlo methods, A/B testing and parameter sweeping.

Getting Started

1. Installation:

Requires Python 3

Option A: Install Using pip

pip3 install cadCAD

Option B: Build From Source

pip3 install -r requirements.txt
python3 setup.py sdist bdist_wheel
pip3 install dist/*.whl

2. Learn the basics

Tutorials: available both as Jupyter Notebooks and videos

Familiarize yourself with some system modelling concepts and cadCAD terminology.

3. Documentation:

4. Connect

Find other cadCAD users at our Discourse. We are a small but rapidly growing community.