simulation : model sel fix forgottent batch name

This commit is contained in:
Louis Lacoste 2024-06-25 12:09:49 +02:00
parent f2e44922dd
commit f2d2cacf5c

View file

@ -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(