brought gprop into 21st century
This commit is contained in:
parent
7f62a3f6f2
commit
ab0fd90f46
5 changed files with 77 additions and 77 deletions
|
|
@ -1,7 +1,6 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// gprop
|
||||
//-----------------------------------------------------------------------------
|
||||
using namespace std;
|
||||
|
||||
#include <stdlib.h> // EXIT_SUCCESS EXIT_FAILURE
|
||||
#include <stdexcept> // exception
|
||||
|
|
@ -11,6 +10,8 @@ using namespace std;
|
|||
#include <eo> // all usefull eo stuff
|
||||
#include "gprop.h" // Chrom eoChromInit eoChromMutation eoChromXover eoChromEvaluator
|
||||
|
||||
using namespace std;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// global variables
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Reference in a new issue