remove unused test binaries, some code formating

This commit is contained in:
Johann Dreo 2010-11-07 23:09:35 +01:00
commit c4c27907ed
6 changed files with 11 additions and 38 deletions

View file

@ -1,7 +1,3 @@
//-----------------------------------------------------------------------------
// t-eoEasyEA.cpp
//-----------------------------------------------------------------------------
#ifndef __GNUG__
// to avoid long name warnings
#pragma warning(disable:4786)
@ -11,12 +7,8 @@
#include "binary_value.h"
//-----------------------------------------------------------------------------
typedef eoBin<float> Chrom;
//-----------------------------------------------------------------------------
main()
{
const unsigned POP_SIZE = 8, CHROM_SIZE = 16;
@ -81,4 +73,3 @@ main()
return 0;
}
//-----------------------------------------------------------------------------