Nikronic / K-MCI

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

Fitness function implementation not matched with paper #20

Open Nikronic opened 6 years ago

Nikronic commented 6 years ago

The fitness function mentioned in paper is MSE. but in the implementation, it is different.

check sum_of_squares function.