remove unused test binaries, some code formating
This commit is contained in:
parent
c1eef3420c
commit
c4c27907ed
6 changed files with 11 additions and 38 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Reference in a new issue