Open ajbc opened 9 years ago
when max iteration < default min iteration, default min should be lowered to equal max
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
when max iteration < default min iteration, default min should be lowered to equal max