techoe / ceres-solver

Automatically exported from code.google.com/p/ceres-solver
Other
0 stars 0 forks source link

Typo in documentation ceres-solver-1.3.0-rc1.pdf (max_trust_region_radius -> min_trust_region_radius) #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Within ceres-solver-1.3.0-rc1.pdf on pages 56 and 57:

6. max_trust_region_radius ... The trust region radius is not allowed to grow 
beyond this value.

7. max_trust_region_radius ... The solver terminates, when the trust region 
becomes smaller than this value.

FIX: change max -> min

7. min_trust_region_radius ... The solver terminates, when the trust region 
becomes smaller than this value.

Original issue reported on code.google.com by jeremy.s...@gmail.com on 27 Aug 2012 at 8:17

GoogleCodeExporter commented 9 years ago
Thanks Jeremy.
Fixed in the documentation update patch I have going out in a few minutes.

Original comment by sameerag...@google.com on 27 Aug 2012 at 8:28