85f2263e29
components of an evolutionary algorithm: -- Random Numbers -- Validation -- Floating- Point Chromosomes -- Roulette Wheels -- Organisms -- Fitness Landscapes -- Evocosms -- Fitness Scaling -- Migration -- Selecting Survivors -- Reproduction -- Mutation Operators WWW: http://www.coyotegulch.com/products/libevocosm/index.html PR: ports/101210 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
12 lines
422 B
Text
12 lines
422 B
Text
diff -urN funcopt.orig/Makefile.in funcopt/Makefile.in
|
|
--- funcopt.orig/Makefile.in Tue Aug 1 18:25:48 2006
|
|
+++ funcopt/Makefile.in Tue Aug 1 18:26:58 2006
|
|
@@ -117,7 +117,7 @@
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBOBJS = @LIBOBJS@
|
|
-LIBS = -L../libevocosm -lcoyotl -levocosm
|
|
+LIBS = -L../libevocosm -lcoyotl -levocosm -lpng
|
|
LIBTOOL = @LIBTOOL@
|
|
LN_S = @LN_S@
|
|
LTLIBOBJS = @LTLIBOBJS@
|