Removed a few dsp files and changed saving/loading eoPops a bit.

This commit is contained in:
mac 2000-08-14 11:18:34 +00:00
commit 4f1bcfa292
33 changed files with 59 additions and 2767 deletions

View file

@ -153,7 +153,6 @@ void main_function()
eoPop<Chrom> pop(100, init);
apply<Chrom>(eval, pop);
//for_each(pop.begin(), pop.end(), eval);
sga(pop);
@ -182,6 +181,7 @@ void main_function()
}
//-----------------------------------------------------------------------------
// For MSVC memory lead detection
#ifdef _MSC_VER
#include <crtdbg.h>
#endif