sekkurocode / Cellular-Automata

Development of a python software, simulating "Cellular Automata".
MIT License
1 stars 0 forks source link

cell state + fitness setting mathmatical rules #4

Closed fabrice-eberle closed 8 months ago

fabrice-eberle commented 10 months ago

Let´s agree on rules and an amount of states that cealls operate by.

fabrice-eberle commented 10 months ago

easy: "strict" ruling: for sum 9 Li(t) = {1 if sumj oj = 3 {o(t) if sumj oj = 2 {0 otherwise

dynamic ruling: Li(t) = {1 if oj(t) = 0, 1i(t) + 2i(t) = 3 and 1i(t) > 2i(t) {2 if oj(t) = 0, 1i(t) + 2i(t) = 3 and 1i(t) < 2i(t) {o(t) if oj(t) > 0 and 1 < 1i(t) + 2i(t) < 4 {0 otherwise