techoe / ceres-solver

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

Clearly define what the iteration callback iteration status success/fail means for non-monotonic steps #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now this is not clearly defined.

Use case: User wants to make their own "parameter tolerance" decision based on 
the change between two successful iterations. Right now, in non-monotonic mode, 
if a non-monotonic step is taken, then there the iteration callback may be 
called twice with the same parameters (and both having "successful" iterations).

Original issue reported on code.google.com by mie...@gmail.com on 19 Sep 2012 at 11:54

GoogleCodeExporter commented 9 years ago
This is fixed now:

https://ceres-solver-review.googlesource.com/#/c/1920/

Original comment by k...@google.com on 25 Sep 2012 at 9:43