fr.iscpif.mgo

genome

package genome

Visibility
  1. Public
  2. All

Type Members

  1. trait ClampedGenome extends GenomeClamping

  2. trait G extends AnyRef

    Cake layer for the genome

  3. trait GA extends G with RandomGenome with GenomeClamping

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

  4. trait GAGenome extends GA

    Genome for genetic algorithms

  5. trait GAGenomeWithRandomValue extends GA with RandomValue

  6. trait GAGenomeWithSigma extends GA with Sigma

    Genome for genetic algorithm with an autoadaptative sigma component

  7. trait GAScaling extends GA

  8. trait GenomeClamping extends G

  9. trait NoGenomeClamping extends GenomeClamping

  10. trait RandomGenome extends G

  11. trait RandomValue extends GA

  12. 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 GAGenomeWithRandomValue

  3. object GAGenomeWithSigma

Ungrouped