-
Notifications
You must be signed in to change notification settings - Fork 33
Home
John Hu edited this page Jun 8, 2017
·
6 revisions
Thank you for interesting in OpenCLGA, we will write more documents to help you to understand how to use it and how to extend it.
- Tutorial - power station example
- OpenCLGA Distributed Mode: This doc is about the design of distributed mode.
- Chromosome Mapping Between Python and OpenCL: We should know it before writing a fitness function.
- States in OpenCLGA: This doc is about the states of a state machine in OpenCLGA.
- Control API for OpenCLGA Controller(UI) and Server: This is the API between the controller and server of distributed mode. If we want to implement our owned UI, we should read it.
- How to Deal with Out of Resource: we will collect and write more information on how we debug or fix the OUT_OF_RESOURCES error.