8000 Make Population.Epoch multithreaded · Issue #38 · peter-ch/MultiNEAT · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Make Population.Epoch multithreaded #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Psy-Kai opened this issue Dec 28, 2017 · 1 comment
Open

Make Population.Epoch multithreaded #38

Psy-Kai opened this issue Dec 28, 2017 · 1 comment

Comments

@Psy-Kai
Copy link
Psy-Kai commented Dec 28, 2017

Is it possible to make the Population.Epoch call mutlithreaded? I played around with this library and found that this call is very slow. Especially the lines

for(unsigned int i=0; i<m_Species.size(); i++)
{
    m_Species[i].Reproduce(*this, m_Parameters, m_RNG);
} 

Is it possible to call Species.Reproduce multithreadded (for every species in the list)?

@peter-ch
Copy link
Owner

Yeah, it can be multithreaded I guess. It just needs to be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0