Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimerzp committed Jul 2, 2024
1 parent 131d096 commit a78661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tuning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function tune_hyperparameters(

# Tuning
xs = adapt(Array, state.x[:])
window = Int(sampler.nadapt / 10)
window = Int(sampler.nadapt / 100)
pbar = Progress(sampler.nadapt; desc="Tuning: ")
for i = 1:sampler.nadapt
_, state = Step(rng, sampler, state; adaptive = sampler.tune_eps, kwargs...)
Expand Down

0 comments on commit a78661a

Please sign in to comment.