Search found 31 matches

by benetnasch85
October 5th, 2022, 12:06 am
Forum: General Discussion
Topic: Catagolue Suggestions Thread
Replies: 56
Views: 23224

Re: Catagolue Suggestions Thread

Is there a way to list all of the lifelike censuses with a particular symmetry, such as C1? If not, can one be provided? I'm looking for a list of rules with the number of objects for each, which can be sorted by either rulestring or number of objects. Alternative: is there a way to show an extended...
by benetnasch85
September 20th, 2022, 2:53 pm
Forum: General Discussion
Topic: apgsearch v5.0
Replies: 187
Views: 108672

Re: apgsearch v5.0

Searching some rules in v5.35-ll2.4.18 seems to take much longer and to be much more difficult or impossible compared to what other people appear to have encountered with earlier versions. After giving the message "Failed to detect periodic behaviour!", apgluxe sometimes takes hours either to fail o...
by benetnasch85
September 17th, 2022, 4:26 pm
Forum: General Discussion
Topic: apgsearch v5.0
Replies: 187
Views: 108672

Re: apgsearch v5.0

I'm testing the --profile option with recompile.sh on two laptops, one with the SSE4.2 instruction set and the other with AVX512. In both cases I seem to be getting a few percent speed gain, which is enough to justify using --profile for any code I intend to run continuously. I let apgluxe continue...
by benetnasch85
August 16th, 2022, 8:53 pm
Forum: General Discussion
Topic: apgsearch v5.0
Replies: 187
Views: 108672

Re: apgsearch v5.0

I'm testing the --profile option with recompile.sh on two laptops, one with the SSE4.2 instruction set and the other with AVX512. In both cases I seem to be getting a few percent speed gain, which is enough to justify using --profile for any code I intend to run continuously. I let apgluxe continue ...
by benetnasch85
August 16th, 2022, 8:14 pm
Forum: General Discussion
Topic: apgsearch v5.0
Replies: 187
Views: 108672

Re: apgsearch v5.0

Try passing the -a flag to git commit , like this: git commit -m "Fix makefile" -a Thanks -- this made it possible to run "git pull" to update to the current version. I still don't understand why "my" changes had to be committed and merged since I didn't make any changes to this code tree since the...
by benetnasch85
August 7th, 2022, 7:14 pm
Forum: General Discussion
Topic: apgsearch v5.0
Replies: 187
Views: 108672

Re: apgsearch v5.0

