mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
dcee120bac04911bf01d8365bddca87c74ce2af9
1. Rename SolverTerminationType to TerminationType. 2. Consolidate the enum as a. CONVERGENCE - subsumes FUNCTION_TOLERANCE, PARAMETER_TOLERANCE and GRADIENT_TOLERANCE b. NO_CONVERGENCE c. FAILURE - captures all kinds of failures including DID_NOT_RUN. d. USER_SUCCESS e. USER_FAILURE 3. Solver::Summary::error is renamed to be Solver::Summary::message, to both reduce confusion as well as capture its true meaning. Change-Id: I27a382e66e67f5a4750d0ee914d941f6b53c326d
Ceres Solver - A non-linear least squares minimizer ================================================== Please see docs/html/index.html for a tutorial and reference.
Description
Languages
C++
94.4%
CMake
3.8%
Python
0.8%
C
0.5%
Starlark
0.4%