MuMoT
MuMoT copied to clipboard
Multiscale Modelling Tool - mathematical modelling without the maths
Check bookmarking of all advanced multicontrollers in `MiscTests/MuMoT_testMulticontroller.ipynb` not all use cases provide a complete (i.e. widget free) bookmark
`_plotLimitsWidget` should be handled as other parameters. It would be sufficient to put 'plotLimits' in the `_widgetsExtraParams` dictionary (or, most probably, in the `_widgetsPlotOnly` dict as recomputation might not be...
plotProportions should not retrigger computation, but just adapt the axes
A toggle item in the Advanced Options menu should be added
The Epidemic Models Demo notebook uses `bifurcation()` for a transcritical bifurcation which takes place when the bifurcation parameter crosses 1. The `bifurcation()` function is sensitive to the `initBifParamz value. If...
Currently basic van Kampen expansion and Stochastic Simulation Algorithm are implemented (`showVanKampenExpansion()` and `SSA()` respectively). Implementation of more sophisticated techniques would enable more complicated systems to be analysed, e.g. time-inhomogeneous...
Following on from #67 I I think it would be a very good thing if MuMoT models could be created and referenced in Notebooks without using Notebook cell execution numbers....
Parameters reported in logs lag behind latest versions plotted, according to widget values.
Sometimes takes a couple of minutes after first opening a Notebook and executing a few cells. Example: create a conda env using `environment.yml` then start running the User Manual Notebook....