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

Class FixedPointMutator

-
-
- -
-
    -
  • -
    -
    -
    public class FixedPointMutator
    -extends PointMutator
    -
    Fixed point mutator -

    - This operator uses the point mutator - algorithm to mutate a user-defined fixed - number of genes.
    -
    -
    Author:
    -
    Eduardo Pedroni
    -
    See Also:
    -
    PointMutator
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        FixedPointMutator

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