Nikronic / K-MCI

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

convergence parameter not specified in the article. #9

Open Nikronic opened 6 years ago

Nikronic commented 6 years ago

There is a parameter called CONVERGENCE PARAMETER which is used to detect saturation on algorithm to prevent further calculations. For more information check equation 4 to 6. If we did not found the value, we should add it to problem of article in readme.md file.

hamed-faraji commented 6 years ago

I think it can be anything. But we must check for it.

Nikronic commented 6 years ago

If you check the equations, it is important, because too small value makes it too long to converge and big value makes it to converge to not optimum solution.