Skip to content

Commit

Permalink
increase elbo_evaluations
Browse files Browse the repository at this point in the history
  • Loading branch information
saracoco committed Dec 18, 2024
1 parent dbd8385 commit af0f516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fit_h.R
Original file line number Diff line number Diff line change
Expand Up @@ -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'))

Expand Down

0 comments on commit af0f516

Please sign in to comment.