A Nonlinear Least Squares Minimizer

Clone this repo:
  1. 084b3e3 Apply deterministic parameter block reordering by Johannes Schönberger · 6 weeks ago master
  2. a2bab5a Fix ODR violations by Sergiu Deitsch · 5 months ago
  3. de96ed5 Eliminate benchmark deprecation warnings by Sergiu Deitsch · 5 weeks ago
  4. 18887f1 Drop removed macos-13 runner by Sergiu Deitsch · 5 weeks ago
  5. 0c70ed3 Document DumpLinearLeastSquaresProblem by brettmichaelgreen · 4 months 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.