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

Batch evaluation #29

Open
virl opened this issue Jan 31, 2017 · 1 comment
Open

Batch evaluation #29

virl opened this issue Jan 31, 2017 · 1 comment

Comments

@virl
Copy link

virl commented Jan 31, 2017

When using this framework with external evaluation code (that uses network or scripts written in another languages), it is crucial and very important to have ability to evaluate candidates in batches.

One of the examples of such need is when you're calling external script that have large "heating up" time (due to library loading, etc) that is larger than useful evaluation work that it does.

Another example is when your generational population data stored in network database and worker processes that evolve it are residing on different computers — so it's too expensive (time-wise) to transfer same populace-bound data for evolution of each candidate.

@virl
Copy link
Author

virl commented Feb 1, 2017

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

1 participant