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

complex solutions #2

Closed
gkucmierz opened this issue Apr 7, 2015 · 2 comments
Closed

complex solutions #2

gkucmierz opened this issue Apr 7, 2015 · 2 comments

Comments

@gkucmierz
Copy link

Correct me if I am wrong.
This library looks very nice, but its useless for more complex problems.
It is impossible to use in seed, fitness or any oter functions complex calculations that needs to call external functions from another library. References are not working, because code is stringified first to make possible passing it to webworker.
This library require to be rewrited I think.

@gkucmierz
Copy link
Author

Ok, I found another promising library: https://github.com/dolphin278/genetic

@subprotocol
Copy link
Owner

yeah, that is the downside of web workers. What you can do is separately load the library inside the webworker context and get access that way, but the objects that move around do need to be string-ified.

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