Removed a few dsp files and changed saving/loading eoPops a bit.
This commit is contained in:
parent
33803be4cd
commit
4f1bcfa292
33 changed files with 59 additions and 2767 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue