nasa / bingo

Apache License 2.0
47 stars 28 forks source link

Fixed island wasted re-evaluation for redundant=True Evaluation #68

Open nolanstr opened 1 year ago

nolanstr commented 1 year ago

When redundant=True in Evaluation, get_best_indivdiual leads to an additional evaluation of the parent population. Including this fix removes this issue. I checked this with crowding and it works, I have not checked other evolutionary algorithms but I believe it should work.