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] Create rules and locations from a csv file #12

Open Jamesflynn1 opened 2 months ago

Jamesflynn1 commented 2 months ago

Is your feature request related to a problem? Please describe. I want to be able to create rules and locations, separate from code files.

Describe the solution you'd like A csv file, location name, class of the location and any number of arguments for the location class. Same idea with rules. These would be two separate classes, maybe they share a base class type.

Describe alternatives you've considered