see-insight / see-segment

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

Fix search if there is no good solution #35

Closed colbrydi closed 3 years ago

colbrydi commented 3 years ago

Currently the top solution gets 50% of the next generation. We need a quick if statement to check if the best is above a threshold. If it is then randomly select the entire next generation.

colbrydi commented 3 years ago

Patch included. Needs testing.

colbrydi commented 3 years ago

Patch seems to be working well.