From 2b571f08d091dc062cedbb9816c29dcf0cbd4f12 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Thu, 22 May 2014 07:44:52 +0100 Subject: Final commit, will release later today. --- doc/jcgp/backend/population/Node.html | 104 +++++++++++++++++++++------------- 1 file changed, 65 insertions(+), 39 deletions(-) (limited to 'doc/jcgp/backend/population/Node.html') diff --git a/doc/jcgp/backend/population/Node.html b/doc/jcgp/backend/population/Node.html index d79d08c..12e3eea 100644 --- a/doc/jcgp/backend/population/Node.html +++ b/doc/jcgp/backend/population/Node.html @@ -2,9 +2,9 @@ - + Node - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -126,7 +126,11 @@ implements Author:
Eduardo Pedroni
@@ -149,10 +153,9 @@ implements
Constructor and Description -Node(Chromosome chromosome, +Node(Chromosome chromosome, int row, - int column, - int arity) + int column)
Constructs a new instance of Node with the specified parameters.
@@ -226,18 +229,24 @@ implements void +mutate() +
This method performs an arbitrary mutation on the Mutable.
+ + + +void setConnection(int index, Connection newConnection)
This method sets the indexed connection to the specified new connection.
- + void setFunction(Function newFunction)
Sets the node function.
- + java.lang.String toString()  @@ -263,7 +272,7 @@ implements +