Skip to content

Commit

Permalink
Merge pull request #45 from bbsBayes/update-model-running-defaults
Browse files Browse the repository at this point in the history
adjusting defaults for adapt_delta and max_treeedepth to match cmdsta…
  • Loading branch information
AdamCSmithCWS authored Jul 28, 2023
2 parents f91cf7d + 90f729a commit 0648cc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/run-model.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ run_model <- function(model_data,
parallel_chains = 4,
iter_warmup = 1000,
iter_sampling = 1000,
adapt_delta = 0.95,
max_treedepth = 14,
adapt_delta = 0.8,
max_treedepth = 10,
k = NULL,
output_basename = NULL,
output_dir = ".",
Expand Down
4 changes: 2 additions & 2 deletions man/run_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0648cc8

Please sign in to comment.