A Nonlinear Least Squares Minimizer

Clone this repo:
  1. 0cea191 Move stream-ordered memory allocations by Dmitriy Korchemkin · 13 hours ago master
  2. 8e3b7d8 Fix a copy-pasta error by Sameer Agarwal · 12 hours ago
  3. dc0bb85 Various cleanups to the documentation by Sameer Agarwal · 13 hours ago
  4. 4588b0f Add an example for EvaluationCallback by Sameer Agarwal · 2 days ago
  5. 0fc3fd4 Add documentation for examples by Sameer Agarwal · 2 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.