More About Derivatives
Last updated
Last updated
Computing derivatives is by far the most complicated part of using Ceres, and depending on the circumstance the user may need more sophisticated ways of computing derivatives. This section just scratches the surface of how derivatives can be supplied to Ceres. Once you are comfortable with using NumericDiffCostFunction
and AutoDiffCostFunction
we recommend taking a look at DynamicAutoDiffCostFunction
, CostFunctionToFunctor
, NumericDiffFunctor
and ConditionedCostFunction
for more advanced ways of constructing and computing cost functions.