Genetic Algorithm Software
 


Genetic Algorithm Class Library

  • Chromosome.h is a template for a class to represent and manipulate chromosomes.
  • Population.h is a template for a class to represent and manipulate populations of chromosomes.
  • Chromosome.cpp and Population.cpp define the functions included in the Chromosome and Population class templates.


Point-Fitting Software

GAPolynomial.cpp uses and extends the Population class to generate a polynomial approximation to a series of points on the xy plane.

Updated January 8, 2001