--
You received this message because you are subscribed to the Google Groups "Ceres Solver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceres-solver...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CAB_M7uWz8av2vtwDe28dcDgaj6Hzn3SoSFvRnZZnmB%2BQVEpyng%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CABqdRUC8U36v9JxDppaixEoMfnpJMLrnn9GzkrE68H9u6ySRQw%40mail.gmail.com.
In my program I launch tens of small optimizations every few seconds. Every optimization corresponds to a possible solution, so if one fails during optimization, the lazy approximation was to skip it, since there is probably another good solution.Indeed it is a user error, in some ill situations, all observations are discarded and that was causing the error. I replaced my try/catch block with and if{}/else{throw } and now I get the desired effect.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CAB_M7uWy6kwc8JXrp5f6OHj%2BScYwJn1NQ%2B1FFrr%3D%2BWjbuSiQ7A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CABqdRUDyWXm3ZMRZ1FBY%3D3unEb2fgJUig%2BL4hFuEhePJ%2BtbRpQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CAB_M7uWHmMYUYucgay541txuyhg25d39X%2Bn2oby7pvu2AF5adQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/5679782318084823851%40gmail297201516.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CAB_M7uVvkFAddkBSxF5mw%2BmH9%2B2XQtoN9WVY2heQfMxW805Ujg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CABqdRUDO80vuRVvHdcMo1MvQtfmExU%3DfuudehiNgEnmAKtG-Dg%40mail.gmail.com.
On Tuesday, January 14, 2014 4:03:37 AM, Luis-Jorge Romeo <luis.jor...@gmail.com> wrote:
My fail, was executing the stable 1.8 version. The termination status for latest git version:
termination_type = CONVERGENCE
message = "Terminating: Function tolerance reached. No non-constant parameter blocks found."
Is that correct?
Jorge
2014/1/14 Sameer Agarwal <sameeragarwal@google.com>
That termination message does not sound right. Since the DID_NOT_RUN enum does not exist anymore in the latest git version.Sameer
On Tue, Jan 14, 2014 at 12:01 AM, Luis-Jorge Romeo <luis.jorge.romeo@gmail.com> wrote:
Hi,
I've tried the latest git version and now I don't get a crash. Now with 0-sized problem, solver terminates with:
termination_type = DID_NOT_RUN
error = "Problem contains no parameter blocks."
2014/1/11 Sameer Agarwal <sandwichmaker@gmail.com>
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/CAB_M7uUrbAZhaozK5gQ5JNnaDFmd_Tn1_Ru-hN8x53-%3Dt%2Bj8tg%40mail.gmail.com.