Defines the structural relationships between nodes in the network.
No connections, nodes process independently.
Linear sequence: node[i] → node[i+1].
Circular: last node connects to first.
2D lattice with 4-connectivity
3D lattice with 6-connectivity
Dynamic proximity-based (nodes within radius interact)
User-defined arbitrary topology.
Definition at line 83 of file NodeNetwork.hpp.