PyOCL / OpenCLGA

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

Make statistic information best/worst be able to track more. #38

Closed kilikkuo closed 7 years ago

kilikkuo commented 7 years ago

Should consider it as a list or dictionary, so that we could track the top N best chromosomes, or the bottom M worst chromosomes.