Nikronic / K-MCI

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

Influence each center fitness to algorithm instead of candidate fitness #15

Open hamed-faraji opened 6 years ago

hamed-faraji commented 6 years ago

fitness can be better in some centers & features not at all of them if we influence each center fitness to algorithm instead of candidate fitness,final answer can be optimal

Nikronic commented 6 years ago

Yes it seems right. I think with this changes we get better answer than the article!