Maximum iterations in solve() method using max_iter parameter
See original GitHub issueHi @fwitte,
Is max_iter statically fixed at 50 and any value above 50 in nw.solve(max_iter=num) ignored if num > 50?
Regards, Govind
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Set Optimization Options - MATLAB & Simulink - MathWorks
You can specify optimization parameters using an options structure that you create using the optimset ... MaxIter. The maximum number of iterations allowed....
Read more >What does the "maxiters" solver option do? - Julia Discourse
I've gotten the associated error for parameter estimation using the Optim optimizer: ┌ Warning: Interrupted. Larger maxiters is needed.
Read more >simplex maximum iteration limit - IBM
API Parameter Name Name prior to V12.6.0
C CPXPARAM_Simplex_Limits_Iterations CPX_PARAM_ITLIM
C++ IloCplex::Param::Simplex::Limits::Iterations ItLim (long)
Java IloCplex.Param.Simplex.Limits.Iterations ItLim (long)
Read more >scipy.optimize.show_options — SciPy v0.13.0 Reference Guide
Print status to stdout on every iteration. maxiter : int, optional. Maximum number of iterations to make. If more are needed to meet...
Read more >statsmodels.discrete.discrete_model.Logit.fit
The maximum number of iterations to perform. Set to True to have all available output in the Results object's mle_retvals attribute. The output...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@govind-menon110: I will close this for the time being, if you still need help please feel free to comment or open a discussion 😃
Well, my guess is that there are some specifications regarding design/offdesign parameters, that do not work well/as intended. The algorithm should really be able to find the solution within less than 10 to 20 iterations. Good luck on finding the issue 😃.