mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Correct formula in documentation of Solver::Options::function_tolerance.
Change-Id: I5cfb9d58bd2ea12e9be46fb9d9e5a37466b0a7cb
This commit is contained in:
committed by
Alessandro Gentilini
parent
0bbb48a941
commit
c1485df515
@@ -1120,7 +1120,7 @@ elimination group [LiSaad]_.
|
||||
|
||||
Solver terminates if
|
||||
|
||||
.. math:: \frac{|\Delta \text{cost}|}{\text{cost} < \text{function_tolerance}}
|
||||
.. math:: \frac{|\Delta \text{cost}|}{\text{cost}} < \text{function_tolerance}
|
||||
|
||||
where, :math:`\Delta \text{cost}` is the change in objective
|
||||
function value (up or down) in the current iteration of
|
||||
|
||||
Reference in New Issue
Block a user