Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.11 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.11 KB

Predator-Prey-Ideation

This repository shows soon to be multiple ways of working through ideation of a model. The headings below briefly describe each ideation methodology.

Predator-Prey-Obsidian-Legacy-Code

  • Legacy code review is done to take a current version of a system and break it down into MSML/GDS style blocks and spaces
  • It can be free form but overall the goal should be piecing together the beginning of a scaffold to be ported into MSML
  • This can also be done in tandem with a literature review
  • The steps followed were:
  1. Port all relevant code into the "Legacy Code Review"
  2. Create the folder of "MSML Scaffold" and start to link pieces of the legacy code files to their counterparts in an MSML scaffold
  3. A second "MSML Scaffold 2" folder was created and copied over from "MSML Scaffold" with a canvas for organizing the wirings so that it could be refined (this can be done in one folder normally but for illustrative purposes was broken out)
  4. The "write_issues.ipynb" notebook was used to automatically write issues from the scaffold into the MSML repository which is where the next steps will come in