From e6ca6d8e636b9ff63b78a4c4723c05574077a31a Mon Sep 17 00:00:00 2001
From: Joan Sola <jsola@iri.upc.edu>
Date: Sat, 16 Apr 2022 00:10:15 +0200
Subject: [PATCH] increase solver rate

---
 yaml/solver.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yaml/solver.yaml b/yaml/solver.yaml
index 6a0071f..cb1353c 100644
--- a/yaml/solver.yaml
+++ b/yaml/solver.yaml
@@ -5,7 +5,7 @@ max_num_iterations: 20
 function_tolerance: 1e-7
 gradient_tolerance: 1e-9
 use_nonmonotonic_steps: false
-period: 5                     
+period: 0.2                     
 n_threads: 8
 compute_cov: false
 verbose: 0
\ No newline at end of file
-- 
GitLab