mumot.MuMoTstochasticSimulationController

class mumot.MuMoTstochasticSimulationController(**kwargs)[source]

Bases: mumot.controllers.MuMoTcontroller

Controller for stochastic simulations (base class of MuMoTmultiagentController).

__init__(**kwargs)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(**kwargs) Initialize self.
showLogs(tail) Show logs from associated view.
showLogs(tail: bool = False) → None

Show logs from associated view.

Parameters:tail (bool, optional) – Flag to show only tail entries from logs. Defaults to False.