Gauss-Newton Optimization

Solvers

GaussianMarkovRandomFields.GNCholeskySolverBlueprintType
GNCholeskySolverBlueprint(perm)

Specification of a linear solver for Gauss-Newton systems based on the Cholesky decomposition. perm is a node reordering (permutation) to minimize fill-in. If such a reordering is available from previous computations, it can be reused here to avoid unnecessary computational overhead. If perm is not passed, it will be computed during the Cholesky decomposition.

source

Line search strategies

Stopping criteria