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
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
jax:
2
-
use_jax: false # If True, PyAutoFit uses JAX internally, whereas False uses normal Numpy.
3
1
updates:
4
2
iterations_per_quick_update: 1e99# Non-linear search iterations between every quick update, which just displays the maximum likelihood model fit.
5
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.
0 commit comments