aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/population/ChromosomePane.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jcgp/gui/population/ChromosomePane.java')
-rw-r--r--src/jcgp/gui/population/ChromosomePane.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/jcgp/gui/population/ChromosomePane.java b/src/jcgp/gui/population/ChromosomePane.java
index d40de2e..d9154fc 100644
--- a/src/jcgp/gui/population/ChromosomePane.java
+++ b/src/jcgp/gui/population/ChromosomePane.java
@@ -154,19 +154,6 @@ public class ChromosomePane extends ScrollPane {
updateValues();
}
-// public void evaluate(int start) {
-// if (start >= 0 || start < columns) {
-// for (int c = 0; c < columns; c++) {
-// for (int r = 0; r < rows; r++) {
-// guiNodes[r][c].updateText();
-// }
-// }
-// for (int o = 0; o < guiOutputs.length; o++) {
-// guiOutputs[o].updateText();
-// }
-// }
-// }
-
public void updateValues() {
for (int i = 0; i < guiInputs.length; i++) {
guiInputs[i].updateText();