Skip to content

Commit

Permalink
Start with the right score
Browse files Browse the repository at this point in the history
  • Loading branch information
mschauer authored Jan 12, 2024
1 parent d5054fb commit fe504f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sampler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function causalzigzag(n, G = (DiGraph(n), 0); balance = metropolis_balance, prio
τ = 0.0
secs = 0.0
emax = n*κ÷2
scorevalue = 0.0
scorevalue = score_dag(SimpleDiGraph(n), score)
@showprogress for iter in 1:iterations
τ = 0.0
total_old = total
Expand Down

0 comments on commit fe504f5

Please sign in to comment.