A drawing is specified by giving a line length e.g.:
len 50and an angle e.g.
angle 60and finally a series of productions e.g.
A = 3(X+F) X = X+X+It is assumed the axiom of your system will be A.
The allowable symbols in our L-system for this problem are:
Variables are supported in our Lsystems and assumed to be a single uppercase letter. Variables are replaced by their value until the depth is reached and then they are translated to the definitions above (excluding the axiom) or nothing if undefined above.
This is a very open ended problem. A problem is specified by giving a spec drawing for one or more depths of evaluation and the number of degrees D, and the length of step L. The drawings are in bit map files (bmp) of the same size for all given depths of evaluation, but may vary from the examples we give with this problem spec. In a sense the objective of the problem is to evolve an Lsystem that reproduces the given drawings. This will require you to write a fitness function that will grade the quality of match between two drawings which probably contain hierarchical detail of an L-system. In fact what should be turned in is the L-system using the above commands. We will draw them for depth 1,2,...K. Each iteration should match, as closely as possible, the target image for that iteration. For the competition, the closeness of the match between the spec image and those generated by the submitted L-system will be determined by a panel of human judges. Thus, part of this competition is to figure out a way to evolve towards an ill-defined, human standard of 'closeness of images'.
bmp picture for depth 2:
![]() |
len 20 angle 60 X=X+YF++YF-FX--FXFX-YF+ Y=-FX+YFYF++YF+FX--FX-Y
Level 5:
Level 6:
Level 7:
Level 8:
Level 9:
Questions about these pages or the problems themselves can be sent to [Terry Soule] or [Robert Heckendorn]