Skip to content

Commit

Permalink
vol 2: Issue #19: Make ParallelScore use thread count.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffheaton committed Jun 16, 2014
1 parent dd5b711 commit 26bdbbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public ParallelScore(Population thePopulation, GeneticCODEC theCODEC,
this.population = thePopulation;
this.scoreFunction = theScoreFunction;
this.adjusters = theAdjusters;
this.actualThreads = 0;
this.actualThreads = theThreadCount;
}

/**
Expand Down

0 comments on commit 26bdbbe

Please sign in to comment.