mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Version history update.
Change-Id: I477ec05a78ca4cd735a525253c9b6adfa3bddea7
This commit is contained in:
@@ -11,15 +11,20 @@ Backward Incompatible API Changes
|
|||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
#. Added ``Problem::Evaluate``. Now you can evaluate a problem or any
|
#. Added ``Problem::Evaluate``. Now you can evaluate a problem or any
|
||||||
part of it without calling the solver. In light of this,
|
part of it without calling the solver.
|
||||||
``Solver::Options::return_initial_residuals``,
|
|
||||||
``Solver::Options::return_initial_gradient``,
|
In light of this the following settings have been deprecated and
|
||||||
``Solver::Options::return_initial_jacobian``,
|
|
||||||
``Solver::Options::return_final_residuals``,
|
|
||||||
``Solver::Options::return_final_gradient`` and
|
|
||||||
``Solver::Options::return_final_jacobian`` have been deprecated and
|
|
||||||
removed from the API.
|
removed from the API.
|
||||||
|
|
||||||
|
- ``Solver::Options::return_initial_residuals``
|
||||||
|
- ``Solver::Options::return_initial_gradient``
|
||||||
|
- ``Solver::Options::return_initial_jacobian``
|
||||||
|
- ``Solver::Options::return_final_residuals``
|
||||||
|
- ``Solver::Options::return_final_gradient``
|
||||||
|
- ``Solver::Options::return_final_jacobian``
|
||||||
|
|
||||||
|
Instead we recommend using something like this.
|
||||||
|
|
||||||
.. code-block:: c++
|
.. code-block:: c++
|
||||||
|
|
||||||
Problem problem;
|
Problem problem;
|
||||||
@@ -99,6 +104,11 @@ New Features
|
|||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
#. Fix ``No previous prototype`` warnings. (Sergey Sharybin)
|
||||||
|
|
||||||
|
#. MinGW build fixes. (Sergey Sharybin)
|
||||||
|
|
||||||
|
#. Lots of minor code and lint fixes reported by William Rucklidge.
|
||||||
|
|
||||||
#. Fixed a bug in ``solver_impl.cc`` residual evaluation. (Markus
|
#. Fixed a bug in ``solver_impl.cc`` residual evaluation. (Markus
|
||||||
Moll)
|
Moll)
|
||||||
|
|||||||
Reference in New Issue
Block a user