Commit Graph

24 Commits (f7865c80b16b7bcaa53d220e3d8a849917197c38)

Author SHA1 Message Date
Nick Barrash f7865c80b1 added comment groupings to inference 2012-01-23 19:54:45 +00:00
Richard Roberts 7a79edca4b Fixed bug in BayesTree/iSAM2 clone 2012-01-15 20:31:21 +00:00
Richard Roberts f3de9e425f (in branch) first pass at Dogleg in ISAM2, bug(s) remaining 2011-12-15 00:08:57 +00:00
Richard Roberts 8d5facb09e (in branch) make check passes after refactoring and code changes for including -inl.h files from .h files 2011-12-12 23:19:31 +00:00
Richard Roberts 3b139cbae2 (in branch) Merged from trunk r7960-r8057 2011-12-12 16:03:52 +00:00
Richard Roberts fd5b040385 (in branch) in progress refactoring for incremental dogleg 2011-12-05 02:28:09 +00:00
Richard Roberts 7a95ccbd86 (in branch) In progress refactoring to store gradient for dogleg 2011-11-29 16:49:12 +00:00
Richard Roberts e6a43d6330 (in branch) Dogleg in ISAM2 in progress 2011-11-12 21:19:46 +00:00
Richard Roberts 53dfa5dbb9 Merging Dogleg into trunk 2011-11-05 21:29:02 +00:00
Alex Cunningham 3b5c6e8cef Removed old Testable base class 2011-10-20 02:11:28 +00:00
Richard Roberts 5a4ef39d0c Added doxygen group 2011-10-12 07:47:08 +00:00
Richard Roberts 54bb271e41 Made typedef public 2011-08-18 15:10:49 +00:00
Richard Roberts 19014eb60e Restored some functions to make ISAM2 compile 2011-07-04 12:08:30 +00:00
Alex Cunningham fa4faa274a Merge branch 'prep_0.9.3' 2011-06-13 16:55:31 +00:00
Alex Cunningham c4d9208eeb Added serialization for most linear/inference structures, simulated2D - serialization, except for example domains, should be complete 2011-06-04 16:52:54 +00:00
Frank Dellaert 5c193422af Major change, elimination functions are now passed an "Eliminate function", so you can select at run-time which factorization method is used (symbolic, QR, etc...). 2011-03-24 19:27:12 +00:00
Richard Roberts d99d047a77 Renamed typedef name Factor to FactorType 2011-03-01 16:42:57 +00:00
Richard Roberts 7212d65d8c Updated BayesNet documentation. 2011-02-15 17:45:07 +00:00
Alex Cunningham d8f05f78ff Added marginal function to GaussianISAM, renamed and added comments to bayes tree 2011-02-11 22:08:07 +00:00
Alex Cunningham e4cda1b360 Added accessor for NonlinearISAM, comments and whitespace 2011-01-29 00:53:15 +00:00
Richard Roberts d87ffe7ece Bug fix and unit test HessianFactor::CombineAndEliminate when keys are not sorted 2011-01-26 22:53:14 +00:00
Richard Roberts 8f9542b67d Re-implemented eliminated factor caching needed for ISAM2 (need to move this to the ISAM2 class though, see ticket) 2011-01-25 22:30:59 +00:00
Chris Beall 2b9193e12a Removed cached factors from BayesTree - these were a hack from making iSAM2 work and were causing a lot of memory to be accumulated for big problems 2010-11-02 21:37:48 +00:00
Richard Roberts 2c90e3d836 Moved the subdirectories that compile into libgtsam.la into a 'gtsam' subdirectory. Hopefully a good fix for the problem we had trying to make a gtsam distribution, that the source directory may not be called 'gtsam'. 2010-10-25 20:10:33 +00:00