techoe / ceres-solver

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

jacobi scaling can mangle the jacbian matrix #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In rare cases where the column norm of the jacobian matrix is tiny, the logic 
for estimating the scaling matrix used for jacobi scaling is broken and can 
corrupt the matrix so that the solver returns bad solutions.

Original issue reported on code.google.com by sameerag...@google.com on 17 Aug 2012 at 3:59

GoogleCodeExporter commented 9 years ago
https://ceres-solver-review.googlesource.com/#/c/1752/ hopefully fixes this.

Original comment by sameerag...@google.com on 4 Sep 2012 at 7:07