From 1874d8dc3668f58982171ca61da9bef38f6dcadb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Fri, 21 Jan 2022 10:43:32 +0100 Subject: [PATCH] adapted to new parameter name --- yaml/solver.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yaml/solver.yaml b/yaml/solver.yaml index 1f1e1a6..e1bb823 100644 --- a/yaml/solver.yaml +++ b/yaml/solver.yaml @@ -3,11 +3,11 @@ max_num_iterations: 20 verbose: 0 period: 0.0 n_threads: 2 -update_immediately: false +interrupt_on_problem_change: false min_num_iterations: 5 #if update immediately compute_cov: false -cov_enum: 3 -cov_period: 1 +cov_enum: 3 # if compute_cov +cov_period: 1 # if compute_cov function_tolerance: 1e-8 gradient_tolerance: 1e-9 use_nonmonotonic_steps: false \ No newline at end of file -- GitLab