compgraph
run.compgraph
Functions
| Name | Description |
|---|---|
| compute_delayed_input_signal | Compute input signal using delayed states. |
| initialize_graph_states_with_history | Initialize states, time-series, and history buffer for each node. |
| simulate_graph_dynamics_with_delay | Run the simulation over the graph considering delays. |
| update_node_state_with_delay | Update node state considering delayed input. |
compute_delayed_input_signal
run.compgraph.compute_delayed_input_signal(node, G, t, dt)Compute input signal using delayed states.
initialize_graph_states_with_history
run.compgraph.initialize_graph_states_with_history(G, delay_buffer=1000)Initialize states, time-series, and history buffer for each node.
simulate_graph_dynamics_with_delay
run.compgraph.simulate_graph_dynamics_with_delay(G, T, dt)Run the simulation over the graph considering delays.
update_node_state_with_delay
run.compgraph.update_node_state_with_delay(G, node, t, dt, input_signal)Update node state considering delayed input.