fr.iscpif.mgo

genome

package genome

Visibility
  1. Public
  2. All

Type Members

  1. trait G extends AnyRef

    Cake layer for the genome

  2. trait GA extends G with RandomGenome

    Base of the cake for a genetic algorithm evolutions (algorithms evolving sequences of doubles).

  3. trait GAGenome extends GA

    Genome for genetic algorithms

  4. trait GAGenomeWithSigma extends GA with Sigma with GAGenomeWithSigmaType

    Genome for genetic algorithm with an autoadaptative sigma component

  5. trait GAGenomeWithSigmaType extends G

  6. trait GAScaling extends GA

  7. trait RandomGenome extends G

  8. trait Sigma extends G

    Implementation of the NSGAII algorithm using genome with auto-adaptive sigma values for the mutation

Value Members

  1. object GAGenome

  2. object GAGenomeWithSigma

Ungrouped