Nikronic / K-MCI

This is an implementation of K-MCI algorithm in python.
Apache License 2.0
4 stars 0 forks source link

Selecting random between mutated candidate and original candidate. #12

Closed Nikronic closed 6 years ago

Nikronic commented 6 years ago

In the mutation process, instead of using candidate with 'better fitness', we choose randomly between mutated candidate and original one.

hamed-faraji commented 6 years ago

yes, it is true. if we didn't, all candidates would be just like each other. so we will not have any choice if it happens.