simulation : model sel fix forgottent batch name
This commit is contained in:
parent
f2e44922dd
commit
f2d2cacf5c
1 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,8 @@ plan("multicore", workers = parallelly::availableCores(omit = 1L))
|
|||
nr <- 90
|
||||
nc <- 90
|
||||
|
||||
batch_name <- "default"
|
||||
|
||||
# Changing parameters
|
||||
epsilons_pi <- seq(from = 0.0, to = 0.28, by = 0.035)
|
||||
epsilons_rho <- seq(from = 0.0, to = 0.28, by = 0.035)
|
||||
|
|
@ -72,7 +74,7 @@ if (!dir.exists(temp_dir)) {
|
|||
|
||||
file_save <- file.path(main_dir, paste0(
|
||||
"model_selection", start_time, "_",
|
||||
batch_name, "_rep_", repetitions, ".Rds"
|
||||
batch_name, "_rep_", rep, ".Rds"
|
||||
))
|
||||
|
||||
message(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue