From 7f89d81e6f8a5ce82d42c3b852b5219edaa4b86c Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 7 May 2014 18:38:27 +0100 Subject: Removed reflection for now, added fitness orientation support --- doc/jcgp/backend/population/Output.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/jcgp/backend/population/Output.html') diff --git a/doc/jcgp/backend/population/Output.html b/doc/jcgp/backend/population/Output.html index 38033e2..899b5d1 100644 --- a/doc/jcgp/backend/population/Output.html +++ b/doc/jcgp/backend/population/Output.html @@ -109,13 +109,13 @@ var activeTableTab = "activeTableTab";
  • All Implemented Interfaces:
    -
    MutableElement
    +
    Mutable


    public class Output
     extends java.lang.Object
    -implements MutableElement
    +implements Mutable
    This is a chromosome output. Outputs are a special type of mutable element with a single connection. It returns the value of its single connection, but it @@ -170,7 +170,7 @@ implements boolean -copyOf(MutableElement m) +copyOf(Mutable m)
    Asserts if the specified element is a copy of the elements this is called on.
    This method returns true if and only if: @@ -316,23 +316,23 @@ implements
    Specified by:
    -
    setConnection in interface MutableElement
    +
    setConnection in interface Mutable
    Parameters:
    index - the connection index to set.
    newConnection - the chromosome element to connect to.
    See Also:
    -
    MutableElement.setConnection(int, jcgp.backend.population.Connection)
    +
    Mutable.setConnection(int, jcgp.backend.population.Connection)
  • - +