| Algorithm 2 Neuronal firing signal carrier; propagate a single signal thought for all possible nodes in the neural network graph recursively based on its position. |
| functionsignal_carrier() |
| get_inbound_signal() |
| if then |
| return |
| apply_signal() |
| if then |
| return |
| set_outbound_signals() |
| for all do |
| signal_carrier() |