A Nonlinear Least Squares Minimizer

Clone this repo:
  1. 9503130 Delete an unused file memory.h by Sameer Agarwal · 3 days ago master
  2. ebb66e6 ceres::internal::FixedArray -> absl::FixedArray by Sameer Agarwal · 3 days ago
  3. c181b6d ClangTidy fixes part 3 by Sameer Agarwal · 4 days ago
  4. 3c4f012 ClangTidy fixes #2 by Sameer Agarwal · 5 days ago
  5. 0ca2db5 Fix a number of typos by Sameer Agarwal · 5 days ago

Android Linux macOS Windows

Ceres Solver

Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.

  1. Non-linear Least Squares problems with bounds constraints.
  2. General unconstrained optimization problems.

Please see ceres-solver.org for more information.