projects
/
sort-networks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
818b8d2
)
sn-evolution: Remove a debug message.
author
Florian Forster
<octo@leeloo.home.verplant.org>
Sat, 10 May 2008 09:01:05 +0000
(11:01 +0200)
committer
Florian Forster
<octo@leeloo.home.verplant.org>
Sat, 10 May 2008 09:01:05 +0000
(11:01 +0200)
src/sn-evolution.c
patch
|
blob
|
history
diff --git
a/src/sn-evolution.c
b/src/sn-evolution.c
index
7ba44df
..
946c6fb
100644
(file)
--- a/
src/sn-evolution.c
+++ b/
src/sn-evolution.c
@@
-205,13
+205,7
@@
static int create_offspring (void)
assert (SN_NETWORK_INPUT_NUM (n) == inputs_num);
if (sn_bounded_random (0, 100) <= 1)
- {
- int status;
-
- status = mutate_network (n);
- if (status == 0)
- printf ("Debug: Mutation successfull.\n");
- }
+ mutate_network (n);
sn_population_push (population, n);