Maarten was right
This commit is contained in:
parent
e6e9dbeaf4
commit
b5606ad11a
17 changed files with 35 additions and 28 deletions
|
|
@ -32,7 +32,7 @@ main(int argc, char *argv[]) {
|
|||
// bool comma;
|
||||
|
||||
// Create the command-line parser
|
||||
Parser parser( argc, argv, "Basic EA for vector<float> with adaptive mutations");
|
||||
eoParser parser( argc, argv, "Basic EA for vector<float> with adaptive mutations");
|
||||
|
||||
// Define Parameters and load them
|
||||
eoValueParam<uint32>& seed = parser.createParam(time(0), "seed", "Random number seed");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue