KarrLab / wc_sim

A multi-algorithmic simulator for whole-cell models
MIT License
6 stars 2 forks source link

Separate the initialization of simulation state from the construction of simulation objects #56

Closed artgoldberg closed 3 years ago

artgoldberg commented 4 years ago

Jonathan's recommendation: It would best to refactor the initialization of simulation state so that it is separate from the construction of simulation objects. This will allow the establishment of the object graph in the construction of the objects and then initialization of simulation state using the object graph.

artgoldberg commented 3 years ago

Done