home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / genetk / genfuncs.h < prev    next >
Encoding:
Text File  |  1993-06-27  |  166 b   |  7 lines

  1.  
  2.  
  3. void pre_init();
  4. void init_round();
  5. double score_func(unsigned char *gene_ptr);
  6. void print_solution(unsigned char *gene_ptr,double score,ofstream *ofs=NULL);
  7.