mumot.MuMoTstochasticSimulationView¶
-
class
mumot.
MuMoTstochasticSimulationView
(model, controller, SSParams, figure=None, params=None, **kwargs)[source]¶ Bases:
mumot.views.MuMoTview
Stochastic-simulations-view view.
For views that allow for multiple runs with different random-seeds.
-
__init__
(model, controller, SSParams, figure=None, params=None, **kwargs)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(model, controller, SSParams[, …])Initialize self. downloadResults
()Create a download link to access the latest results. showLogs
(tail)Show logs from view. -
showLogs
(tail: bool = False) → None¶ Show logs from view.
Parameters: tail (bool, optional) – Flag to show only tail entries from logs. Defaults to False.
-