A Nonlinear Least Squares Minimizer

Clone this repo:
  1. 46b4b3b Do not discard caller's CMAKE_MODULE_PATH by Sergiu Deitsch · 4 weeks ago master
  2. af39e3b Use standard CMake package configuration mechanism to report failures by Sergiu Deitsch · 4 weeks ago
  3. ded29e4 Do not custom format TBB version by Sergiu Deitsch · 4 weeks ago
  4. 7d196b4 Emit deprecation warning on unscoped import target usage by Sergiu Deitsch · 4 weeks ago
  5. ca4da54 Use LINK_LIBRARY generator expression only for static absl by Sergiu Deitsch · 4 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.