Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model_population.py
diff options
context:
space:
mode:
Diffstat (limited to 'model_population.py')
-rw-r--r--model_population.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/model_population.py b/model_population.py
index 163f8e4..9776c09 100644
--- a/model_population.py
+++ b/model_population.py
@@ -195,10 +195,10 @@ class KandidModel(object):
new_one.mutate()
history = ka_history.KandidHistory.instance()
history.unlink(self.protozoans[new_at].get_unique_id())
- ka_debug.info('new offspring ' + new_one.get_unique_id()
- + ' breeded by ' + good[0].get_unique_id() + ' and '
- + partner.get_unique_id() + ' replaced '
- + self.protozoans[new_at].get_unique_id())
+# ka_debug.info('new offspring ' + new_one.get_unique_id()
+# + ' breeded by ' + good[0].get_unique_id() + ' and '
+# + partner.get_unique_id() + ' replaced '
+# + self.protozoans[new_at].get_unique_id())
self.protozoans[new_at] = new_one
self.fitness[new_at] = 4.0
history.rember_parents(new_one.get_unique_id(),