Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
PTWaade committed May 1, 2024
1 parent 71b3d68 commit f68fbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fitting/fit_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ function fit_model(
inputs::Array,
actions::Array;
fixed_parameters::Dict = Dict(),
sampler::Union{Missing, DynamicPPL.Sampler} = missing,
sampler::Turing.Inference.InferenceAlgorithm = NUTS(-1, 0.65; adtype=AutoReverseDiff(true)),
n_cores::Integer = 1,
n_iterations::Integer = 1000,
n_chains = 2,
Expand Down

0 comments on commit f68fbaf

Please sign in to comment.