diff --git a/src/DDDC2023/run.jl b/src/DDDC2023/run.jl index 9f5551f9..a6e65a6e 100644 --- a/src/DDDC2023/run.jl +++ b/src/DDDC2023/run.jl @@ -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