====== Indefinitely Scalable Brain ====== After reviewing my last attempt at coming up with a project, this is my attempt to come up with a more realistic goal by vastly simplifying the structure of the neural network. This project will better tie into how the Movable Feast Machine works and focuses more on creating elements with more stigmergic actions as opposed to basing them off of state. ==== The Elements ==== Really, the only element needed in the new architecture is a neuron element. The behavior is as follows: * Creates a new neuron element if there are any Res in its event window * If its internal charge is greater than some threshold then it 'fires' and transfers some amount of charge to other neurons in the right side of its event window *