From af0f516488df0936a29b5b17435723fb0295cfcd Mon Sep 17 00:00:00 2001 From: saracoco Date: Wed, 18 Dec 2024 18:25:47 +0100 Subject: [PATCH] increase elbo_evaluations --- R/fit_h.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/fit_h.R b/R/fit_h.R index 4b03767..dd658b6 100755 --- a/R/fit_h.R +++ b/R/fit_h.R @@ -18,7 +18,7 @@ #' #' @return results_and_data = list(data = input_data_list, results = results, output_files_list = output_files_list) #' @export -fit_h = function(x, max_attempts=2, INIT=TRUE, tolerance = 0.0001, possible_k = c("2:1", "2:2", "2:0"), alpha = .05, min_mutations_number = 2, n_components = 0, initial_iter=200, grad_samples=10, elbo_samples=10) +fit_h = function(x, max_attempts=2, INIT=TRUE, tolerance = 0.0001, possible_k = c("2:1", "2:2", "2:0"), alpha = .05, min_mutations_number = 2, n_components = 0, initial_iter=200, grad_samples=10, elbo_samples=200) { # stopifnot(inherits(x, 'cnaqc'))