brainpy.connect.All2All#

class brainpy.connect.All2All(include_self=True)[source]#

Connect each neuron in first group to all neurons in the post-synaptic neuron groups. It means this kind of conn will create (num_pre x num_post) synapses.

__init__(include_self=True)[source]#

Methods

__init__([include_self])

build_conn()

build connections with certain data type.

check(structures)

make_returns(structures, conn_data[, csr, ...])

Make the desired synaptic structures and return them.

require(*structures)

requires(*structures)