Skip to content

Commit

Permalink
Setup MAP-Elites example file to be deterministic (fixed random numbe…
Browse files Browse the repository at this point in the history
…r seed to 1.)
  • Loading branch information
mercere99 committed Apr 6, 2018
1 parent 7a29b2c commit 6d717b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Evolve/MAP-Elites.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int main()

std::cout << "START!" << std::endl;

emp::Random random;
emp::Random random(1);
emp::World<org_t> map_world(random);

std::cout << "World build." << std::endl;
Expand Down

0 comments on commit 6d717b1

Please sign in to comment.