A nonlinear optimizer that uses the Levenberg-Marquardt trust-region scheme. More...
#include <gtsam/nonlinear/LevenbergMarquardtOptimizer.h>
#include <gtsam/nonlinear/internal/LevenbergMarquardtState.h>
#include <gtsam/nonlinear/NonlinearFactorGraph.h>
#include <gtsam/nonlinear/Values.h>
#include <gtsam/linear/GaussianFactorGraph.h>
#include <gtsam/linear/linearExceptions.h>
#include <gtsam/inference/Ordering.h>
#include <gtsam/base/Vector.h>
#include <cmath>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <limits>
#include <string>
Go to the source code of this file.
Namespaces | |
gtsam | |
traits | |
A nonlinear optimizer that uses the Levenberg-Marquardt trust-region scheme.
Definition in file LevenbergMarquardtOptimizer.cpp.