Thanks for the suggestion, but this didn't work -- apparently git finds changes not staged for commit, even though I didn't make any changes. Here are the messages: $ git commit -m"Fix makefile" On branch master Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded. (use "git...
by benetnasch85
July 30th, 2022, 1:53 pm
Forum: General Discussion
Topic: apgsearch v5.0
Replies: 187
Views: 108672

Re: apgsearch v5.0

When I try to update apgluxe to v5.33 from earlier v5 versions, I now get this message: $ git pull Updating e65b5b7..d3a5dac error: Your local changes to the following files would be overwritten by merge: makefile Please, commit your changes or stash them before you can merge. Aborting On one machin...
by benetnasch85
September 7th, 2021, 12:58 am
Forum: General Discussion
Topic: Realizing still life constraints as a planar tiling
Replies: 136
Views: 97276

Re: Realizing still life constraints as a planar tiling

All very interesting! I'm looking for a way to make a set with available tools and materials. Another way to tighten up the boundary would be to indent the boundary pieces on both sides and link them with asymmetric "axe heads" that can be cut separately in a slightly larger size. If the internal lo...
by benetnasch85
April 13th, 2020, 1:12 pm
Forum: Website Discussion
Topic: John Horton Conway
Replies: 28
Views: 16561

Re: John Horton Conway

I was introduced to CGoL and cellular automata in general by the article in Scientific American in 1970. Since then I have encountered Conway's name and ideas while reading about various apparently unrelated areas of mathematics -- his professional interests were even more wide-ranging than my amate...
by benetnasch85
April 28th, 2019, 9:14 pm
Forum: General Discussion
Topic: A Broader Audience for Cellular Automata
Replies: 99
Views: 61727

Re: A Broader Audience for Cellular Automata

This page probably has what you want -- I only know BOINC from the user end, but this page explains how to package your project so BOINC users can run it with good control over how it runs on their machines.

https://boinc.berkeley.edu/trac/wiki/ProjectMain
by benetnasch85
April 27th, 2019, 1:30 pm
Forum: General Discussion
Topic: A Broader Audience for Cellular Automata
Replies: 99
Views: 61727

Re: A Broader Audience for Cellular Automata

A minor point: we do have lots of natural glider guns in Catagolue, just none in C1. We have many interesting symmetric patterns in the higher symmetries that do not occur in C1, partly because the symmetric domains are larger, up to 32x32, and can easily produce larger objects. Based on the variou...
by benetnasch85
April 26th, 2019, 2:15 pm
Forum: General Discussion
Topic: A Broader Audience for Cellular Automata
Replies: 99
Views: 61727

Re: A Broader Audience for Cellular Automata

Reviving an old suggestion -- I would like to see apgsearch available through BOINC, which is where many folks go when they want to put their spare computer cycles to good use. I contributed to BOINC after TOLLCASS ended and before I found apgsearch. Conway's Life is at least as much of a "good use"...
by benetnasch85
March 15th, 2019, 10:14 pm
Forum: General Discussion
Topic: Community survey
Replies: 10
Views: 7493

Re: Community survey

I hope you will share your results with us.
by benetnasch85
February 10th, 2019, 12:32 am
Forum: General Discussion
Topic: apgsearch v4.0
Replies: 525
Views: 272484

Re: apgsearch v4.0

Today I've been running v4.92 under cygwin vs. v4.95 in a Windows cmd window on our AVX1 machine, both at low priority. v4.92 10101101 soups/haul v4.95 10101106 soups/haul Using command line options, v4.95 is running 1 to 3% faster, but it doesn't stop on "q". Entering the options interactively resu...
by benetnasch85
January 20th, 2019, 3:49 pm
Forum: General Discussion
Topic: apgsearch v4.0
Replies: 525
Views: 272484

Re: apgsearch v4.0

Should I switch to v4? V4 is faster now than it was a year ago, and it now runs b3s23 faster on all of my machines. I recommend making a copy of your install, upgrading the copy to V4, and running one instance of each version side by side. If V4 is still slower on your system, Calcyman will want to...
by benetnasch85
January 14th, 2019, 8:48 pm
Forum: General Discussion
Topic: Catagolue Discussion Thread
Replies: 541
Views: 234450

Re: Catagolue Discussion Thread

We have encountered server errors for more than 7 hours. Catagolue pages that do not need server data are displaying OK.
by benetnasch85
January 11th, 2019, 2:20 pm
Forum: General Discussion
Topic: apgsearch v4.0
Replies: 525
Views: 272484

Re: apgsearch v4.0

This is a 2-core 4-processor AMD machine running Windows 8.1, and I'm running 3 instances under cygwin using "nice -n 19" to lower the priority. For the current runs, starting around 1735 UTC, I have manually set each instance to run on one processor, and they will continue for several hours unless ...
by benetnasch85
January 10th, 2019, 5:58 pm
Forum: General Discussion
Topic: apgsearch v4.0
Replies: 525
Views: 272484

Re: apgsearch v4.0

So it looks like v4.82-ll2.1.5 is at most 2% slower than v4.72-ll2.0.27 -- the 5700003 has only lagged by 10 minutes against the others over a period of 9 hours. You may have included an interval when the machine wasn't running. It looks to me like the 5700003 run is losing between 2.5 and 3 minute...
by benetnasch85
January 10th, 2019, 11:04 am
Forum: General Discussion
Topic: apgsearch v4.0
Replies: 525
Views: 272484

Re: apgsearch v4.0

b3s23/C1 runs more slowly in v4.82-ll2.1.5 than in v4.72-ll2.0.27 under cygwin on our AVX1 machine. You can compare my hauls with these total numbeers of soups:

5700001 v4.72-ll2.0.27
5700002 v4.72-ll2.0.27
5700003 v4.82-ll2.1.5
by benetnasch85
July 6th, 2018, 12:38 pm
Forum: General Discussion
Topic: 1% Density Soups
Replies: 16
Views: 11098

Re: 1% Density Soups

In a variation of your notation, with capital letters for cells in one copy of the domain and lower-case letters for cells in six surrounding copies of it, a doubly-twisted toroidal domain can look like this: e3 e4 e5 h1 h2 h3 c1 f3 A1 A2 A3 A4 A5 d1 g3 B1 B2 B3 B4 B5 e1 h3 C1 C2 C3 C4 C5 f1 a5 D1 D...
by benetnasch85
July 4th, 2018, 3:39 pm
Forum: General Discussion
Topic: 1% Density Soups
Replies: 16
Views: 11098

Re: 1% Density Soups

I think that rotating the fundamental parallelogram is not equivalent to rotating the grid to eliminate skew in one direction. Golly's methods for twisting grids on a torus cause a *WSS along one axis to vary its path across the rectangle, but a *WSS along the other axis retraces its path. We are tr...
by benetnasch85
July 4th, 2018, 8:49 am
Forum: General Discussion
Topic: 1% Density Soups
Replies: 16
Views: 11098

Re: 1% Density Soups

Sure, an untwisted torus with any ratio between dimensions without a common factor will give the result you describe. Yes, the path will cover the domain, but if the ratio of sides is near a ratio of small numbers, a glider's path will drift across the domain in small steps, and a large target will...
by benetnasch85
July 2nd, 2018, 11:46 pm
Forum: General Discussion
Topic: 1% Density Soups
Replies: 16
Views: 11098

Re: 1% Density Soups

It's also possible, although I don't know how easy it is in Golly, to twist the torus, so that when a glider exits from one side of the field, it doesn't appear directly opposite on the other side. Twisting is not necessary. If the sides of the toroidal domain are two consecutive fibonacci numbers,...
by benetnasch85
June 28th, 2018, 7:53 am
Forum: General Discussion
Topic: apgsearch v4.0
Replies: 525
Views: 272484

Re: apgsearch v4.0

I have updated all of our computers to run apgluxe v4.45-ll1.54 against the previous version for b3s23/C1: Using cygwin under Win8.1 or Win7: 3000001 SSE4.2 v4.45-ll1.54 3000002 SSE4.2 v4.44-ll1.53 4000001 SSE4.2 v4.45-ll1.54 4000002 SSE4.2 v4.44-ll1.53 5000001 AVX1 v4.45-ll1.54 5000002 AVX1 v4.44-l...
by benetnasch85
June 27th, 2018, 4:33 am
Forum: General Discussion
Topic: apgsearch v4.0
Replies: 525
Views: 272484

Re: apgsearch v4.0

I have updated three machines to run apgluxe v4.45-ll1.54 in place of apgmera : AVX1 5000001 SSE4.2 4000001 AVX2 11000001 The corresponding *000002 hauls continue to be run using v4.44-ll1.53. I'll update the other SSE machines later. An oddity: on the AVX2 machine, I had to run ./recompile.sh --upd...