Centralize thread count suggestion

This commit is contained in:
2018-04-14 00:28:50 -07:00
parent 854ad5a1a3
commit 1d901ccc01
2 changed files with 15 additions and 1 deletions

View File

@ -89,6 +89,8 @@ namespace BitEvolver
std::shared_ptr<Chromosome> BreedChild();
std::shared_ptr<Chromosome> PickChromosomeForBreeding();
//
int GetThreadCountSuggestion();
};
};