YASim: revert max solver iterations back to 10000
This commit is contained in:
parent
59c059ddb6
commit
3bac8b93f2
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ private:
|
|||
// How close to the solution are we trying get?
|
||||
// Trying too hard can result in oscillations (no convergence).
|
||||
float _solverThreshold {1};
|
||||
int _solverMaxIterations {4000};
|
||||
int _solverMaxIterations {10000};
|
||||
Model _model;
|
||||
ControlMap _controlMap;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue