-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Please:
- Check for duplicate requests.
- Describe your goal, and if possible provide a code snippet with a motivating example.
Currently, a DynamicalSystem should define update function which receive two arguments:
s: shared argumentsx: individual inputs
However, it is possible to call a DynamicalSystem as a function. Because shared arguments can be got through a global function like brainpy.math.get_current_step_data().
At each step, data for the next time step can be set through:
brainpy.math.set_current_step_data()
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request