From 5dc3c86b384b4319102b9a8f654840ff88d946ed Mon Sep 17 00:00:00 2001 From: saracoco Date: Wed, 18 Dec 2024 18:27:49 +0100 Subject: [PATCH] increase elbo_evaluations --- man/fit_h.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/fit_h.Rd b/man/fit_h.Rd index 8632462..97dda71 100644 --- a/man/fit_h.Rd +++ b/man/fit_h.Rd @@ -8,13 +8,13 @@ fit_h( x, max_attempts = 2, INIT = TRUE, - tolerance = 0.01, + tolerance = 1e-04, possible_k = c("2:1", "2:2", "2:0"), alpha = 0.05, min_mutations_number = 2, n_components = 0, initial_iter = 200, - grad_samples = 200, + grad_samples = 10, elbo_samples = 200 ) }