Tutorials/Glider syntheses
Glider synthesis is the process of colliding gliders – the smallest spaceship in Conway's Game of Life – in a specific way to construct a specific object. It is one of the few areas in the Game of Life that many discoveries can still be made mostly manually.
This is an example of a glider synthesis:
(click above to open LifeViewer) |
It is a 13-glider synthesis of Achim Flammenkamp's pseudo-barberpole, which, at the time of writing, is the cheapest synthesis known of that object. Note that this particular synthesis can be divided into two stages which can take place arbitrarily far apart; multi-stage synthesis are typically shown this way to make it easier to see what is happening in each step. The three still life syntheses are independent and could also be moved into separate stages, so this is really a four-stage synthesis. Simple well-separated still lifes tend to be trivial to construct, and often the order of construction doesn't matter, so several stages are sometimes left combined in cases like this.
Locating known glider syntheses
To locate a known glider synthesis, there are three main places you should look:
- The "Object" page on Catagolue, showing the glider synthesis of an object, along with its sample soups, after pasting the RLE and clicking on "Identify" in the text box on that page.
- Mark Niemiec's synthesis database (direct link),
- 2718281828's 3G collision database (see 3-glider collision database below)
Also, there's a very important difference between the two databases. Shinjuku/Catagolue aims to record a single synthesis of each object that takes the smallest number of gliders. By contrast, Niemiec's database collects many types of syntheses for a large number of objects, including more expensive ones. For example, there may be syntheses of two combined objects where each type of object is added to an already existing instance of the other type. Or there might be syntheses where all gliders come from one side of the object (useful in building the object near other existing objects), and so on.
Sometimes you will not find a synthesis for a particular object in any of these places. That could be because:
- No syntheses are known because no-one has decided to synthesise that specific object before. These are usually pretty easy to make a synthesis for yourself.
- No syntheses are known because the object is very difficult to synthesise. An example of this would be Sir Robin.
- The object has been proven impossible to synthesise. Examples of this include all Gardens of Eden as well as solutions to the grandfather problem.
In the next section we will look at how to make your own syntheses.
Making your own glider syntheses
Using Catagolue to find glider syntheses
To find an existing glider synthesis of an object in Catagolue, start by selecting the object in Golly and copying its RLE to the clipboard. Then go to this Catagolue page, paste the RLE into the text box there, and click "Identify". You will be taken directly to the Catagolue page for that object. The bottom of that page will show a synthesis for the object if one is known.
Using Catagolue soups to find glider syntheses
NOTE: You might instead want to use synthtools.py in Shinjuku to do the following process more quickly. More details about this will be given in the section "Using search programs to assist in creating syntheses".
Let's say you want to find a synthesis for cis-block on candlefrobra, which, according to Mark Niemiec's website, takes 12 gliders:
(click above to open LifeViewer) |
Select the pattern in Golly and run the script mentioned above. It should bring you to this page on Catagolue. This page also contains a best-known synthesis with 5 gliders, but for the purposes of this tutorial, please ignore that!
Scroll down to the part of the page with lots of differently coloured dots. These are all sample soups for the object. The black ones are asymmetric soups, which are the easiest to make syntheses from. (However, it should not be forgotten that you can still get good syntheses from symmetric soups -- especially if the object has the same type of symmetry as the soup.)
So click on the first asymmetric soup (the first black dot), and copy the RLE it provides into Golly. You should get this:
(click above to open LifeViewer) |
Now run the soup until the candlefrobra appears (this should happen at generation 919). Use the goto.py script (which comes with Golly) to go 20 generations back. Watch each generation up to the candlefrobra's formation step-by-step to see which objects react to make the candlefrobra. Next, go back 20 generations, select the objects that reacted to make a candlefrobra, and paste them into a new layer.
Test to see if that pasted pattern works. If it doesn't work, go back to the layer with the soup, and select and paste a larger area. Once you've deleted any objects that don't participate in the reaction, you should get something like this:
(click above to open LifeViewer) |
The reaction is pi + block + boat + traffic light → candlefrobra + some junk. We know how to make all those reactants with gliders, so we can now make a synthesis! In fact, all of the reactants can be made in two gliders (those collisions can be found in two-glider-collisions.rle in Golly's pattern collection).
However, before you start, you may notice that not all of the blinkers in the traffic light react before making the candlefrobra. So maybe we don't need all of the blinkers. In fact, the only blinker we need is the top one. Try deleting the rest of the blinkers just before the traffic light first reacts. This isn't necessary, but to help your understanding, the traffic light predecessor is replaced with one that only makes a blinker to get this:
(click above to open LifeViewer) |
Now there is also no junk left over after the synthesis, only the candlefrobra.
Now you can start the synthesis. To do this, you should synthesise each of the reactants separately in such a way that they work when put together. You can find all the syntheses you need for this in two-glider-collisions.rle. Try to do this yourself. If you can't manage to make it work using only 2-glider collisions, look in Mark Niemiec's website to find more useful syntheses.
If you need a hint, these are the recommended syntheses (zoomed out in case you don't want the hint):
(click above to open LifeViewer) |
If you used the hint, note that you may need to rewind some of the syntheses to make it work.
How did you do? For reference, this is the synthesis created which used 8 gliders:
(click above to open LifeViewer) |
In this example with the block on trans-candlefrobra, we were lucky to get a good reaction from the very first soup. Sometimes you will have to look through 20 or more soups before finding a suitable reaction.
As an extreme example, R2D2 has only one soup but it is unsuitable for synthesis as the initial soup matches 50 states of the 70 cells in its minimal covering octagon and the mechanism forming entirely in one generation, with pre-blocks becoming blocks in the next.
If you want more practice for creating synthesis from a reaction, here is the reaction the current record holding synthesis of why not (7 gliders) was made with:
(click above to open LifeViewer) |
Good luck!
Using converters to make syntheses
Let’s say we want to make a synthesis for this 25-bit oscillator:
(click above to open LifeViewer) |
We identify the object using Catagolue, and it brings us here. Why is there still a cheap synthesis of 14 gliders despite having no sample soups on Catagolue? It is time to be introduced to the world of converters…
A converter is a collision of gliders with a still-life/oscillator, which turns it into a new still-life/oscillator. Here is an example of a converter. It turns a hook into a barge:
(click above to open LifeViewer) |
Converters are very useful for creating syntheses that are too large and/or rare to turn up on Catagolue. For example, we can create a synthesis for a Tredecapole from a barberpole-lengthening converter and an already known synthesis for the Duodecapole like this:
(click above to open LifeViewer) |
Here are three places you will find converters:
- Martin Grant’s collection (also includes some components taken from Shinjuku)
- Bob Shemyakin’s collection (less comprehensive, but has the advantage that components are sorted by both glider cost and change in population)
- Various places in the forums, Mark Niemiec's database, and Catagolue
Boat bits and fast components
A boat-bit reaction happens when a single incoming glider interacts with with a pre-block and is converted into a boat. If you're not familiar with how various still lifes can "catch" gliders to produce nearby boats, take a moment to find the incoming lanes that allow this reaction to occur at both ends of a snake or aircraft carrier, at both ends of an eater 1, and at both ends of a beacon. For the beacon, notice that the phase of the incoming glider matters. The boat bit only forms correctly for half of the possible timings of the incoming glider.
Below is another instance of a timing-dependent boat bit, somewhat similar to the case of the beacon. This is a synthesis of a pseudo still life, xs18_wggca52zgbq1z01 -- a long boat tie ship with a nearby boat:
(click above to open LifeViewer) |
The glider at the far right is a simple example of a fast component -- a converter that only works at a specific point during the creation of a synthesized object. Fast components are mostly beyond the scope of this tutorial, but it might be useful to be aware that they exist and are fairly common in some types of syntheses.
By itself, the 4-glider collision on the left side creates a long boat tie boat. It would be possible to create a long boat tie ship instead, and add on the additional boat with a separate converter. This would need several synchronized gliders, because it's not ordinarily possible for a ship to catch a boat-bit. However, at just one particular moment during the formation of the object, an opportunity opens up to make use of a boat-bit reaction. Just a single incoming glider at exactly the right moment can convert the forming boat to a ship and also tack on the additional boat.
Completing the 25-bit oscillator
With all of this new knowledge, we can get back to the above 25-bit oscillator and see how the synthesis works.
First, the 5-glider collision on the left side of the synthesis creates the initial object.
Next, we see the first example of a converter. It converts a boat into a ship using three gliders. Since two of the cells of the boat are always turned on in its conversion to a ship, it is suitable in the edgiest of cases, like when the boat is stabilizing something unstable. This is a property of many other useful converters as well, whose purpose is to turn an object into another while still preserving the states of most of its cells.
(click above to open LifeViewer) |
In the second-to-last step of the synthesis, we see another converter, this time a 4-glider one. It turns a ship into a long bookend. Note that the ship does not get destroyed at all, as the long bookend that is attached to it stays there. Here is the exact component standalone:
(click above to open LifeViewer) |
You can see that only one cell of the ship turns off during the conversion, and the conversion does not interfere with the nearby ship or anything tied to it.
In the final step of the synthesis, a ship is converted to a quadpole using a century. While more cells are turned off, the ones nearest to the long bookend are untouched, so it still works.
(click above to open LifeViewer) |
Keep in mind that there are many combinations of using converters to synthesize an object, so you should examine multiple options and estimate the cost of each one so that you can produce an optimal synthesis.
If you want more practice at using converters to find syntheses, try finding a synthesis for this 34-bit still-life. As a hint, the most optimal synthesis is 14 gliders (as of the time of writing):
(click above to open LifeViewer) |
Converters are used in many others ways than just assisting soup search result-based syntheses. They are used a lot in the syntheses of difficult objects like unnatural billiard tables and spaceships. For example, this is the current best 29P3H1V0 synthesis as of June 2022 (35 gliders):
(click above to open LifeViewer) |
Using search programs to assist in creating syntheses
3-glider collision database
For this part of the tutorial, you will need to use Python scripts with Golly.
find-preds.py
The find-preds.py script is useful for objects for which a large number of soups are listed in Catagolue. A script by this name used to be available as part of the Shinjuku repository, but the functionality is still available in the form of a "pred" function in the Shinjuku "synthtools" module. A findpreds.py script using this function can be found here.
To use it, clone the Shinjuku repo, then install lifelib using
pip install --upgrade python-lifelib
(see the Shinjuku readme-windows.md file for alternate installation options if you're on Windows, or readme.md for other OSes).
Then find the apgcode for the object you're interested in -- e.g., xs19_354ljgozw346 and pass that into the pred() function. Otherwise, run the findpreds.py script on the link above, and input the apgcode of the object and the symmetry you want to search once you run the script. The script has added two functionalities onto the standard pred() function, in which the list of soups is shuffled, and that you will not lose unsaved work even if you want to terminate your search early.
The function will work through all of the relevant soups of the desired symmetry, and for each one will find the minimum set of islands 50 ticks before the object appears, that still cooperate to produce the object -- removing any extraneous ash that doesn't participate in the creation of the object. It will create and output a stamp-collection RLE showing all of the resulting creation methods.
synthesise-constellation.py
Below is a 25-glider synthesis of lightweight emulator:
(click above to open LifeViewer) |
Notice that in the first step, two blocks are created using a total of four gliders. This may be the most obvious way to synthesise them, but is it the cheapest?
This is where 2718281828's 3G collision database comes in. It contains ~460,000 different three-glider collisions and the objects/constellations they produce, and includes a Python script created by Goldtiger997 to search through the database. Download the three files and place them somewhere convenient, preferably your Scripts\Python folder. In Golly, paste the desired constellation into a new layer and run synthesise-constellation.py. If there are any collisions in the database that produce the same objects in the same positions relative to each other, they will all be displayed.
Let's try this with our two-block constellation. After running the script, we get this:
(click above to open LifeViewer) |
All six of these collisions work in essentially the same way, by colliding a glider with a pi-heptomino. Since the two blocks are the first step of our lightweight emulator synthesis, we don't have to worry about other nearby objects interfering, so any of these will be suitable. In other cases, you may have to try several of these collisions before finding one that works for the synthesis you're working on.
Now that we have a three-glider collision of the two blocks, our lightweight emulator synthesis has been reduced to 24 gliders, which is currently the cheapest known as of the time of writing:
(click above to open LifeViewer) |
Note: In April 2020, a version of this database was released which contains a subset of four-glider collisions in addition to the two- and three-glider collisions. In August 2022, a new version of the 4-glider database was also published, which is more than 10 times larger than the older one. The installation instructions are the same; just make sure to copy both the 3G and 4G files. If your three-glider search gives no results, try this search instead. The collisions are also laid out in a grid instead of a line in this version. The searches in both databases must be run separately because the synthesis data is stored slightly differently.
Note: As of February 2022, Golly 4.0 and above uses Python 3, and the script mentioned above needs slight modifications. If you are unable to run it, replace all the xrange() functions in it with range() and you should be good to go.
synthesise-patt.py - synthesising active objects
synthesise-patt.py uses the same database as synthesise-constellation, but is instead used to synthesise unstable objects and is therefore more useful when multiple things are happening during a given synthesis step. It can be found here. Like before, place the three files in your Scripts\Python folder.
Let's start with a 7-glider bridge snake component, taken from Mark Niemiec's database:
(click above to open LifeViewer) |
In generation 25, we can see the following unstable object, created from a blinker and two gliders, for 4 gliders total:
(click above to open LifeViewer) |
Let's see if there's a way to make this object with only 3 gliders, and therefore the bridge snake component in 6 gliders. Place it into a new layer and run the script; if it's running correctly you should see something like "X collisions found, Y collisions tried" in the top left of Golly. After a few seconds, you should see a list of all syntheses whose population counts over time match that of the given object. For this object in particular, you should see these six syntheses:
(click above to open LifeViewer) |
Now comes the fun part: determining which, if any, of these is suitable for our bridge snake component. In most cases, collisions where gliders come from only two directions perpendicular to each other tend to be the most likely to work, but in this case third one from the left seemed promising:
(click above to open LifeViewer) |
Mirroring this horizontally, we can see that it seems to fit in well with the snake, as all three gliders come from the other three directions:
(click above to open LifeViewer) |
Now we can paste in the other three gliders, and rewind them a few generations so they show up at the correct time, and our 6G component is complete:
(click above to open LifeViewer) |
When choosing a generation on which to run the script, it's often a good idea to pause just before the object begins to interact with other stuff, so you get as many potentially useful collisions as possible. However, if you run the script and it gives you several hundred collisions producing irrelevant objects, you may want to consider rewinding a few generations so that the script searches for a more specific population sequence and is therefore more likely to give the pattern you want.
As practice, try to complete this component:
(click above to open LifeViewer) |
A four-glider solution can be found here.
find-by-octohash-Python3.py and find-by-octo3.py - finding active objects in 1G collisions
Another database that can be useful when a specific active reaction is needed is the octohash database. The name "octohash" denotes a hash function that returns the exact same hash value for any of the eight orientations of a pattern -- i.e., the octohash of any rotation or reflection of a pattern will always be the same as the octohash of the original pattern. lifelib has a similar function available called "octodigest", but the octohash database is designed to work with Golly and Python, without any dependency on lifelib.
The database is just a series of simple text files containing ten printable ASCII characters for each generation of each glider collision with each constellation. Python can search through these text files very quickly to find matching hashes. The hashing function first finds the canonical orientation of the current phase of the collision. Then it runs the RLE through a SHA1 hash function, throws away everything except the first seven bytes, and encodes the resulting integer in base 90 using the ASCII characters from 37 to 126 -- mostly. Backslashes, apostrophes, and commas are replaced with "!", "#", and "$" respectively, to make the text strings a little less likely to cause any escape-character or quote-character issues, in any programming language that may be used to work with these octohash strings.
This turns out to be a good enough hash function that no hash collisions showed up in the entire set of 12 × 12 constellation / glider interactions.
The current octohash databases catalogue every generation of every possible collision between a single glider and all possible small constellations of common objects:
- The octohash constellations may contain up to two well-separated objects -- no pseudo still lifes -- and must fit inside a 12 × 12 bounding box. The objects used in the enumeration were block, boat, beehive, tub, pond, ship, loaf, eater, long boat, and blinker.
- The octo3obj constellations may contain up to three well-separated objects, and must fit inside an 11 × 11 bounding box. The objects used were block, blinker, beehive, bi-block, half blockade, and teardrop ash (two beehives).
To use the octohash database, clone the octohash Git repository, or try the "Download ZIP" option under the "Code" dropdown. In Golly, select the active pattern you want to create with a 1G collision. For example, if you want to create a pentadecathlon by hitting a seed constellation with a trigger glider, place any of the 15 phases of a pentadecathlon in the Golly universe, select it, and run find-octohash-Python3.py.
The octo3obj database can currently be downloaded from here, and the generating code including the find-by-octo3.py script can be found in the octo3obj repository.
There turns out to be exactly one constellation of two common objects inside a 12 × 12 bounding box (from the octohash database) that produces a clean pentadecathlon when hit by exactly the right glider:
(click above to open LifeViewer) |
There's also exactly one constellation of three common objects inside an 11 × 11 bounding box (from the octo3obj database) that is a clean pentadecathlon seed:
(click above to open LifeViewer) |
The original find-octohash.py works with Python 2.x and Golly 3.x. Presumably most users going forward will be using Golly 4.0 or above, so will need to run find-by-octohash-Python3.py instead. The octo3obj search script is Python3 only (and the name doesn't bother to mention that.)
Unlike synthesise-patt.py vs. synthesise-constellation.py, the octohash/octo3obj search scripts work equally well for stabilized ash or for active patterns, because the database records a seven-byte hash value for each individual generation of every collision.
collisrc.py
For this part of the tutorial, you will need to first install lifelib. If you already have apgsearch, you can use the filepath to your apgmera\lifelib folder to run this script.
praosylen's collisrc.py (short for "collision search") script randomly collides gliders with a given still life and records any interesting still lifes it finds, and is primarily designed to find new or reduced components. The latest version can be found here, and a list of search parameters can be found here. You can also try out Alex Greason's version of the script which relies on Shinjuku and runs on large numbers of still lifes, trying a set number of collisions for each one.
spark-search-Python3.py - finding cheaper substitutes for sparks
See Chris Cain's walkthrough at the beginning of the spark_search thread for details. A Python3-compatible version of the spark-search.py script has been edited in to the first post.
popseq.py and popseq.c - finding cheaper substitutes for active patterns
Another tool related to synthesise-patt.py and synthesise-constellation.py is Chris Cain's popseq, which comes in two versions: the original Python script and the much faster C version. Here again the idea is to look for active patterns by recognizing their distinct population sequences. In other words, population is used as a simple hash function to recognize the pattern. For active patterns that stabilize too quickly, popseq shares the same limitations as the 'synthesise' search tools: it can return an unmanageably large number of false positive matches.
popseq.c by default is set up to find active patterns in the search space of 4-glider collisions consisting of gliders coming from two perpendicular directions, the idea being that these collisions are most likely to produce useful results with good clearance. popseq.py was designed to operate on whatever set of gencols collision results you want it to search, so you might set up the script to use a database of 2-glider, 3-glider, or 4-glider collisions, or whatever custom collision set you might want to search. Setup details can be found in the above links.
Assisted cleanup
Sometimes the reaction involved in a synthesis produces not only the target product but also some leftovers. For instance, a 20-bit still life appears in the following reaction:
(click above to open LifeViewer) |
To make a synthesis from it, you need to get rid of the surrounding objects with extra gliders. But where should they go? Well, there are a couple of handy programs that can help you out.
glider-destruction.py
For this part of the tutorial, you will need to use Python scripts with Golly.
An easy way to locate the cleanup gliders is to apply gameoflifeboy's glider-destruction.py (see here). Given a pattern, the script attempts to find a clean 1-glider destruction for it; if there isn't one, it tells you the results with minimum bounding box and population. As usual, save the script in Scripts\Python folder.
Since the pattern is rotationally symmetric, considering one half is enough. Select the upper right constellation and copy it to a new pattern:
(click above to open LifeViewer) |
Run the script and — presto! It gives a solution:
(click above to open LifeViewer) |
Pasting it back, we find that it is compatible with the target still life. So the cleanup is done successfully:
(click above to open LifeViewer) |
However, it should be noted that we are lucky in this case. The results from the script is not guaranteed to be actually usable, as either the glider or the cleaning reaction may crash into the target. Besides, the suggested method is not always the most efficient if there isn't a clean 1-glider destruction.
As practice, try to complete this glider synthesis:
(click above to open LifeViewer) |
Seeds of Destruction Game
- Also see: Tutorials/Seeds of Destruction Game
For this part of the tutorial, you will need to install Java.
Seeds of Destruction Game is an interactive application that allows one to modify a pattern by hovering the mouse around and see the effects immediately. Basically the idea is simple — put a glider somewhere manually, observe and repeat — but what is italicized makes the trial-and-error process easier.
A brief summary of the procedure, for those who don't bother to read another tutorial:
- Copy the pattern to be cleaned to clipboard.
- In Seeds of Destruction Game, click the third button from below when its label reads "Puzzle". (If instead it reads "Seed", use mouse wheel to change.) This loads the pattern to the application and creates a new "Puzzle (something)" entry on the right.
- Ensure that the first button from above is labelled as "Glider" (if not, use mouse wheel again to change). Adjust the orientation and parity of the glider shown in the second button by rolling mouse wheel.
- Click somewhere to lay down the glider and observe how the pattern evolves by rolling mouse wheel on the "Start" and "Gens" buttons. If the result is not satisfying, click the "Puzzle (something)" entry on the right to reset and start a new attempt.
- Upon obtaining a good result, click the fifth button from above. This loads the current pattern to clipboard in LifeHistory RLE format (if the label shows "Golly") or in plain two-state RLE format ("Life").
With Seeds of Destruction Game, it is even possible to suppress debris by throwing a glider into the active soup. In the following synthesis for a variant of gray counter, the uppermost glider was found in this way, which tamed quite a lot of mess:
(click above to open LifeViewer) |
Other methods
![]() |
This article is a stub. You can help LifeWiki by expanding it. |
It is possible to go beyond methods discussed in this tutorial. Apart from soup-based and converter-based syntheses, solving a hard synthesis problem, such as those of unnatural oscillators or spaceships, requires more experience (familiarity with search programs (LLS/WLS/JLS), visual recognition of common patterns in known syntheses, recognition of "good-looking predecessors", and so on)[1][2][3][4][5]
Submitting syntheses to Catagolue
Once you've completed a new record-breaking synthesis for a still life, oscillator, or spaceship, you can add it to the object's Catagolue page by pasting the RLE into the submission box at the bottom of the "Syntheses" page. There are some important things to note about how to format the pattern in order for it to be interpreted correctly:
- The rule must be either B3/S23 or LifeHistory (in the latter case only states 0 and 1 are allowed).
- The pattern must not exceed a bounding box of 9999 × 9999, a population of 100,000, or a file size of 400 kilobytes.
- Note that this restriction is in place to prevent the queue of user-submitted synthesis components from exceeding the object size limit of one megabyte. If you wish to submit more than about a megabyte of syntheses at a time, you're probably better off including your syntheses in Shinjuku format and submitting a merge request to Shinjuku.
- xWSSes are allowed to substitute for gliders, and Shinjuku will automatically attempt to convert them into their respective three-glider collisions. However, because the conversions all happen at the same time, the resulting synthesis may not be valid due to gliders crossing paths, and the conversion might have to be done manually.[6]
- Each individual step, including the gliders/xWSSes, must be separated by at least 20 empty rows/columns. Similarly, each step should avoid having gaps between islands of radius 20 or 21 or the step may be interpreted as two or more individual steps.[7]
- It is recommended that every glider/xWSS should begin interacting before generation 1000 if possible, and each step should overall stabilize by generation 4000. If Catagolue does not parse your synthesis properly, check the validity of your synthesis, or whether you omitted or added objects to the intended synthesis. If you still can't find the issue or if your synthesis is valid, there's unfortunately not much that can be done other than posting it somewhere else (the forums or Discord).
- The initial pattern in each step must match the resulting pattern of the previous step (though rotations/reflections are allowed), or match a pattern whose synthesis was previously submitted.
- Although the synthesis RLEs on Mark Niemiec's website have the final object displayed next to the synthesis for each individual step, these are technically redundant and should be removed from the pattern when submitting to Catagolue.
When you submit, your RLE is added to a queue to be processed by the automatic update process, which runs every 4 hours.[note 1] If you're not sure whether your synthesis is on Catagolue yet, you can check the "Jobs" page on the Catagolue repository, particularly the jobs named "shinjuku", to see the console output for the update process. Dijkstra's algorithm is used to calculate the shortest path to the desired object using the known components, so you may find that earlier steps of your synthesis have been replaced by an already-known cheaper way of producing the same intermediate object.
Also, if you're submitting a new or newly-improved component to Catagolue, don't worry about manually applying it to every single possible object in the database, because Shinjuku's transfer.py does this automatically. The script has to be invoked manually, but as long as there's at least one synthesis featuring your component, the script will consider it when automatically creating new syntheses. Do note, however, that it will only attempt to synthesise objects that either already have a synthesis or are strict still lifes with 20 bits or less; in other cases you may want to consider submitting the synthesis yourself.[note 2]
Catagolue doesn't record the number of steps in the optimal glider syntheses it stores.[10] As of February 2023, the synthesis displayed on Catagolue is not guaranteed to have the highest number of incremental steps possible with known components. When the glider cost is reduced by at least one glider and the synthesis is regenerated, Catagolue should prefer syntheses with more steps.[11]
Notes
- ↑ It may take multiple update cycles for your synthesis to be processed, as the readsynth servlet only returns up to 1,000 RLEs at a time and also stops if the total length exceeds 1,000,000 bytes. Any RLEs submitted after this will still be in the queue, but will not initially be visible and will take longer to be processed.
- ↑ Other transfer.py runs have targeted objects constructible through intermediate components[8] and large objects which have appeared at least once in an apgsearch soup.[9]
References
- ↑ Dave Greene (August 14, 2022). Re: Suggested LifeWiki edits (discussion thread) at the ConwayLife.com forums
- ↑ Tanner Jacobi (March 21, 2020). Re: Synthesising Oscillators (discussion thread) at the ConwayLife.com forums
- ↑ Tanner Jacobi (August 30, 2020). Re: Small Spaceship Syntheses (discussion thread) at the ConwayLife.com forums
- ↑ Goldtiger997 (October 1, 2020). Re: Small Spaceship Syntheses (discussion thread) at the ConwayLife.com forums
- ↑ Martin Grant (January 5, 2021). Re: how about a sir robin synthesis? (discussion thread) at the ConwayLife.com forums
- ↑ Ian07 (March 9, 2020). Re: Shinjuku: a database of glider syntheses (discussion thread) at the ConwayLife.com forums
- ↑ Ian07 (September 16, 2022). Re: Synthesising Oscillators (discussion thread) at the ConwayLife.com forums
- ↑ Adam P. Goucher (October 13, 2019). "level-2 and level-3 transfer searches". GitLab.
- ↑ Alex Greason (June 9, 2020). "Transfer run targeting all still lifes with at least one soup in an official symmetry but no synthesis". GitLab.
- ↑ Adam P. Goucher (March 18, 2021). Re: Shinjuku: a database of glider syntheses (discussion thread) at the ConwayLife.com forums
- ↑ Dave Greene (March 18, 2023). Re: Spacefiller Recipe Working Thread (discussion thread) at the ConwayLife.com forums
External links
Forum threads
- Still Life Synthesis Thread (discussion thread) at the ConwayLife.com forums
- Synthesising Oscillators (discussion thread) at the ConwayLife.com forums
- Small Spaceship Syntheses (discussion thread) at the ConwayLife.com forums
- Soup-based syntheses (discussion thread) at the ConwayLife.com forums
- Randomly enumerating glider syntheses (discussion thread) at the ConwayLife.com forums
- 4 glider syntheses (discussion thread) at the ConwayLife.com forums
- Synthesis components (discussion thread) at the ConwayLife.com forums
- glidercoll -- a program to generate random syntheses (discussion thread) at the ConwayLife.com forums
Code repositories
- synthesis-tools on Github
- glider-collisions on Github
- 4g-database on Github
|
|
|