ceres-solver/ceres-solver
A large scale non-linear optimization library observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4622
- days_rel: n/a
- days_push: 14
- n_releases_24m: 0
Adoption not part of the score
4547 stars · 1137 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Ceres Solver is an open-source C++ library for modeling and solving large-scale non-linear optimization problems, including bounded non-linear least squares and general unconstrained optimization. It is a mature, performant library used in production at Google since 2010, featuring automatic differentiation, robust loss functions, manifold support, and multiple trust-region solvers.
Use cases
- solve large non-linear least squares problems
- perform bundle adjustment for structure from motion
- fit curves with robust loss functions to handle outliers
- optimize parameters on manifolds like rotation matrices
- solve general unconstrained optimization problems
- use automatic differentiation instead of hand-coded derivatives
When to choose
- you need a mature, production-tested C++ optimization library
- you are doing bundle adjustment or SLAM-style vision problems
- you want automatic, numeric, or analytic derivatives in any combination
- you need sparse solvers for very large problems
When to avoid
- you need linear programming or constrained optimization beyond simple bounds
- you want a pure Python or high-level scripting solution
- your problem is small and a simpler solver suffices
- you cannot use C++17 or manage CMake/Eigen dependencies
Facets
library · maturity stable
math machine-learning computer-vision computer-vision mathematics robotics cpp windows cross-platform nonlinear-least-squares bundle-adjustment trust-region levenberg-marquardt automatic-differentiation optimization algorithms linux macos android
5 sources
- readme: https://github.com/ceres-solver/ceres-solver · fetched 2026-08-28 · 5ac8d21abfdd
- homepage: http://ceres-solver.org/ · fetched 2026-08-29 · a999a8278373
- site_page: http://ceres-solver.org/features.html · fetched 2026-08-29 · 88e71ac527a0
- site_page: http://ceres-solver.org/installation.html · fetched 2026-08-29 · 0dd139fccf6e
- site_page: http://ceres-solver.org/faqs.html · fetched 2026-08-29 · a13d0cb75c6c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ceres-solver/ceres-solver | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="ceres-solver/ceres-solver")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem