gtsam  4.0.0
gtsam
ISAM2

Implementation of the full ISAM2 algorithm for incremental nonlinear optimization. More...

Implementation of the full ISAM2 algorithm for incremental nonlinear optimization.

This struct is returned from ISAM2::update() and contains information about the update that is useful for determining whether the solution is converging, and about how much work was required for the update.

Parameters for the ISAM2 algorithm.

Parameters for ISAM2 using Dogleg optimization.

Parameters for ISAM2 using Gauss-Newton optimization.

The typical cycle of using this class to create an instance by providing ISAM2Params to the constructor, then add measurements and variables as they arrive using the update() method. At any time, calculateEstimate() may be called to obtain the current estimate of all variables.

Either this class or ISAM2DoglegParams should be specified as the optimizationParams in ISAM2Params, which should in turn be passed to ISAM2(const ISAM2Params&).

Either this class or ISAM2GaussNewtonParams should be specified as the optimizationParams in ISAM2Params, which should in turn be passed to ISAM2(const ISAM2Params&).

Default parameter values are listed below.

See member variables for details and information about each entry.