The big GeneraoOp interface change - in test dir
This commit is contained in:
parent
97486fba28
commit
018db6689a
4 changed files with 30 additions and 18 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
// general
|
||||
#include <utils/eoRNG.h> // Random number generators
|
||||
#include <ga/eoBin.h>
|
||||
#include <ga.h>
|
||||
#include <utils/eoParser.h>
|
||||
#include <utils/eoState.h>
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ struct Dummy : public EO<double>
|
|||
int the_main(int argc, char **argv)
|
||||
{ // ok, we have a command line parser and a state
|
||||
|
||||
typedef eoBin<float> Chrom;
|
||||
typedef eoBit<float> Chrom;
|
||||
|
||||
eoParser parser(argc, argv);
|
||||
|
||||
|
|
|
|||
Reference in a new issue