Skip to content

Commit

Permalink
Merge pull request #108 from jeremiahpslewis/jpsl/hu
Browse files Browse the repository at this point in the history
Add logging for hyperparameters in run_and_extract function
  • Loading branch information
jeremiahpslewis authored Dec 18, 2024
2 parents 74ddfd4 + b3740dd commit cb06568
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 cb06568

Please sign in to comment.