Skip to content

Commit 563f0c1

Browse files
committed
Convert urls to links
1 parent 0443542 commit 563f0c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `tinyopt` library is a minimalist, header-only c++ software component design
77

88
At its core, tinyopt leverages the robust Levenberg-Marquardt algorithm, a well-established iterative technique, to navigate the complex landscape of non-linear optimization. This algorithm, renowned for its ability to strike a balance between the steepest descent and Gauss-Newton methods, ensures reliable convergence even in the presence of challenging problem characteristics.
99

10-
Furthermore, to facilitate the computation of derivatives, a crucial aspect of optimization, `tinyopt` seamlessly integrates the automatic differentiation capabilities provided by [Ceres'Jet](https://github.com/ceres-solver/ceres-solver). This integration empowers users to effortlessly compute accurate gradients and Hessians, thereby streamlining the optimization process and enhancing the overall precision of the solutions obtained.
10+
Furthermore, to facilitate the computation of derivatives, a crucial aspect of optimization, `tinyopt` seamlessly integrates the automatic differentiation capabilities provided by [Ceres Jet](https://github.com/ceres-solver/ceres-solver). This integration empowers users to effortlessly compute accurate gradients, thereby streamlining the optimization process and enhancing the overall precision of the solutions obtained.
1111

1212
# Installation
1313

@@ -24,12 +24,12 @@ Files will be copied to `/usr/include`.
2424

2525
## Minimal Project
2626

27-
We provide a minimal standalone cmake project and example in https://github.com/julien-michot/tinyopt-example
27+
We provide a minimal standalone cmake project and example in [tinyopt-example](https://github.com/julien-michot/tinyopt-example)
2828
Have a look, it's good stuff!
2929

3030
## Documentation
3131

32-
You see browse through the documentation here https://tinyopt.readthedocs.io/en/latest.
32+
You see browse through the documentation on [ReadTheDocs](https://tinyopt.readthedocs.io/en/latest).
3333

3434
Otherwise, here are a few ways to call `tinyopt`.
3535

0 commit comments

Comments
 (0)