Commit Graph

3814 Commits (784e9f575571ed5acd95df21e24fa332e3935e38)

Author SHA1 Message Date
Richard Roberts 784e9f5755 Added overall timing scripts for batch and incremental (ISAM2) solving 2012-09-28 17:48:49 +00:00
Chris Beall f6ef1e1d9d added Cheirality exception as in ProjectionFactor 2012-09-27 19:06:30 +00:00
Richard Roberts c323f41e8f Fixed silently ignoring robust noise model when calling whiten on one - now throws exception. Also added function to whiten only the rhs vector in robust noise models. 2012-09-25 18:45:28 +00:00
Yong-Dian Jian e3aaeedbf2 update the optimize interface 2012-09-24 21:05:37 +00:00
Alex Cunningham 6284312a5c Added unit test for Fast* containers, added generic interface to convert from containers to KeySet 2012-09-24 19:42:41 +00:00
Alex Cunningham df2a6bfdee Added reporting functions for counting number of cached shortcuts/separatorMarginals in BayesTree 2012-09-21 20:57:30 +00:00
Alex Cunningham 0e60b8cc4d Added access functions for cachedSeparatorMarginals 2012-09-21 20:02:26 +00:00
Alex Cunningham 1985758d35 Updated interfaces and wrapped LinearContainerFactor 2012-09-21 14:19:57 +00:00
Alex Cunningham 0ef12f2f20 Moved in reference frame factor from MastSLAM 2012-09-19 02:23:43 +00:00
Andrew Melim a2474ef354 Starting to add support for STL containers in wrap 2012-09-18 18:36:42 +00:00
Alex Cunningham c6f7fa8fb7 Check that P is non-empty before drawing covariance ellipses 2012-09-18 17:48:20 +00:00
Alex Cunningham f272a07e29 Moved DummyFactor to gtsam_unstable from MastSLAM - allows for adding sufficient connectivity for solvers to operate 2012-09-18 17:48:18 +00:00
Frank Dellaert 7fcd06bb4f BayesTree::marginalFactor now calls Clique::marginal2, which in turn calles the new function Clique::separatorMarginal. This calculates marginals with a much simpler recursion, using the parent separator marginal. This could be faster than the shortcut way, especially if separator sizes are small and the root clique is large. The cached marginals have to be discarded when the bayes tree is updated, but this is no different from shortcuts to the root. 2012-09-17 14:03:54 +00:00
Frank Dellaert 1f0cc0aaa4 2-variable joint marginals computed with shortcuts are buggy: they only work if the cliques are disjoint or one of them is the root. They now throw an exception if that is the case. 2012-09-17 03:31:24 +00:00
Alex Cunningham 970efd9e29 Fixed missing include of boost.range, fixed signed/unsigned comparison warning 2012-09-17 01:26:08 +00:00
Frank Dellaert 75b96d9ed2 Removed old indices code 2012-09-17 00:50:15 +00:00
Frank Dellaert cdf45105c2 Fixed shortcuts after adding several more problematic testcases 2012-09-17 00:29:03 +00:00
Frank Dellaert 34a9000134 forceOrder flag respects order of constrained variables passed to conditionalBayesNet 2012-09-17 00:28:27 +00:00
Frank Dellaert bd8f9d0006 Went back to eliminate all in conditional because of singularities :-(, added use of forceOrder flag 2012-09-17 00:26:07 +00:00
Frank Dellaert db8264aaae forceOrder flag respects order of constrained variables passed to ccolamd 2012-09-17 00:24:49 +00:00
Frank Dellaert 33b772fc21 Accept list in constructor 2012-09-17 00:23:56 +00:00
Frank Dellaert 54afba0bbc Accept list in constructor 2012-09-17 00:23:42 +00:00
Frank Dellaert d9b639ab97 added newlines 2012-09-17 00:22:06 +00:00
Frank Dellaert dcce64ea3a Check in old shortcut way 2012-09-16 18:08:47 +00:00
Frank Dellaert aeb43bc8fc Used technique described in http://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html to turn off excessive warnings generated by boost lambda headers 2012-09-16 18:07:50 +00:00
Frank Dellaert 439b724011 test new solver functions 2012-09-16 17:54:59 +00:00
Frank Dellaert 89cd600165 avoid warnings 2012-09-16 17:54:43 +00:00
Frank Dellaert 538714fb69 avoid lambda.hpp warnings 2012-09-16 17:52:49 +00:00
Frank Dellaert 338ea6e920 conditionalBayesNet and an internal eliminate - developed for making shortcuts 2012-09-16 17:52:14 +00:00
Frank Dellaert db57f1872a jointBayesNet function avoids conversion to factorgraph (which was converted back to a BayesNet in shortcut calculation) 2012-09-16 16:06:28 +00:00
Frank Dellaert 3f194bebff Used technique described in http://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html to turn off excessive warnings generated by boost BFS header 2012-09-16 16:04:28 +00:00
Frank Dellaert de66a5cd4a Added unit test targets 2012-09-16 14:35:59 +00:00
Frank Dellaert 1bbbd0ee4a Cleaned up unit test *mess* 2012-09-16 14:34:19 +00:00
Frank Dellaert dfbb02570b Fixed confusing template naming 2012-09-16 13:40:31 +00:00
Frank Dellaert 16c8cfb1cf Better set calculations 2012-09-16 13:28:50 +00:00
Frank Dellaert 9094fe2744 Fully functioning, non-buggy separator shortcuts. Still not as tight as they can be.... 2012-09-16 04:37:59 +00:00
Frank Dellaert 44c66cb0cb moved stuff to cpp file 2012-09-16 04:37:04 +00:00
Frank Dellaert 896d006ddf return all keys (slow) 2012-09-16 04:36:35 +00:00
Frank Dellaert e26ab012de custom clique checks Combine and DiscreteBayesTree construction (testing 32000 configurations :-)) 2012-09-15 13:21:43 +00:00
Frank Dellaert 1df761d9a0 Small formatting 2012-09-15 11:49:42 +00:00
Frank Dellaert 4be00da291 evaluate operator 2012-09-15 11:48:59 +00:00
Frank Dellaert 8b6c1a0b9d evaluate (interesting that this is not even defined in BayesNet, should move there?) 2012-09-15 11:48:21 +00:00
Frank Dellaert b819b7c446 implemented Combine to we can create a BayesTree from a DiscreteBayesNet 2012-09-15 11:11:57 +00:00
Frank Dellaert b95210a5f0 Plot Bayes tree within matlab ! (dot -> png -> imread -> imshow). 2012-09-15 03:05:22 +00:00
Frank Dellaert 107d293ed7 Removed debug printing 2012-09-15 02:56:19 +00:00
Frank Dellaert ea6655beba Fixed thin tree indexing, and conditionals 2012-09-15 02:54:42 +00:00
Frank Dellaert a9cae46b10 Plot Bayes net within matlab ! (dot -> png -> imread -> imshow). 2012-09-15 02:53:54 +00:00
Frank Dellaert 60da4cb2f9 Reversed saving of nodes 2012-09-15 02:53:06 +00:00
jdurand7 8d85d679cd Debugged the thinTree. Now works with tree indexing starting at 1 at the root. TODO : make it work with index 0 on a leaf. 2012-09-14 23:46:21 +00:00
jdurand7 0357559827 Files and test files for the thinTree. To be debugged. 2012-09-14 22:14:37 +00:00