cybernetics-library / cybersym

7 stars 0 forks source link

Create structure for predator_prey engine #25

Closed dantaeyoung closed 6 years ago

dantaeyoung commented 6 years ago

Part 4 of the Predator-Prey model. (#12)

  1. The predator_prey Engine
    • [x] The engine keeps everything running executes the update loop.
    • [x] When initialized, the engine finds the most recent state from /pp and loads it.
    • [x] Periodically, the engine saves state to the DB by POSTing to /pp (#21).
    • [x] The engine continues to run relationships between predator_prey relationships (akin to making the arrows keep on flowing in Loopy)
dantaeyoung commented 6 years ago

Closed with d629d22