Source-Code

 

If you have an installed instance of the PostgreSQL database, make sure you’re logged in as the postgres user and then create a database called GAQO (that’s for Genetic Algorithm Query Optimizer, in case you’re wondering). Now, while on the same machine on which the Postgres source has been installed, download and unpack the tarball linked below.  The executable, the necessary source-code, and all applicable instruction files have been included in this tarball:

·        Source-Code Package

 

If you’d rather just take a look at some of the various source files separately, here’s a listing of them:

·        gene.h

·        gene.cpp

·        chromosome.h

·        chromosome.cpp

·        population.h

·        population.cpp

·        runGA.cpp

 

 

Back to the Computer Science Senior Project page

Back to the Homepage