ECF 1.7

Classes

class  GEP::GEPChromosome
 GEPChromosome class - implements genotype as a Gene Expression Programming chromosome. More...
class  GEP::GEPChromosomeCrsGene
 GEPChromosome genotype: gene crx operator. Selects a gene number and swaps it between both parents. More...
class  GEP::GEPChromosomeCrsOnePoint
 GEPChromosome genotype: one point crx operator. Selects a crossing point from which to exchange genetic information. More...
class  GEP::GEPChromosomeCrsTwoPoint
 GEPChromosome genotype: two point crx operator. Selects two crossing points between which to exchange genetic information. More...
class  GEP::GEPChromosomeMutGauss
 GEPChromosome genotype: standard normal distribution noise mutation operator. Applicable only on ephemereal random constants (ERC) of type 'double'. More...
class  GEP::GEPChromosomeMutOp
 GEPChromosome genotype: node replacement mutation operator. Tries to replace the selected primitive with a different one, conforming to the restrictions of the domain where it is located. More...

Detailed Description