Skip to content

generalisation - wrapper functions #20

@oizin

Description

@oizin

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)

Metadata

Metadata

Labels

enhancementNew feature or requestquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions