You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Typical cellular automata update all cells simultaneously. This imples the existence of a global clock, synchronizing all cells. Relying on global synchronization is not something one expects from a self-organizing system. We relax this requirment by assuming that each cell performs an update independently, waiting for a random time interval between updates."
The text was updated successfully, but these errors were encountered:
mturnshek
changed the title
Add "cell update dropout"
Add cell update dropout
May 25, 2020
from distill "Growing Neural Cellular Automata"
https://distill.pub/2020/growing-ca/
"Typical cellular automata update all cells simultaneously. This imples the existence of a global clock, synchronizing all cells. Relying on global synchronization is not something one expects from a self-organizing system. We relax this requirment by assuming that each cell performs an update independently, waiting for a random time interval between updates."
The text was updated successfully, but these errors were encountered: