Conversation

Replying to
It's pretty cool weird how CA can emulate or resemble so many different systems at different scales! I did a 'light' writeup about simple #MNCA methods that might clarify or explain a bit about the why and how these patterns behave this way:
3
71
Replying to
In follow up after reading with a fresh eye this morning, so do you compute the next state of a given cell for each neighborhood structure in a fixed sequence (e.g. nh1 > nh2 > nh3 ) or do you take an average among these nh evaluations in parallel to compute the next state?
Replying to
The neighborhood totals are calculated first, and the results are stored in variables. Those results can then be accessed in any order when performing the conditional updates. These are assessed in order of operations - overwriting (Discrete-State) or summing (Continuous-State)