ajbc / spf

Social Poisson Factorization
Other
26 stars 10 forks source link

min and max iterations #6

Open ajbc opened 9 years ago

ajbc commented 9 years ago

when max iteration < default min iteration, default min should be lowered to equal max

ajbc commented 9 years ago

actually, the real problem here is when converge freq (how often we check for convergence) > max iter, then we don't stop when we should (at the max iter). Min iter behaves properly