Message Boards Message Boards

How to implement sequential network behavior

Posted 2 years ago

In this project, I create a network of nodes connected to 2~4 neighbors. This part is demonstrated in the attached notebook. The next phase I'd like to implement is to take that network and in some iterative way add nodes between the existing nodes, until I reach some total node count.

I've seen some videos discussing physics and the perspective of space being a subatomic network over which energy is expressed as changes to that network. This seems like it would be an ideal fit. How can I make use of this rule system to randomly visit the nodes and add new nodes between existing ones, until I reach my desired limit?

I'm gonna go with adding columns to an adjacency matrix, as it satisfies the mechanics of what I wish to accomplish.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract