Skip to content

Commit

Permalink
architectural shift for fitness evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaller committed Oct 25, 2024
1 parent d68cb60 commit fe6bcd0
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 753 deletions.
2 changes: 1 addition & 1 deletion core/population.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ void Population::EvolveSubpopulation(Subpopulation &p_subpop, bool p_mate_choice

gsl_rng *rng = EIDOS_GSL_RNG(omp_get_thread_num()); // for use outside of parallel blocks

// determine the tamplated version of the Munge...() methods that we will call out to for reproduction
// determine the templated version of the Munge...() methods that we will call out to for reproduction
// this is an optimization technique that lets us optimize away unused cruft at compile time
// some relevant posts that were helpful in figuring out the correct syntax:
// http://goodliffe.blogspot.com/2011/07/c-declaring-pointer-to-template-method.html
Expand Down
Loading

0 comments on commit fe6bcd0

Please sign in to comment.