From aaa733d789612289396d69bb6cf3a0e5de1798a8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 4 Aug 2012 16:59:49 -0600 Subject: Optomized the mating / mutation setup. It should work the same, but it selects the number of bits to mutate first, then selects the individual bits instead of testing a random number on each bit. For very large phenotypes this will be significantly faster while producing about the same result. --- default.bld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.bld') diff --git a/default.bld b/default.bld index 65c8adb..741f16a 100644 --- a/default.bld +++ b/default.bld @@ -1,5 +1,5 @@ -CXXFLAGS += "-pg"; -LDFLAGS += "-pg"; +# CXXFLAGS += "-pg"; +# LDFLAGS += "-pg"; target "libgenetic.a" { -- cgit v1.2.3