5.5.1 De Garis's Convex L1. PurposeI am not alone in trying to create a system that emulates the natural process of development. There are numerous scientific papers and books detailing past work done by others in this area. One such book is Evolutionary Design By Computers edited by Peter J. Bentley. This is a collection of papers written about work done to use the power of evolution to create designs. One of the papers written by Dr. Hugo De Garis discusses his work to create a genetic developmental system that can produce desired patterns. I will not go into explicit details here on his work. If you are interested then please see the reference I have provided. However, some minimal explanation is required. His model consists of a chromosome that is used to control the behavior of a cellular automata. The chromosome contains a series of genes, where each gene is composed of a condition field and an action field. The present state of any cell is determined by the state of its neighbors at the end of the last cycle. So on each cycle the present state of the cell is compared to the condition field of each gene and if the condition matches it then the action field is performed. The action field can change the state of the neighboring cells by reproduction. In his early tests he was able to evolve chromosomes that did fairly well at producing concave shapes like squares and triangles. However, attempts to produce shapes with convex curves failed to produce stellar results. He subsequently modified the system in an attempt to improve its ability to produce convex shapes. In his article he attempted to generate an 'L' shape as a basic test. Unfortunately, he still did not produce results that were very impressive. Figure 1 shows his best result of evolving a chromosome to produce this L shape. Figure 2 is another attempt that he made using a concept he termed shaping. Shaping basically means that he tried to evolve a chromosome to do the vertical portion first, then he held that gene constant and tried to evolve the gene to do the horizontal portion. However, this still did not result in very convincing results. His final example produced much better results. He evolved the chromosome without shaping, but moved the initial seed cells further down the neck of the 'L' so they were closer to the bend. His system was better able to cope with this and the results appear much more like an 'L' shape.
2. The ChallengeWhen I read about De Garis's attempts I immediately saw how easy it would be to come up with a simple set of genes for my system that would create the 'L' shape he was looking for. These genes were so simple that there was no reason to resort to using evolution, and the basic outlines were done in a few minutes. It then took an hour or two to tweak them to perform exactly as desired and to produce the files needed to visualize everything. The basic gene structure is seen in figure 4, and I outline an explanation of how these genes work below.
3. Results
Using apoptosis, or programmed cell death, to produce shapes in developing systems is one of natures tried and true methods of building complex shapes. A good example of this is the fingers on our hands. Initially our hands are disk like and the cells between our newly forming fingers commit suicide so that the final shape is a well formed hand. When someone has web's between their fingers this occurs because this process was not completely successful. This same principle is applied here. The 'L' shape itself is initially created using the different levels of gene transcription from the gradient of transcription factors. But what is required is an 'L' shape that actually has different gene states. If we were to simple leave it with the transcription factors then they will slowly fade and we would be left with a square of cells that are identical. We need permanent changes. So the proteins produced by the up-regulation of that gene changes the state of the genes in the shape, and these cells in turn induce changes in the other cells to make them kill themselves and stop all genetic expression. When this example is finished we get a set of cells in the shape of an 'L' that are expressing the G_APL gene and all of the other cells have had all of their genes turned off. If we had wanted to set the system up so that the cells in the 'L' shape had expressed a different gene in addition to G_APL and the other cells not express it then this would have been just as easy. 4. ConclusionMy purpose here was not to disparage Dr. Garis's work. It was to make a comparison between some of the results from someone else in the field with the results of the simulator system that I have put together. I wanted to demonstrate that what other systems find exceedingly difficult can be done almost effortlessly here. Also, the gene interactions found in this system bare a far closer resemblance to what actually happens in nature than that found in the other system. One set of cells begins expressing genes at different rates and this in turn leads those cells to induce neighboring cells into different states. Dr. Garis was attempting to do something similar, but the simulator system that he was using was simply not up to the task of doing this.
|