google-research / evoflow

Apache License 2.0
32 stars 10 forks source link

Run populations in parallele #48

Open ebursztein opened 4 years ago

ebursztein commented 4 years ago

In engine/ops/ we do iterate through population sequentially. This is a prime target to make it parallel in case the users has multiples populations. Unsure how that would play with batching distribution. Might create unnecessary contention.

depend on #43