PyOCL / OpenCLGA

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

Elitism by interval #42

Closed kilikkuo closed 7 years ago

kilikkuo commented 7 years ago

1) Set default elitism top to 1 to reduce the network loading and the possibility of local best solution. 2) Trigger an elitism exchange mechanism by a time interval to reduce the network loading.