see-insight / see-segment

Simple Evolutionary Exploration - Image Segmentation
MIT License
6 stars 21 forks source link

Verify Population generation is not redundant. #19

Open colbrydi opened 4 years ago

colbrydi commented 4 years ago

While I am writing the paper draft I realized that lines 313-321 of the GeneticSearch.py may produce redundant results. I think we may be evaluating the same individuals repeatedly and wasting 10% of our compute time. This code needs reviewing to ensure only new algorithms are used (at least compared to the previous iteration) and we still store the best so far in the hall of fame variable (HOF).