glmfit inside parfor (Iteration limit reached)
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Marzi
am 30 Okt. 2015
Bearbeitet: Luca Martello
am 27 Nov. 2016
I am running the glmfit inside the parfor loop. I have got the following error, however, when I run it inside for loop, I do not get any error. Is there any inconsistency between parfor and glmfit? I should make it parallel in order to save time.
Warning: Iteration limit reached. > In glmfit at 368 In parallel_function>make_general_channel/channel_general at 914 In remoteParallelFunction at 38
0 Kommentare
Akzeptierte Antwort
Tushar Sinha
am 3 Nov. 2015
Hi Marzi,
Iteration limit for "glmfit" is set to 100. This is a limitation and you cannot change this value unless you edit the function and change it manually. I work at Mathworks and I have forwarded this to the appropriate product team for consideration.
Meanwhile, you can look at the following MATLAB Answers link which talks about resolving a similar issue by modifying the code for "glmfit":
I hope this helps resolve the issue.
Thanks,
Tushar
Weitere Antworten (1)
Luca Martello
am 27 Nov. 2016
Bearbeitet: Luca Martello
am 27 Nov. 2016
Did you manage to solve this problem? I am gettin the same Warning and I don't know how to get out of it!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!