Comments update

This commit is contained in:
evomarc 2001-09-04 06:37:25 +00:00
commit 0f9f1cc3ea
2 changed files with 3 additions and 5 deletions

View file

@ -24,18 +24,16 @@
*/
//-----------------------------------------------------------------------------
/** This file contains all ***INSTANCIATED DEFINITIONS*** of operators
/** This file contains all ***INSTANCIATED DEFINITIONS*** of population init
* of the library for ***BISTRING*** evolution inside EO.
* It should be included in the file that calls any of the corresponding fns
* Compiling this file allows one to generate part of the library (i.e. object
* files that you just need to link with your own main and fitness code).
*
* The corresponding ***INSTANCIATED DECLARATIONS*** are contained
* in ga.h
* in ga/make_ga.h
* while the TEMPLATIZED code is define in make_pop.h in the src/do dir
*
* Unlike most EO .h files, it does not (and should not) contain any code,
* just declarations
*/
// The templatized code