librec icon indicating copy to clipboard operation
librec copied to clipboard

Question about isConverge implmentation

Open hdi-amiri opened this issue 8 years ago • 0 comments

I was wondering why isConverged function is not based on RMSE of training set, instead it is based on value of objective function. with this isConverged function, I guess it is almost impossible for algorithm to converge.

for example this implementation is using rmse of training set as stopping condition.

I wanted to know does librec have this capability of such convergence functions? What is the reason behind that you guys took another approach for isConverged function?

hdi-amiri avatar May 27 '17 22:05 hdi-amiri