2.4.1.1. sdepy.paths_generator.__call__

paths_generator.__call__(timeline)[source]

Run the simulation along the given timeline.

Parameters:
timeline : array-like

A one dimensional array of strictly increasing numbers, defining the timeline of the simulation.

Returns:
Simulation results, as specified by subclass methods.