PyOCL / OpenCLGA

A Python Library for Genetic Algorithm on OpenCL
MIT License
119 stars 34 forks source link

controller no response while we use small population #36

Open john-hu opened 7 years ago

john-hu commented 7 years ago

It looks like the reducer cannot handle a lot of data... The possible solutions may be 1. move data cloning, aggregation, comparison to another thread, 2. use a time interval for batch data processing.

kilikkuo commented 7 years ago

Would other viewers be affected also ?

john-hu commented 7 years ago

Currently, UI doesn't support viewer mode. I am 100% sure that all viewers are affected if we have viewer mode.