Open denniskb opened 2 years ago
Use case: Use parametric topology as the basis, but then manually connect certain neurons on top of that (syntax not final):
adj_list adj(fixed_probability(0.1)); adj.connect(0, 99); ... snn.connect<...>(..., adj, ...);
Blocked by #27
Use case: Use parametric topology as the basis, but then manually connect certain neurons on top of that (syntax not final):