File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
\-ga
 o-include
 |o-core
 ||o*crossover.h
 ||o*evaluation.h
 ||o*geneticalgo.h
 ||o*genome.h
 ||o*genotype.h
 ||o*mutation.h
 ||o*reproduction.h
 ||\*selection.h
 |o-crossovers
 ||\*onepoint.h
 |o-evaluations
 ||\*multitrials.h
 |o-gas
 ||o*laralga.h
 ||o*nsga2.h
 ||o*parallelga.h
 ||o*simplega.h
 ||\*stefanosteadystatega.h
 |o-genotypes
 ||o*doublegenotype.h
 ||o*realgenotype.h
 ||\*signedrangegenotype.h
 |o-mutations
 ||o*flipbit.h
 ||o*gaussianfloat.h
 ||o*randombit.h
 ||\*randomfloat.h
 |o-reproductions
 ||\*fixedsize.h
 |o-selections
 ||o*deterministicrank.h
 ||\*roulettewheelselection.h
 |\*gaconfig.hThis file contains the common type defitions used on the whole framework
 \-src
  o-core
  |o*evaluation.cpp
  |o*geneticalgo.cpp
  |o*genome.cpp
  |o*genotype.cpp
  |\*mutation.cpp
  o-crossovers
  |\*onepoint.cpp
  o-evaluations
  |\*multitrials.cpp
  o-gas
  |o*laralga.cpp
  |o*nsga2.cpp
  |o*parallelga.cpp
  |o*simplega.cpp
  |\*stefanosteadystatega.cpp
  o-genotypes
  |o*doublegenotype.cpp
  |o*realgenotype.cpp
  |\*signedrangegenotype.cpp
  o-mutations
  |o*flipbit.cpp
  |o*gaussianfloat.cpp
  |o*randombit.cpp
  |\*randomfloat.cpp
  o-reproductions
  |\*fixedsize.cpp
  o-selections
  |o*deterministicrank.cpp
  |\*roulettewheelselection.cpp
  \*galibinitializer.cpp