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

Class PercentPointMutator

-
-
- -
-
    -
  • -
    -
    -
    public class PercentPointMutator
    -extends PointMutator
    -
    Percent point mutator -

    - This operator calculates how many genes to mutate based on the mutation rate - parameter. The total number of genes is computed from the number of nodes, - the arity and the number of outputs. It then uses the point mutation - algorithm to perform the required number of mutations.
    -
    -
    Author:
    -
    Eduardo Pedroni
    -
    See Also:
    -
    PointMutator
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        PercentPointMutator

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