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 --- .../modules/mutator/ProbabilisticMutator.html | 319 --------------------- 1 file changed, 319 deletions(-) delete mode 100644 doc/jcgp/backend/modules/mutator/ProbabilisticMutator.html (limited to 'doc/jcgp/backend/modules/mutator/ProbabilisticMutator.html') diff --git a/doc/jcgp/backend/modules/mutator/ProbabilisticMutator.html b/doc/jcgp/backend/modules/mutator/ProbabilisticMutator.html deleted file mode 100644 index dd14bbc..0000000 --- a/doc/jcgp/backend/modules/mutator/ProbabilisticMutator.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - -ProbabilisticMutator - - - - - - - - -
- - - - - - - -
- - - -
-
jcgp.backend.modules.mutator
-

Class ProbabilisticMutator

-
-
- -
-
    -
  • -
    -
    -
    public class ProbabilisticMutator
    -extends Mutator
    -
    Probabilistic mutator -

    - This operator iterates through every mutable gene in the chromosome and - decides whether to mutate each of them individually. - The decision is made based on the difference between the mutation probability - and a randomly generated double between 0 and 100.
    -
    -
    Author:
    -
    Eduardo Pedroni
    -
    See Also:
    -
    Mutator
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      ProbabilisticMutator(Resources resources) -
      Creates a new instance of ProbabilisticMutator.
      -
      -
    • -
    - -
      -
    • - - -

      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
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ProbabilisticMutator

        -
        public ProbabilisticMutator(Resources resources)
        -
        Creates a new instance of ProbabilisticMutator.
        -
        -
        Parameters:
        -
        resources - a reference to the experiment's resources.
        -
        -
      • -
      -
    • -
    - -
      -
    • - - -

      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