Ross ROSS = Recommend OSS · open-source software intelligence for agents

ceres-solver/ceres-solver

A large scale non-linear optimization library observed · 2026-08-28

github.com/ceres-solver/ceres-solver · homepage · C++ · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
ceres-solver/ceres-solvermain76

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