Skip to content

Add MAX_ITER to termination condition

Kostas FILIPPOPOLITIS requested to merge dev_logreg_maxiter into master

Created by: jassak

Adds an iteration counter to main loop and terminates if counter exceeds MAX_ITER=20.

Merge request reports