KarrLab / wc_sim

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

Sample from new distributions of initial conditions #41

Closed jonrkarr closed 4 years ago

jonrkarr commented 5 years ago
jonrkarr commented 5 years ago

Done:

Todo:

artgoldberg commented 4 years ago

initialization done refactoring and renaming to be considered

artgoldberg commented 4 years ago

WRT "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", I see your point.

However, in my implementation I addressed this issue by partially initializing some dynamical objects, like DynamicCompartments and the species populations accessed by DynamicSpeciess, before creating the remaining dynamic objects and preparing them for simulation. Thus this refactoring isn't urgent now and I'm moving it to a new issue.