Merge branch 'staging' of https://github.com/BlockScience/cadCAD into staging

This commit is contained in:
Joshua E. Jodesty 2019-09-04 16:55:15 -04:00
commit 56c38dfd44
2 changed files with 483 additions and 0 deletions

View File

@ -6,5 +6,6 @@ In this series, we introduce basic concepts of cadCAD and system modelling in ge
[Part 3](robot-marbles-part-3/robot-marbles-part-3.ipynb) - From Synchronous to Asynchronous Time [Part 3](robot-marbles-part-3/robot-marbles-part-3.ipynb) - From Synchronous to Asynchronous Time
[Part 4](robot-marbles-part-4/robot-marbles-part-4.ipynb) - Uncertainty and Stochastic Processes [Part 4](robot-marbles-part-4/robot-marbles-part-4.ipynb) - Uncertainty and Stochastic Processes
[Part 5](robot-marbles-part-5/robot-marbles-part-5.ipynb) - Using class objects as state variables [Part 5](robot-marbles-part-5/robot-marbles-part-5.ipynb) - Using class objects as state variables
[Part 6](robot-marbles-part-6/robot-marbles-part-6.ipynb) - A/B testing
Check out the [videos](videos) folder for detailed walkthroughs of each one of the tutorials. Check out the [videos](videos) folder for detailed walkthroughs of each one of the tutorials.

File diff suppressed because one or more lines are too long