Skip to content

Commit

Permalink
iterative system estimation: allow more iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
AllinCottrell committed Jan 28, 2025
1 parent 6796c24 commit a95dc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/sysest.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ augment_y_with_restrictions (gretl_matrix *y, int mk, int nr,
return 0;
}

#define SYS_MAX_ITER 100
#define SYS_MAX_ITER 250
#define SYS_LL_TOL 1.0e-12
#define SYS_BDIFF_TOL 1.0e-9

Expand Down

0 comments on commit a95dc0b

Please sign in to comment.