File List
Here is a list of all files with brief descriptions:
code/inC/caga.c [code] | The main()-containing file that calculates the fitness for an entire population of 2D CA, 9-neighborhood rulesets, where the fitness of each member is based on how many CAs of a given size can be correctly classified, as in majority classification |
code/inC/cellularAutomata.c [code] | |
code/inC/cellularAutomata.h [code] | Gives representation and supporting functions for the use of square cellular automata |
code/inC/empiridata.c [code] | Collects empirical data for our CA fitness program |
code/mkCAvid/makeCAvid.c [code] | |