OpenCLGA
OpenCLGA copied to clipboard
A Python Library for Genetic Algorithm on OpenCL
We use main-thread to handle all messages from websocket. It would be nice to handle the data at batch. Because the message from web worker may be too fast that...
We'd like to have a 2nd optimization algorithm to strengthen the ability of this module.
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...
kilik had found a way to define preprocessor definition at python, see #9 . ```python size = 100 clProg = cl.Program(ctx, fstr).build(options="-D GLOBAL_SIZE={0}".format(size)) ``` Currently, we use code generation to...
As a user, I would like to have multiple web console to see the results. Only one can be the controller and others are viewer.
As a user, I would like to terminate the calculation if one the following cases: - the best solution keeps the same after Nth generations - the maximum time that...
Hello, This is an interesting project. Some questions: 1) How PyOpenCL compatible with NVidia Card ? 2) Is the objective function "converted/implemented" on the GPU side (evaluation is done on...
As a user, I would like to know if this project is robust enough...
- [ ] python unit test - [ ] opencl unit test as a contributor, I would like to run the test cases before contributing my code to repo for...
We should evaluate py2opencl and help it to be compatible with python 3