aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/Utilities.java
diff options
context:
space:
mode:
authorEduardo Pedroni <ep625@york.ac.uk>2014-02-11 08:30:36 +0000
committerEduardo Pedroni <ep625@york.ac.uk>2014-02-11 08:30:36 +0000
commit3fc4bf4a2ea7c6cff9810b76964dd3c1388c0b3f (patch)
treef9f939b61474b5d201dede252881c2d4f526dc72 /src/jcgp/Utilities.java
parentd8ab8a2424a689cff4c787b0448c893facaadf6f (diff)
Updated README, made a few changes to Chromosome's mutation methods, will be working on that throughout the day
Diffstat (limited to 'src/jcgp/Utilities.java')
-rw-r--r--src/jcgp/Utilities.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jcgp/Utilities.java b/src/jcgp/Utilities.java
index 76f996e..f052595 100644
--- a/src/jcgp/Utilities.java
+++ b/src/jcgp/Utilities.java
@@ -29,6 +29,8 @@ public class Utilities {
* This method may always pick inputs, as they can be picked
* regardless of the column.
*
+ * TODO remove?
+ *
* @param chromosome the chromosome to pick from
* @param column the column to use as reference
* @return a random connection
@@ -55,6 +57,8 @@ public class Utilities {
* This method may always pick inputs, as they can be picked
* regardless of the column.
*
+ * TODO remove?
+ *
* @param chromosome the chromosome to pick from
* @param column the column to use as reference
* @param levelsBack whether or not to respect levels back