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
Original issue reported on code.google.com by
jeremy.s...@gmail.com
on 27 Aug 2012 at 8:17