TheSkallywag / TheGraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlockScience collaboration with TheGraph

Delegator Subsystem Model

POC Model from first iteration Draft Math Spec from TheGraph Solidity Code:

  1. Draft Preliminary Math Spec

Ongoing work to assess validation of performance under varied ordering scenarios

Model employs cadCAD simulation framework

                  ___________    ____
  ________ __ ___/ / ____/   |  / __ \
 / ___/ __` / __  / /   / /| | / / / /
/ /__/ /_/ / /_/ / /___/ ___ |/ /_/ /
\___/\__,_/\__,_/\____/_/  |_/_____/
by cadCAD                  ver. 0.4.23
======================================
       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

Change Log: ver. 0.4.23

Previous Stable Release (No Longer Supported)

0. Pre-installation Virtual Environments with venv (Optional):

If you wish to create an easy to use virtual environment to install cadCAD inside of, please use the built in venv package.

Create a virtual environment:

$ python3 -m venv ~/cadcad

Activate an existing virtual environment:

$ source ~/cadcad/bin/activate
(cadcad) $

Deactivate virtual environment:

(cadcad) $ deactivate
$

1. Installation:

Requires >= Python 3.6

Option A: Install Using pip

$ pip3 install cadCAD

cadCAD Specification

Shows the relationship between state variables, mechanisms, actions, and when each is called and/or updated.

About


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%