Search found 2 matches

by genesis
May 2nd, 2019, 5:18 pm
Forum: Scripts
Topic: Implementing a global feedback signal
Replies: 4
Views: 5773

Re: Implementing a global feedback signal

If you post more detail about the custom rule, the complicated function, or what it means to "change the state of the automaton", it might be possible to come up with more specific suggestions. Thanks for the suggestions dvgrn! Scripting inside Golly does sound like a better idea. Since you suggest...
by genesis
May 2nd, 2019, 1:18 pm
Forum: Scripts
Topic: Implementing a global feedback signal
Replies: 4
Views: 5773

Implementing a global feedback signal

I am trying to run a custom rule in Golly for n steps, evaluate a complicated function of the final state, and change the state of the automaton based on this function. I want to repeat this process a few billion times, so performance is quite important. Would you suggest that I run the loop in anot...