Skip to content

Commit

Permalink
Add logging for hyperparameters in run_and_extract function
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis committed Dec 18, 2024
1 parent 90f673c commit b3740dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DDDC2023/run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ end
Runs the experiment and returns the economic summary.
"""
function run_and_extract(hyperparameters::DDDCHyperParameters; stop_on_convergence = true)
println("Running single simulation with hyperparameters: $hyperparameters")
economic_summary(run(hyperparameters; stop_on_convergence = stop_on_convergence))
end

0 comments on commit b3740dd

Please sign in to comment.