brainpy.dyn.runners.ReportRunner#

class brainpy.dyn.runners.ReportRunner(target, inputs=(), jit=False, dt=None, **kwargs)[source]#

The runner provides convenient interface for debugging. It is also able to report the running progress.

Deprecated since version 2.0.3: Prefer the use of brainpy.dyn.DSRunner for dynamical system running. This runner is deprecated since 2.0.3.

Parameters
  • target (DynamicalSystem) – The target model to run.

  • monitors (None, list of str, tuple of str, Monitor) – Variables to monitor.

  • inputs (list, tuple) – The input settings.

__init__(target, inputs=(), jit=False, dt=None, **kwargs)[source]#

Methods

__init__(target[, inputs, jit, dt])

build_inputs(inputs)

build_monitors()

build_run_function()

run(duration[, start_t])