World's Most Robust Automata

For discussion of other cellular automata.
Post Reply
Fencient
Posts: 6
Joined: August 8th, 2020, 12:01 am

World's Most Robust Automata

Post by Fencient » March 22nd, 2021, 11:13 pm

I've been playing around with random inputs and found a few automata that can handle some random input.
robustBarbellr.png
robustBarbellr.png (3.35 KiB) Viewed 1029 times
It can handle two random CENTER cells with the help of a nearby always-on cell. Here's the full python code to load and run this automata:
robustBarbell.py.txt
(499 Bytes) Downloaded 87 times
And here's a double solution to a center always-on cell surrounded by two opposite random cells:
robustmouseandcross.py.txt
(661 Bytes) Downloaded 91 times
Have you come across robust automata? What is the most robust automata that someone's found so far?

Post Reply