From 4f26361eb08aa09334d1eea0a124110c20d809ce Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sat, 18 Oct 2014 15:21:45 +0200 Subject: Moved javadocs to a different repository for hosting, updated README --- doc/jcgp/backend/modules/mutator/PointMutator.html | 281 --------------------- 1 file changed, 281 deletions(-) delete mode 100644 doc/jcgp/backend/modules/mutator/PointMutator.html (limited to 'doc/jcgp/backend/modules/mutator/PointMutator.html') diff --git a/doc/jcgp/backend/modules/mutator/PointMutator.html b/doc/jcgp/backend/modules/mutator/PointMutator.html deleted file mode 100644 index 27470f7..0000000 --- a/doc/jcgp/backend/modules/mutator/PointMutator.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - -PointMutator - - - - - - - - -
- - - - - - - -
- - - -
-
jcgp.backend.modules.mutator
-

Class PointMutator

-
-
- -
-
    -
  • -
    -
    Direct Known Subclasses:
    -
    FixedPointMutator, PercentPointMutator
    -
    -
    -
    -
    public abstract class PointMutator
    -extends Mutator
    -
    Point mutator -

    - In point mutation, a number of random genes - is picked and mutated until all required - mutations have been performed. The actual number - of genes to be mutated can be defined in any - arbitrary way.
    -
    -
    Author:
    -
    Eduardo Pedroni
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      voidmutate(Chromosome chromosome) -
      Applies mutations to the specified chromosome according - to the parameter values.
      -
      - -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mutate

        -
        public void mutate(Chromosome chromosome)
        -
        Description copied from class: Mutator
        -
        Applies mutations to the specified chromosome according - to the parameter values.
        -
        -
        Specified by:
        -
        mutate in class Mutator
        -
        Parameters:
        -
        chromosome - the chromosome to mutate.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit v1.2.3