Correct formula in documentation of Solver::Options::function_tolerance.

Change-Id: I5cfb9d58bd2ea12e9be46fb9d9e5a37466b0a7cb
This commit is contained in:
Alessandro Gentilini
2014-07-13 13:32:31 +02:00
committed by Alessandro Gentilini
parent 0bbb48a941
commit c1485df515
+1 -1
View File
@@ -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