Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion config/output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,6 @@ latent_results: true # Whether to output the `latent.results` file.

# Other Files:

search_log: true # `search.log`: logging produced whilst running the fit method
search_log: true # `search.log`: logging produced whilst running the fit method

model_graph: false # `model.graph`: graphical-model factor graph summary. Only meaningful for graphical models (autofit.graphical); empty for ordinary PriorModel/Collection fits, so disabled by default.
Loading