A Nonlinear Least Squares Minimizer

Clone this repo:
  1. c29b525 Fix the Bazel build by Sameer Agarwal · 7 weeks ago master
  2. 3db40b8 Use std::string_view in EventLogger by Sameer Agarwal · 8 weeks ago
  3. 01a06ef Add an EventLogger to TrustRegionPreprocessor by Sameer Agarwal · 9 weeks ago
  4. a0dc19e Fix Abseil usage of installed cmake-config by Reinhold Gschweicher · 2 months ago
  5. 8c740b8 ClangTidy fixes by Sameer Agarwal · 9 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.