Currently, brainpy.nn.Node initialize the feedforward connections, and feedback connections in two separate functions:
When implementing init_ff() function, we do not know the feedback information. However, once the feedbacks are sources to initialize the node feedforward output, we cannot have the correct initialization for this node.
I think there may be some way to change this drawback.