Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbluemer committed May 2, 2017
1 parent abcb2cb commit af5822f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GeneticSimulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ void GeneticSimulation::simulate(){
int n = population.size();
for (int i = 0; i < n; ++i) {
Specimen temp = population.front();
population.pop();
s << "+++++++++++++++++++++++++++++++" << std::endl;
s << "START: " << std::endl;
s << temp.getStartHeuristics().coefficientsToString();
Expand Down

0 comments on commit af5822f

Please sign in to comment.