/*************************************************************/ /* */ /* Copyright (c) 1990 */ /* Darrell L. Whitley */ /* Computer Science Department */ /* Colorado State University */ /* */ /* Permission is hereby granted to copy all or any part of */ /* this program for free distribution. The author's name */ /* and this copyright notice must be included in any copy. */ /* */ /*************************************************************/ #include #include #include "gene.h" /* This is a psuedo eval function for test purposes only. A string is fully optimized when all its elements are zeros */ float bin_eval (string, len) GENE_DATA string[]; int len; { int i; float val=0.0; for (i=0; i