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

Class Mutator

-
-
- -
-
    -
  • -
    -
    Direct Known Subclasses:
    -
    PointMutator, ProbabilisticMutator
    -
    -
    -
    -
    public abstract class Mutator
    -extends Module
    -
    This class specifies the basic characteristics of a mutation operator. Its job is - to modify the connections and functions of the chromosome according to the operator's - parameters. -

    - Parameters may be specified to control the implemented mutation. Any parameters - registered with registerParameters() should be displayed by the user interface, - if it is being used. See Module for more information. -

    - It is advisable to use Resources.reportln() and Resources.report() - to print any relevant information. Note that reportln() and report() are affected - by the report interval base parameter. Use Resources.println() and - Resources.print() to print information regardless of the current generation. - See Resources for more information.
    -
    -
    Author:
    -
    Eduardo Pedroni
    -
    See Also:
    -
    Module
    -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      abstract 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 abstract void mutate(Chromosome chromosome)
        -
        Applies mutations to the specified chromosome according - to the parameter values.
        -
        -
        Parameters:
        -
        chromosome - the chromosome to mutate.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit v1.2.3