> For the complete documentation index, see [llms.txt](https://ceres-solver-tutorial-cn.gitbook.io/ceres/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ceres-solver-tutorial-cn.gitbook.io/ceres/readme.md).

# Ceres Solver 中文文档

## Ceres Solver

Ceres Solver 是一个开源 C++ 库，用于建模和解决大型、复杂的优化问题。 它可用于解决具有边界约束的非线性最小二乘问题和一般无约束优化问题。 它是一个成熟、功能丰富且高性能的库，自 2010 年以来一直在 Google 的生产中使用。有关更多信息，请参阅后续章节。

### Cite Ceres

如果您使用 Ceres Solver 发表文章，请进行如下引用：

```tex
@software{Agarwal_Ceres_Solver_2022,
  author = {Agarwal, Sameer and Mierle, Keir and The Ceres Solver Team},
  title = {{Ceres Solver}},
  license = {Apache-2.0},
  url = {https://github.com/ceres-solver/ceres-solver},
  version = {2.2},
  year = {2023},
  month = {10}
}
```

{% hint style="success" %}
坤坤（作者）暂时有个小项目跑路了，项目结束就继续更新！
{% endhint %}
