aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/Utilities.java
diff options
context:
space:
mode:
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