BreakingBytes / simkit

Model Simulation Framework
http://breakingbytes.github.io/simkit/
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

Remove simulation registry, sim base metaclass, add command args to model #71

Closed mikofski closed 7 years ago

mikofski commented 8 years ago

Treat simulation differently than other layers because it is different. There's only one per model, so don't need registry, it doesn't have user supplied fields so it doesn't need meta class, all it has are arguments, so give users a place in model to pass arguments

mikofski commented 7 years ago

See #85. Simulations are just like other layers, they can be more than one and more than one settings.