2023-01-10发表2023-01-16更新库 / 优化库24 分钟读完 (大约3645个字)Ceres 优化库 官方文档: http://ceres-solver.org/ 官方仓库: https://github.com/ceres-solver/ceres-solver Ceres Solver 是一个用于求解大型复杂优化问题的C++开源库, 主要用于如下两类优化问题的求解: 带边界约束的非线性最小二乘问题 通用的无约束优化问题 德国数学家高斯(Carl Fredrich Gauss, 1777 – 1855)基于22次观测数据, 使用最小二乘法正确地预测了谷神星(Ceres)的轨迹, 因此谷歌用Ceres来命名该优化库. https://www.actuaries.digital/2021/03/31/gauss-least-squares-and-the-missing-planet/ https://doi.org/10.1214/aos/1176345451阅读更多