Skip to content
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

Feature request: multi threading in node #140

Open
Mcilie opened this issue Aug 14, 2018 · 2 comments
Open

Feature request: multi threading in node #140

Mcilie opened this issue Aug 14, 2018 · 2 comments

Comments

@Mcilie
Copy link

Mcilie commented Aug 14, 2018

for more complex AI's and now that node.js is slowly starting to support multi-threading and parallel processing, is there any plan in the future for neataptic to parallelize and use these features to speed up training?

@jmbartho
Copy link

Multi-threading is supported for evolve(). Mine's running on 16 threads right now.

Not sure about training.

@ghost
Copy link

ghost commented Aug 26, 2018

You may want to run your AI in a swarm, which means to run several instances of your AI in parallel and average their result to get a better prediction rate. Usually a swarm of 8 gives much better results and you already use 8 cores that way ..

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