Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generalisation - wrapper functions #20

Open
oizin opened this issue Jun 22, 2020 · 0 comments
Open

generalisation - wrapper functions #20

oizin opened this issue Jun 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@oizin
Copy link
Member

oizin commented Jun 22, 2020

Rather than requiring use of functions like x = sir_param(...); y = sir_state0(...) and simulate_sir(...x,y) for every model, add a layer of abstraction allowing use of (say) x = model_param(...); y = model_state0(...) and simulate(model = 'sir',....x,y)

@oizin oizin added enhancement New feature or request question Further information is requested labels Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants