MuMoT
MuMoT copied to clipboard
Multiscale Modelling Tool - mathematical modelling without the maths
Based on a suggestion by Jamie Wood at York - plot Fourier transform of noise solutions to show deviations from white noise - cf `showNoiseSolutions()` and `noiseCorrrelations()` - @tbose1 to...
Currently multicontrollers must reference a single model, but allowing multiple models to be controlled simultaneously could be helpful, e.g. for observing changes in behaviour. Achieving this will require refactoring of...
Probably due to an `ipywidgets` issue...
Check for duplication of logic - e.g. `_chooseXrange` and `_chooseYrange` recur multiple times in different view classes, so should move up the class hierarchy.
Current graphiviz-based implementation does not give production-quality figures
The user can select (through widget) the color to assign to each state (also called reactant). The color will be used in the plots (e.g., network graph, temporal dynamics)
Add "Play", "Pause", "One-Step" buttons to start, pause and advance 1-step at a time the simulation
At the moment the multiagent particle simulation have periodic boundary conditions (torus). Add walls and either: * let the particle bounce on the walls (as molecules do) * let the...
Similarly to MA and SSA controllers (issue #10) in `"Final distribution"` visualisation type, the plot axes could be set through drop-down widgets (if not specified) (related to issue #74)