save_state#
- class brainpy.save_state(target, **kwargs)[source]#
Save all states in the
targetas a dictionary for later disk serialization.- Parameters:
target (
DynamicalSystem) – The node to save its states.- Return type:
Save all states in the target as a dictionary for later disk serialization.
target (DynamicalSystem) – The node to save its states.