Firing Brain Model(Effects of Eroder)
Santana, Ramos, and Toom (2015)
Cirillo, Nardi, and Spitoni (2018)
Szaban (n.d.)
Gacs and Torma (2018)
In this part, it uses a two-dimensional CA, entailing a square grid of N × N cell with 3 possible states( ready(G), firing(F) and resting(R)). Initilaly, probability of firing status assumes to be 0.3, ready status assumes to be 0.7 while resting status assumes to be 0. The Transition Rule Function TRF depends on cell state around its neighborhood. The cell status is updating done synchronously or asynchronous mode at each next time step. For the von Neumann neighborhood, the evolution of a CA with the von Neumann neighborhood describes as
This model simultation uses NxN grid structure under period boundary with 3 states(firing, read and resting ):
Thi simulation is governed by following 3 rules for 3 states at time t :
\[ P(A) = \sum P(\{ (e_1,\dotsc,e_N) \}) = \binom{N}{k} \cdot p^kq^{N-k} \]
using an \(N x N\) grid with periodic boundary conditions.
Each cell entails 3 different states:
cellular space using Von Neumann neighborhood
construct updated transfer function for SEIR Model
simulate the model with the \(\alpha\)-synchronous approach
initialize all necesary variables and parameters
loop through generations
update count of suceptible, Exposed, infected, Recovered neighbours for each cell one by one
update state of each cell based on number ofsuceptible, Exposed, infected, recovered neighbours
plot all states over time step by change all the parameters
Cirillo, Emilio N. M., Francesca R. Nardi, and Cristian Spitoni. 2018. “Basic Ideas to Approach Metastability in Probabilistic Cellular Automata.” In Probabilistic Cellular Automata: Theory, Applications and Future Perspectives, edited by Pierre-Yves Louis and Francesca R. Nardi, 37–51. Cham: Springer International Publishing. https://doi.org/10.1007/978-3-319-65558-1_3.
Fukś, Henryk. 2020. “Orbits of Bernoulli Measures in Cellular Automata.” A. Meyers, Ed., Encyclopedia of Complexity and Systems Science, Pages 1–19. Springer, Berlin, Heidelberg, 2017, February. http://arxiv.org/abs/2002.09079v1.
Gacs, Peter, and Ilkka Torma. 2018. “Stable Multi-Level Monotonic Eroders,” September. http://arxiv.org/abs/1809.09503v1.
Santana, L. H. de, A. D. Ramos, and A. Toom. 2015. “Eroders on a Plane with Three States at a Point. Part I: Deterministic.” Journal of Statistical Physics 159 (5): 1175–95. https://doi.org/10.1007/s10955-015-1226-9.
Szaban, Miroslaw. n.d. “Probabilistic 2D Cellular Automata Rules for Binary Classification.” In 2016 Federated Conference on Computer Science and Information Systems (FedCSIS), 161–64. Gdansk: IEEE. https://doi.org/10.15439/2016f409.