mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
A number of bug fixes.
1. Fix a build breakage in graph_test. 2. Respect Solver::Options::min_num_linear_solver_iterations in conjugate_gradients_solver.cc Thanks to Johannes Schönberger for reporting these. Change-Id: Ib32e3929bf5d92dd576ae5b53d4d88797095136e
This commit is contained in:
@@ -120,7 +120,7 @@ class CERES_EXPORT Solver {
|
||||
num_linear_solver_threads = 1;
|
||||
use_postordering = false;
|
||||
dynamic_sparsity = false;
|
||||
min_linear_solver_iterations = 1;
|
||||
min_linear_solver_iterations = 0;
|
||||
max_linear_solver_iterations = 500;
|
||||
eta = 1e-1;
|
||||
jacobi_scaling = true;
|
||||
|
||||
Reference in New Issue
Block a user