You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: autofit/config/general.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
updates:
2
2
iterations_per_quick_update: 1e99# Non-linear search iterations between every quick update, which just displays the maximum likelihood model fit.
3
-
iterations_per_full_update: 1e99# Non-linear search iterations between every full update, which outputs all visuals and result fits (e.g. model.result, search.summary), this exits the search and can be slow.
3
+
iterations_per_full_update: 1e99# Non-linear search iterations between every full update, which outputs all visuals and result fits (e.g. model.result, search.summary), this exits the search and can be slow.
4
+
quick_update_background: false # If True, quick-update visualization runs on a background thread so sampling is not blocked.
4
5
hpc:
5
6
hpc_mode: false # If True, use HPC mode, which disables GUI visualization, logging to screen and other settings which are not suited to running on a super computer.
6
7
iterations_per_quick_update: 1e99# Non-linear search iterations between every quick update, which just displays the maximum likelihood model fit.
0 commit comments