flo-schu / pymob

Python model building platform
MIT License
0 stars 0 forks source link

Refactor free_model_parameters #68

Closed flo-schu closed 2 weeks ago

flo-schu commented 3 weeks ago

model parameter API is very confusing. Model parameters have been refactored into the config module, which is a very pleasant experience. Now methods can be outsourced to the config file and only a few selected options should be exposed as user methods in the simulation class

parameter structure