Classes

Permutation
[Genotypes]

Classes

class  Permutation::Permutation
 Permutation class - implements genotype as a vector of indices (permutation of indices). More...
class  Permutation::PermutationCrsDPX
 Permutation genotype: DPX crossover operator (see e.g. ?). More...
class  Permutation::PermutationCrsOPX
 Permutation genotype: OPX crossover operator (see e.g. ?). More...
class  Permutation::PermutationCrsOX
 Permutation genotype: OX crossover operator (see e.g. http://dx.doi.org/10.1016/j.amc.2007.10.013). More...
class  Permutation::PermutationCrsPBX
 Permutation genotype: PBX crossover operator (see e.g. http://dx.doi.org/10.1016/j.amc.2007.10.013). More...
class  Permutation::PermutationCrsPMX
 Permutation genotype: PMX crossover operator (see e.g. http://dx.doi.org/10.1016/j.amc.2007.10.013). More...
class  Permutation::PermutationCrsSPX
 Permutation genotype: SPX crossover operator (see e.g. ?). More...
class  Permutation::PermutationCrsUPMX
 Permutation genotype: UMPX crossover operator (see e.g. ?). More...
class  Permutation::PermutationMutIns
 Permutation genotype: insert mutation operator (see e.g. http://dx.doi.org/10.1016/j.amc.2007.10.013). More...
class  Permutation::PermutationMutInv
 Permutation genotype: inversion mutation operator (see e.g. http://dx.doi.org/10.1016/j.amc.2007.10.013). More...
class  Permutation::PermutationMutToggle
 Permutation genotype: toggle mutation operator (see e.g. http://dx.doi.org/10.1016/j.amc.2007.10.013). More...