Skip to content

ceres-solver/ceres-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

46b4b3b · Feb 19, 2025
Feb 18, 2025
Sep 29, 2024
Feb 19, 2025
Feb 27, 2022
Jun 24, 2013
Feb 18, 2025
Sep 29, 2024
Feb 17, 2025
Feb 19, 2025
Oct 13, 2023
Jul 18, 2024
Sep 21, 2020
Aug 8, 2022
Jul 18, 2024
Feb 17, 2025
Jul 18, 2024
Oct 13, 2023
Feb 18, 2025
Jul 10, 2018
Sep 21, 2023
Sep 9, 2024
Mar 14, 2022
Jul 18, 2024
Aug 24, 2024

Repository files navigation

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.