I am using the caret package with the nnet method in a classification problem, and i would like to know what is the stop criterion used in nnet to stop the training to avoid over fitting.
I have done some research and i found that in the RSNNS package there is no stop criterion implemented, but it is considered for future work, see it here: https://www.jstatsoft.org/index.php/jss/article/view/v046i07/v46i07.pdf
But for the nnet package i didn't find any information about the stop criterion used or if it does use one. So, my question is. What is the stop criterion used in nnet package?
Thanks!!!