This software implements a general framework for experimenting and demonstration of evolutionary algorithms. The software is implemented in standard C and tries to be as general as possible. The user can implement his/her own fitness function and genotype representation. Since standard C is used the implementation of new fitness functions and gene types require a bit of archaic C programming.