Add an article on derivatives

Change-Id: I4d3efbc38dc068035f30ff808dfdc7970408a010
This commit is contained in:
Sameer Agarwal
2016-11-29 19:45:53 -08:00
parent 62a70bc74c
commit 9ba2d46d37
6 changed files with 1011 additions and 1 deletions
+4
View File
@@ -94,6 +94,10 @@ Bibliography
Part II: Implementation and Experiments**, Management Science,
20(5), 863-874, 1974.
.. [Press] W. H. Press, S. A. Teukolsky, W. T. Vetterling
& B. P. Flannery, **Numerical Recipes**, Cambridge University
Press, 2007.
.. [Ridders] C. J. F. Ridders, **Accurate computation of F'(x) and
F'(x) F"(x)**, Advances in Engineering Software 4(2), 75-76, 1978.
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

+1
View File
@@ -23,6 +23,7 @@ reports and feature requests.
installation
tutorial
derivatives
guide
features
faqs
+1 -1
View File
@@ -141,7 +141,7 @@ setting :member:`Solver::Options::trust_region_strategy_type`.
Levenberg-Marquardt
-------------------
The Levenberg-Marquardt algorithm [Levenberg]_ [Marquardt]_ is the
The Levenberg-Marquardt algorithm [Levenberg]_ [Marquardt]_ is the
most popular algorithm for solving non-linear least squares problems.
It was also the first trust region algorithm to be developed
[Levenberg]_ [Marquardt]_. Ceres implements an exact step [Madsen]_