Hello,
the GaussNewtonOptimizer can terminate for reasons other than convergence, for example an error increase from one iteration to the next.
Is it possible to obtain the reason for optimizer termination after optimize() returns?
Not seeing it in the GaussNewtonOptimizer or NonlinearOptimizer classes but perhaps I'm missing something.
Thanks!