mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Improve Summary::FullReport when line search is used.
Disable reporting of preconditioner when direct factorization is being used. Change-Id: Id264d2292c5cab608724a6a8fab5d588db950468
This commit is contained in:
@@ -716,6 +716,8 @@ class Solver {
|
||||
|
||||
LineSearchDirectionType line_search_direction_type;
|
||||
LineSearchType line_search_type;
|
||||
LineSearchInterpolationType line_search_interpolation_type;
|
||||
NonlinearConjugateGradient nonlinear_conjugate_gradient_type;
|
||||
|
||||
int max_lbfgs_rank;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user