Skip to content

Commit 7fd7295

Browse files
Jammy2211Jammy2211
authored andcommitted
add updates to test config
1 parent df0f16f commit 7fd7295

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

test_autogalaxy/config/general.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ inversion:
1212
no_regularization_add_to_curvature_diag_value: 1.0e-8 # The default value added to the curvature matrix's diagonal when regularization is not applied to a linear object, which prevents inversion's failing due to the matrix being singular.
1313
positive_only_uses_p_initial: false # If True, the positive-only solver of an inversion's uses an initial guess of the reconstructed data's values as which values should be positive, speeding up the solver.
1414
use_border_relocator: false # If True, by default a pixelization's border is used to relocate all pixels outside its border to the border.
15+
updates:
16+
iterations_per_quick_update: 1e99 # Non-linear search iterations between every quick update, which just displays the maximum likelihood model fit.
17+
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.
1518
hpc:
16-
hpc_mode: false
17-
iterations_per_full_update: 5000
19+
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.
20+
iterations_per_quick_update: 1e99 # Non-linear search iterations between every quick update, which just displays the maximum likelihood model fit.
21+
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.
1822
adapt:
1923
adapt_minimum_percent: 0.01
2024
adapt_noise_limit: 100000000.0

0 commit comments

Comments
 (0)