fr.iscpif.mgo

mutation

package mutation

Visibility
  1. Public
  2. All

Type Members

  1. trait AdaptiveCauchyMutation extends Mutation with Sigma with GA with MinimumSigma

  2. trait BGAMutation extends Mutation with GA with MutationRate

  3. trait GaussianMutation extends Mutation with GA

    Mutation of a genome based on gausian distribution arrount the genome with fixed sigma values.

  4. trait IdentityMutation extends Mutation with genome.G

    Mutation that doesn't modify the genome.

  5. trait MinimumSigma extends AnyRef

  6. trait Mutation extends genome.G with P with F with A

    Layer of the cake for the mutation operation.

  7. trait MutationRate extends Mutation

  8. trait PolynomialMutation extends Mutation with GA

    Polynomial mutationolynomial mutation by Deb and Goyal.

    Polynomial mutationolynomial mutation by Deb and Goyal. If is the value of the ith parameter selected for mutation with a probability pm and the result of the mutation is the new value obtained by a polynomial probability distribution. Based on the source code of Jmetal library Author : Antonio J. Nebro <[email protected]> and Juan J. Durillo <[email protected]>

Value Members

  1. object AdaptiveCauchyMutation

    Mutation of a genome based on gausian distribution arrount the genome with adaptive sigma values.

    Mutation of a genome based on gausian distribution arrount the genome with adaptive sigma values. See on the web : http://www.nashcoding.com/2010/07/07/evolutionary-algorithms-the-little-things-youd-never-guess-part-1/#fnref-28-1 See on paper : Gaussian mutation and self adaptation (Hinterding) && Parameter Control in Evolutionary Algorithms (Agoston Endre Eiben, Robert Hinterding, and Zbigniew Michalewicz, Senior Member, IEEE) + How to Solve It, Modern Heuristics

Ungrouped