Search found 30 matches
- October 6th, 2023, 9:04 pm
- Forum: Other Cellular Automata
- Topic: Rule request thread
- Replies: 1354
- Views: 551636
Re: Rule request thread
A rule satisfying the following properties:
2 state cellular automata that is 2d
The rule can be non isotropic or isotropic.
On a kxk toridial universe, given a random initial configuration and random time t, the probability that a given cell is alive should be exactly 50%
The rule explodes ...
- October 6th, 2023, 5:39 pm
- Forum: Other Cellular Automata
- Topic: Rule request thread
- Replies: 1354
- Views: 551636
Re: Rule request thread
A rule satisfying the following properties:
2 state cellular automata that is 2d
The rule does not have to be isotropic(and as a result can either be totalistic or non totalistic)
On a kxk toridial universe, given a random initial configuration and random time t, the probability that a given cell ...
2 state cellular automata that is 2d
The rule does not have to be isotropic(and as a result can either be totalistic or non totalistic)
On a kxk toridial universe, given a random initial configuration and random time t, the probability that a given cell ...
- October 6th, 2023, 3:31 pm
- Forum: Other Cellular Automata
- Topic: Very nearly exploding rules
- Replies: 254
- Views: 168548
Re: Very nearly exploding rules
B2kn34ekz/S2-ek457
This rule is a few transitions away from a rule that does explode. B2kn34ekz/S2457(This rule already is on the more stable end of explosive rules.)
This rule is a few transitions away from a rule that does explode. B2kn34ekz/S2457(This rule already is on the more stable end of explosive rules.)
- October 6th, 2023, 3:21 pm
- Forum: The Sandbox
- Topic: The potential for 2d cellular autonama based PRNGS
- Replies: 3
- Views: 881
Re: The potential for 2d cellular autonama based PRNGS
Candidates:B2kn34ekz/S2457(found by randomly looking)(this automaton interestingly seems to be on the boundary between class 2, class 3, class 4. Slight changes to its transitions result in class 4 or 2 automata. For example, B2kn34ekz/S247 seems to be just barely class 4, with patterns that ...
- October 4th, 2023, 5:19 pm
- Forum: Other Cellular Automata
- Topic: B2kn34ekz/S2457
- Replies: 5
- Views: 1658
Re: B2kn34ekz/S2457
But I am interested in looking at the space of all cellular automata and trying to determine if there is any sort of pattern or continuity between adjacent cellular automata. I want to eventually define the space of all Isotropic rules as a metric space with a well defined notion of distance ...
- October 4th, 2023, 2:44 pm
- Forum: Other Cellular Automata
- Topic: B2kn34ekz/S2457
- Replies: 5
- Views: 1658
Re: B2kn34ekz/S2457
A high-period oscillator in a small torus might work as a PRNG for some purposes. But few patterns I ran to completion all settled into low-period result (at most p2).
This takes over 4.5 megaticks to settle into empty 10x10 torus:
x = 10, y = 10, rule = B2kn34ekz/S2457:T10,10
4ob4o$2b3o2b2o ...
- October 3rd, 2023, 9:56 pm
- Forum: Other Cellular Automata
- Topic: B2kn34ekz/S2457
- Replies: 5
- Views: 1658
B2kn34ekz/S2457
This rule is interesting. It seems to be smack in the middle of a phase transition between class 1, class 2, class 3, and class 4. And minor changes to it can result in all 3 even though the rule itself is seemingly class 3. Most small changes result in a class 1 or class 2 rule. The rule itself is ...
- October 2nd, 2023, 11:32 pm
- Forum: The Sandbox
- Topic: The potential for 2d cellular autonama based PRNGS
- Replies: 3
- Views: 881
The potential for 2d cellular autonama based PRNGS
I'll just cut to the chase. I need help finding a cellular automation that satisfies the following properties:
1 or 2 dimensional
Type 3
2 state
Given a random input, a random t value, and a random cell coordinate in closed space, there should be a 50/50 chance that a cell is alive or dead.
Not ...
1 or 2 dimensional
Type 3
2 state
Given a random input, a random t value, and a random cell coordinate in closed space, there should be a 50/50 chance that a cell is alive or dead.
Not ...
- October 2nd, 2023, 3:05 pm
- Forum: Other Cellular Automata
- Topic: Elementry Cellular automata with a neighberhood of 5
- Replies: 1
- Views: 710
Re: Elementry Cellular automata with a neighberhood of 5
These rules apparently cannot be simulated in golly yet.
- September 30th, 2023, 5:30 pm
- Forum: Other Cellular Automata
- Topic: Elementry Cellular automata with a neighberhood of 5
- Replies: 1
- Views: 710
Elementry Cellular automata with a neighberhood of 5
I was experimenting with use of 1d cellular automata as a step in a PRNG algorithm, initially I used rule 30, combined with a majority function, Xor-shift and bit permutation step, but rule 30 proved to be insufficiently random. I was curious for alternatives, and I think I found one. These cellular ...
- September 30th, 2023, 2:06 pm
- Forum: The Sandbox
- Topic: [Game] My integer is larger
- Replies: 19
- Views: 2265
Re: [Game] My integer is larger
The least Baile-PSW pseudoprime(one probably exists, the known lower bound is 2^64, I would say there is probably one between 2^64 and 2^1000, but I have nothing to back that up)
The smallest odd perfect number
This is i'll defined, as odd perfect numbers are not known to exist or not ...
- September 30th, 2023, 1:49 pm
- Forum: The Sandbox
- Topic: [Game] My integer is larger
- Replies: 19
- Views: 2265
Re: [Game] My integer is larger
(using BEAF notation)
let f_0(n) = 0
f_1(n) = {n} = 1
f_2(n) = {n, n(1)n, n}
f_3(n) = {n, n, n(1)n, n, n(1)n, n, n(1)(2)n, n, n(1)n, n, n(1)n, n, n(1)(2)n, n, n(1)n, n, n(1)n, n, n}(i think this is right, if it is not correct me please, it is supposed to be a 3x3x3 3d array filled with n
f_k(n ...
let f_0(n) = 0
f_1(n) = {n} = 1
f_2(n) = {n, n(1)n, n}
f_3(n) = {n, n, n(1)n, n, n(1)n, n, n(1)(2)n, n, n(1)n, n, n(1)n, n, n(1)(2)n, n, n(1)n, n, n(1)n, n, n}(i think this is right, if it is not correct me please, it is supposed to be a 3x3x3 3d array filled with n
f_k(n ...
- September 1st, 2023, 12:22 am
- Forum: The Sandbox
- Topic: [Game] My integer is larger
- Replies: 19
- Views: 2265
Re: [Game] My integer is larger
The least Baile-PSW pseudoprime(one probably exists, the known lower bound is 2^64, I would say there is probably one between 2^64 and 2^1000, but I have nothing to back that up)
- August 31st, 2023, 11:58 pm
- Forum: Other Cellular Automata
- Topic: b35s238
- Replies: 10
- Views: 1324
Re: b35s238
I wonder if this rule is Turing complete.
- August 31st, 2023, 11:37 pm
- Forum: Other Cellular Automata
- Topic: apgsearch - haul requests
- Replies: 867
- Views: 394306
Re: apgsearch - haul requests
Where can I find apgspaceinvaders?yujh wrote: October 17th, 2022, 9:56 pmYou can not use a normal version of apgsearch on explosive rules, but you can try to install apgspaceinvaders.Colonizor48 wrote: October 17th, 2022, 8:37 pm g4b2s345/C1 and g4b2s345/D
g4b2s345 is turing complete but explosive
- November 9th, 2022, 3:40 pm
- Forum: Other Cellular Automata
- Topic: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
- Replies: 15
- Views: 1357
Re: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
This leaves the open question of is it possible for a rule without b0 b1 b2 or b3 is Strongly Turing complete. I suspect the answer of this is negative(it can never get larger then it's bounding box), but I very well could be wrong. You were almost there! If a rule cannot expand beyond its ...
- October 20th, 2022, 3:25 pm
- Forum: Other Cellular Automata
- Topic: Totalistic Rules known to explicitly not be turing complete
- Replies: 1
- Views: 423
Totalistic Rules known to explicitly not be turing complete
Does a list of such rules exist? It is trivial that any totalistic rule without b0 b1 b2 or b3 is not strongly Turing complete(not turing complete unless you allow infinity large initial conditions). As no pattern can grow beyond it's initial bounding box and must return to its initial condition ...
- October 18th, 2022, 8:10 pm
- Forum: Other Cellular Automata
- Topic: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
- Replies: 15
- Views: 1357
Re: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
I have thought of a potential angle of attack for determining if a given rule has Spaceships. Somehow converting the decision problem of "Given a life rule-string, does it have any spaceships?" into a SAT problem and solving that. SAT while worst case hard as far as we know, does have efficent ...
- October 18th, 2022, 8:01 pm
- Forum: Other Cellular Automata
- Topic: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
- Replies: 15
- Views: 1357
Re: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
If you are allowed an infinite periodic grid, B57/S01234 is Turing-complete. Here is an OR gate:
x = 190, y = 69, rule = B57/S01234
26bobo62bobo69bobo$26bobo62bobo69bobo$26bobo62bobo69bobo$26bobo62bobo
69bobo2$26bobo62bobo69bobo$24bobobobo58bobobobo65bobobobo$26bobo62bobo
69bobo ...
- October 18th, 2022, 6:10 pm
- Forum: Other Cellular Automata
- Topic: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
- Replies: 15
- Views: 1357
Re: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
A W110 simulator in B5678/S0123456-ac78:
this example is trivial due to not being a life like rule. (if "life like rule" implies it must be totalistic)
Yes I met totalistic rules. None of what I have conjectured includes non-totalistic rules. By life like rules I just mean totalistic ...
- October 18th, 2022, 5:59 pm
- Forum: Other Cellular Automata
- Topic: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
- Replies: 15
- Views: 1357
Re: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
Also I conjecture that no rule without b0 b1 b2 or b3 is turing complete(this can probably be proven trivially)
A W110 simulator in B5678/S0123456-ac78:
this example is trivial due to not being a life like rule. (if "life like rule" implies it must be totalistic)
Yes i met totalistic ...
- October 17th, 2022, 8:37 pm
- Forum: Other Cellular Automata
- Topic: apgsearch - haul requests
- Replies: 867
- Views: 394306
Re: apgsearch - haul requests
g4b2s345/C1 and g4b2s345/D
g4b2s345 is turing complete but explosive
g4b2s345 is turing complete but explosive
- October 17th, 2022, 4:37 pm
- Forum: Other Cellular Automata
- Topic: b35s238
- Replies: 10
- Views: 1324
Re: b35s238
This 5c/37o (according to a Catagolue comment, it is known as Eppstein's glider 8214) appeared in the D4_+2 census.
x = 9, y = 9, rule = B35/S238
b3o$ob2o4bo$b2o4b2o$bo5bo2$bo5bo$b2o4b2o$ob2o4bo$b3o!
This c/2o (Eppstein's glider 4716, also works in B35/S23) appeared in D2_+1 :
x = 7, y = 7 ...
- October 17th, 2022, 4:28 pm
- Forum: Other Cellular Automata
- Topic: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
- Replies: 15
- Views: 1357
Re: In general, When are life like cellular automata turing complete and when do they have gliders?(In general)
this is a good point, in most cases spaceships allow for the construction of basic logic circuits. plenty of life like rules have at least one spaceship.
but this does not always mean the rule is Turing complete, a rule could be explosive and have a simple spaceship. one could construct a basic ...
- October 16th, 2022, 6:03 pm
- Forum: Other Cellular Automata
- Topic: b35s238
- Replies: 10
- Views: 1324
Re: b35s238
This 5c/37o (according to a Catagolue comment, it is known as Eppstein's glider 8214) appeared in the D4_+2 census.
x = 9, y = 9, rule = B35/S238
b3o$ob2o4bo$b2o4b2o$bo5bo2$bo5bo$b2o4b2o$ob2o4bo$b3o!
This c/2o (Eppstein's glider 4716, also works in B35/S23) appeared in D2_+1 :
x = 7, y = 7 ...