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/Mutable.html | 36 +++++++++++++++----------------- 1 file changed, 17 insertions(+), 19 deletions(-) (limited to 'doc/jcgp/backend/population/Mutable.html') diff --git a/doc/jcgp/backend/population/Mutable.html b/doc/jcgp/backend/population/Mutable.html index 4ef59eb..c02cff0 100644 --- a/doc/jcgp/backend/population/Mutable.html +++ b/doc/jcgp/backend/population/Mutable.html @@ -2,9 +2,9 @@ - + Mutable - + @@ -113,8 +113,8 @@ var activeTableTab = "activeTableTab";

This interface provides a way to deal with mutable elements generically without having to specify whether they are nodes - or outputs. In this way a random mutable element can be picked and - dealt with more easily, facilitating mutations. + or outputs. When mutating a mutable, mutate() is guaranteed + to perform a fair mutation.
Author:
Eduardo Pedroni
@@ -162,9 +162,8 @@ var activeTableTab = "activeTableTab"; void -setConnection(int index, - Connection newConnection) -
This method sets the indexed connection to the specified new connection.
+mutate() +
This method performs an arbitrary mutation on the Mutable.
@@ -182,22 +181,21 @@ var activeTableTab = "activeTableTab";

Method Detail

- + -- cgit v1.2.3