Skip to content

Commit 5cf4e5a

Browse files
committed
Indenting and passing down verbose option.
1 parent 5a972e4 commit 5cf4e5a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/optimal_network.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ function optimal_network(param, graph; I0=nothing, Il=nothing, Iu=nothing, verbo
178178
# SIMULATED ANNEALING
179179

180180
if param.gamma > param.beta && param.annealing
181-
results = annealing(param, graph, I0, final_model = model, recover_allocation = recover_allocation, allocation = results)
181+
results = annealing(param, graph, I0, final_model = model,
182+
recover_allocation = recover_allocation,
183+
allocation = results, verbose = verbose)
182184
end
183185

184186
if return_model == 2

0 commit comments

Comments
 (0)