medhini/Genetic-Algorithm-Fuzzy-K-Modes

chromosomes[i] = best_parent

Opened this issue · 0 comments

chromosomes[i] = best_parent

Shouldn't it be chromosomes[worst_child_pos] = best_parent
We have chosen the worst child and replacing it with the best parent.