Jamesflynn1 / pyRBM

A Python framework to build and simulate stochastic rules-based models.
GNU General Public License v3.0
3 stars 0 forks source link

[FEATURE] Make compartment and rule classes share common functions across simulation and build #49

Open Jamesflynn1 opened 1 month ago

Jamesflynn1 commented 1 month ago

Is your feature request related to a problem? Please describe. I want to improve the maintainability of compartment and rule code.

Describe the solution you'd like I want to create a compartment and location base class in Core/Interfaces. These classes should share common variables and functions.

Describe alternatives you've considered The current system works but is less maintainable than the proposed functionality. Additionally, these changes will allow for constant and initial conditions changes at runtime - which could be useful.