From 88748e986f9af46bdefda5d0885aa0ac52af8c6c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 4 Oct 2009 00:51:33 +0000 Subject: reduce mutation probability --- weasel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weasel.c b/weasel.c index 49d35dc..525bd62 100644 --- a/weasel.c +++ b/weasel.c @@ -201,7 +201,7 @@ main(int argc, char **argv) struct intargs args; extern int LINES; int population = 1000; - int mutationrate = 100; /* 1/n */ + int mutationrate = 1000; /* 1/n 0.1% */ int i, c, t; while ((c = getopt(argc, argv, "m:p:")) != -1) -- cgit v1.2.3