Skip to content

Commit 38b4a67

Browse files
committed
Add in submodules
1 parent 454e807 commit 38b4a67

File tree

113 files changed

+9
-1993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+9
-1993
lines changed

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@
77
[submodule "examples/MSML-Template"]
88
path = examples/MSML-Template
99
url = https://github.com/BlockScience/MSML-Template
10+
[submodule "examples/Retirement-Planning-MSML"]
11+
path = examples/Retirement-Planning-MSML
12+
url = https://github.com/BlockScience/Retirement-Planning-MSML
13+
[submodule "examples/Predator-Prey-MSML"]
14+
path = examples/Predator-Prey-MSML
15+
url = https://github.com/BlockScience/Predator-Prey-MSML

docs/CanonicalExamples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ As part of MSML, there are multiple canonical examples which are meant to showca
1414

1515
### Comparison of Canonical Example Features
1616

17-
| Feature/Attribute | MSML Template | Predator Prey | Root Finding | Retirement Planning |
17+
| Feature/Attribute | [MSML Template](https://github.com/BlockScience/MSML-Template) | [Predator Prey](https://github.com/BlockScience/Predator-Prey-MSML) | [Root Finding](https://github.com/SeanMcOwen/Root-Finding-Simulation) | [Retirement Planning](https://github.com/BlockScience/Retirement-Planning-MSML) |
1818
| --- | --- | --- | --- | --- |
1919
| Description | A template for using MSML. It implements very basic functionality. | An example of building out an agent based simulation for modeling predators and prey based on multiple actions. | A simulation of different root finding techniques and their relative speed/accuracy | A canonical example to showcase how to simulate changing behavioral patterns and their impacts on final results|
2020
| Spec Implementation Complete? | X | X | WIP | WIP |

examples/Predator-Prey-MSML

Submodule Predator-Prey-MSML added at c606bc3

examples/Retirement-Planning-MSML

examples/RetirementPlanning/Build Starter Repo.ipynb

-120
This file was deleted.

examples/RetirementPlanning/reports/Markdown/.obsidian/app.json

-1
This file was deleted.

examples/RetirementPlanning/reports/Markdown/.obsidian/appearance.json

-6
This file was deleted.

examples/RetirementPlanning/reports/Markdown/.obsidian/core-plugins-migration.json

-30
This file was deleted.

examples/RetirementPlanning/reports/Markdown/.obsidian/core-plugins.json

-20
This file was deleted.

examples/RetirementPlanning/reports/Markdown/.obsidian/snippets/spec.css

-4
This file was deleted.

examples/RetirementPlanning/reports/Markdown/.obsidian/workspace.json

-178
This file was deleted.

0 commit comments

Comments
 (0)