Skip to content

Commit

Permalink
Add set_simulation_fun in lfmcmc vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
apulsipher committed Oct 17, 2024
1 parent c512812 commit 4c26e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/likelihood-free-mcmc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ kernfun <- function() {
par0 <- c(.5, .5)
# TODO: make these work
lfmcmc_model <- LFMCMC()
# set_simulation_fun(simfun) |>
lfmcmc_model <- LFMCMC() |>
set_simulation_fun(simfun)
# set_summary_fun(sumfun) |>
# set_proposal_fun(propfun) |>
# set_kernel_fun(kernfun) |>
Expand Down

0 comments on commit 4c26e7b

Please sign in to comment.