SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
52 stars 15 forks source link

Distinguish general and specialized simulate functions #1031

Open mknaranja opened 1 month ago

mknaranja commented 1 month ago

Motivation / Current Behaviour

The general simulate functions does not integrate several model specifics and if it is called certain features might be missed.

Enhancement description

Use namespace for general and specialized simulate function.

Additional context

No response

Checklist