A Nonlinear Least Squares Minimizer

Clone this repo:
  1. 487ce37 Allow system/local Abseil master by Reinhold Gschweicher · 6 days ago master
  2. 6aa7df9 Reduce the minimum required version of Abseil by Sameer Agarwal · 6 days ago
  3. ea4400c Update reference from Project Tango to ARCore by Ian Muldoon · 10 days ago
  4. ecae3de Fix a declaration order problem in sparse_cholesky_test.cc by Sameer Agarwal · 3 weeks ago
  5. 8964e52 ClangTidy fixes by Sameer Agarwal · 3 weeks 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.