Skip to content
Snippets Groups Projects
Commit 551e1409 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

tune solver to run at frame rate

parent 5d776545
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ max_num_iterations: 20 ...@@ -5,7 +5,7 @@ max_num_iterations: 20
function_tolerance: 1e-7 function_tolerance: 1e-7
gradient_tolerance: 1e-9 gradient_tolerance: 1e-9
use_nonmonotonic_steps: false use_nonmonotonic_steps: false
period: 0.2 period: 0.05
n_threads: 8 n_threads: 4
compute_cov: false compute_cov: false
verbose: 0 verbose: 0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment