Skip to content

Commit

Permalink
#566: Fix evolution parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Aug 22, 2019
1 parent ef7912c commit 726b292
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,8 @@ public EvolutionParams<G, C> build() {
_offspringSelector,
_alterer,
_optimize,
offspringCount(),
survivorsCount(),
_populationSize,
_offspringFraction,
_maximalPhenotypeAge
);
}
Expand Down

0 comments on commit 726b292

Please sign in to comment.