From 3c1204c39dda931cc86ad5ecd170096247958c65 Mon Sep 17 00:00:00 2001 From: Adrien Le Guillou Date: Thu, 8 Feb 2024 15:44:36 +0100 Subject: [PATCH] revert --- R/proposal.R | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/R/proposal.R b/R/proposal.R index 774147b..98b16a8 100644 --- a/R/proposal.R +++ b/R/proposal.R @@ -32,10 +32,7 @@ mutate_default_proposal <- function(calib_object, default_proposal) { make_proposals <- function(calib_object, results) { current_jobs <- get_current_jobs(calib_object, not_done_only = TRUE) if (get_current_iteration(calib_object) == 1) { - proposals <- lapply( - current_jobs, - function(job) sample(job$initial_proposals) - ) + proposals <- lapply(current_jobs, function(job) job$initial_proposals) } else { proposals <- future.apply::future_lapply( current_jobs,