I put together a class for initializing and managing a network, with an initial stab at how to distribute Neurons and Synapses between the clusters and the cluster interlinks (https://github.com/silasray/aiexplore/commit/42598085ced3e564c462395fa20fe37754d8e8c3). I’m sure it’s a very naive approach, but it seemed decent enough to not go crazy building some fancy logic to solve a problem I’ve not yet properly identified. Now, run and debug time. Hopefully this doesn’t take as long to debug as it did to write, but that’s sometimes how it goes.