Open denniskb opened 2 years ago
Rework connectivity so as to avoid the two snn::connect() overloads as well as doing double-work in the case of adj_list in combination with ping_pong (the net re-uses the same adj_list for two synapse populations, sorting its contents twice).
snn::connect()
adj_list
ping_pong
Rework connectivity so as to avoid the two
snn::connect()
overloads as well as doing double-work in the case ofadj_list
in combination withping_pong
(the net re-uses the sameadj_list
for two synapse populations, sorting its contents twice).