Skip to content

Commit

Permalink
Submit k = 3 and s = 9 PCA-AGHQ to HPC #34
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed Apr 27, 2023
1 parent 8696e17 commit 8505103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make/hpc_aghq.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#' Running AGHQ with k = 3 and a sparse grid
#' Running AGHQ with k = 3 and s = 9

repo <- "elgm-inf"
report <- "naomi-simple_fit"
path_bundles <- "bundles"
param <- list(aghq = TRUE, k = 3, ndConstruction = "sparse")
param <- list(aghq = TRUE, k = 3, s = 9, grid_type = "pca", sample = TRUE)
# param <- list(aghq = TRUE) #' For testing

#' A1.
Expand Down Expand Up @@ -45,7 +45,7 @@ config <- didehpc::didehpc_config(

#' aghq, naomi from Github
src <- conan::conan_sources(
packages = c("github::awstringer1/aghq", "github::mrc-ide/naomi")
packages = c("github::athowes/aghq@adam-dev", "github::mrc-ide/naomi")
)

ctx <- context::context_save(
Expand Down

0 comments on commit 8505103

Please sign in to comment.