--
You received this message because you are subscribed to the Google Groups "gtsam users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gtsam-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/gtsam-users/f9594ff7-f206-4b98-a90f-778ef5e1250fn%40googlegroups.com.
Indeed, update only does one iteration, amortizing the cost over successive calls to update.
About batch being slower: this depends on so many things: try Metis ordering, make sure convergence criteria are same, use TBB for parallel solving (especially if using metis).
Best
FD
To view this discussion visit https://groups.google.com/d/msgid/gtsam-users/CAOJdUvSWw%2B%2ByO5k_aStaVO2a_BnU9GZ9pTEvQyWB%3DbrbpYo3hw%40mail.gmail.com.
Hello,
I'm encountering a similar issue regarding the observed differences in solution quality between gtsam::ISAM2 and gtsam::NonlinearFactorGraph (batch optimization) for my navigation problem.
Davide, have you found any solutions or further insights into why the iSAM2 results appear noisier and have larger errors compared to the batch solution, even after adjusting parameters like relinearizeThreshold?
Any advice or experiences from the group on how to achieve closer agreement between iSAM2's incremental solution and the batch-optimized result would be greatly appreciated.
Thank you!