Commit Graph

15973 Commits (df96d100948fbd481e45d834f23b7c7fec0f0dcc)

Author SHA1 Message Date
Frank Dellaert b928006b7d Fix comments for inner. 2022-12-30 23:29:24 -05:00
Frank Dellaert d0821a57de
Merge pull request #1358 from borglab/hybrid/gaussian-mixture-factor 2022-12-30 23:28:36 -05:00
Frank Dellaert cec26d16ea Check marginals in addition to ratios for non-uniform mode prior 2022-12-30 15:20:10 -05:00
Frank Dellaert b798f3ebb5 Fix regression test 2022-12-30 15:19:46 -05:00
Frank Dellaert b83cd0ca86 Make a virtual error method 2022-12-30 15:16:13 -05:00
Frank Dellaert 96b6895a60 Ratios now work out! 2022-12-30 13:59:59 -05:00
Frank Dellaert bcf8a9ddfd Fix tests once more 2022-12-30 13:59:48 -05:00
Frank Dellaert 3a8220c264 Fixed error calculation 2022-12-30 13:59:20 -05:00
Frank Dellaert 395ffad979 Fixed likelihood 2022-12-30 13:59:08 -05:00
Frank Dellaert ff51f4221e normalization constant 2022-12-30 13:58:54 -05:00
Frank Dellaert f22ada6c0a Added importance sampling 2022-12-30 13:16:12 -05:00
Frank Dellaert 23eec0bc6a factor_graph_from_bayes_net 2022-12-30 13:16:01 -05:00
Frank Dellaert 078e6b0b62 Fixed wrapper 2022-12-30 13:10:29 -05:00
Frank Dellaert beda6878aa Fixed tests 2022-12-30 13:10:29 -05:00
Frank Dellaert 9cf3e5c26a Switch to using HybridValues 2022-12-30 13:10:29 -05:00
Frank Dellaert b972be0b8f Change from pair to small struct 2022-12-30 13:10:29 -05:00
Varun Agrawal 38a6154c55 update test 2022-12-30 20:33:50 +05:30
Varun Agrawal f0cd78f2c9
Merge pull request #1343 from borglab/hybrid/model-selection 2022-12-30 10:03:03 -05:00
Varun Agrawal 22c758221d make GaussianMixtureFactor store the normalizing constant as well 2022-12-30 19:28:42 +05:30
Varun Agrawal 6f8a23fe34 minor fixes 2022-12-30 17:32:31 +05:30
Varun Agrawal 1beeef840b Merge branch 'develop' into hybrid/model-selection 2022-12-30 17:09:26 +05:30
Varun Agrawal 16da553496
Merge pull request #1357 from borglab/hybrid/store_constant 2022-12-30 06:34:06 -05:00
Varun Agrawal 10079f6341 comment out problematic code until we figure it out 2022-12-30 14:51:04 +05:30
Varun Agrawal 9b92d153fc improve tests 2022-12-30 14:34:11 +05:30
Varun Agrawal 5ea63be8c5 fixes based on previous PR 2022-12-30 14:23:40 +05:30
Varun Agrawal 3ab91b27d5 Merge branch 'develop' into hybrid/model-selection 2022-12-30 13:49:32 +05:30
Varun Agrawal 6466b03b5c
Merge pull request #1319 from borglab/hybrid/tests 2022-12-30 03:17:52 -05:00
Varun Agrawal 28f349c57d minor fixes 2022-12-30 10:47:06 +05:30
Varun Agrawal ef83628efe Merge branch 'hybrid/tests' into hybrid/model-selection 2022-12-30 10:17:15 +05:30
Varun Agrawal cf46c36862 Merge branch 'develop' into hybrid/tests 2022-12-30 10:13:30 +05:30
Varun Agrawal 90c2f2e29f
Merge pull request #1356 from borglab/hybrid/elimination 2022-12-29 22:44:17 -05:00
Frank Dellaert 33b073c795 Comment out printing and asserts 2022-12-29 22:39:08 -05:00
Varun Agrawal 04ba19337c
Merge pull request #1355 from borglab/hybridvalues-order 2022-12-29 22:09:53 -05:00
Frank Dellaert 9787bba22e Add forwarding constructors and document better. 2022-12-29 18:05:47 -05:00
Frank Dellaert 6b2a8a9323 Show that ratio is different for different modes. 2022-12-29 16:41:31 -05:00
Frank Dellaert 391d6fb70a allow update 2022-12-29 16:41:08 -05:00
Varun Agrawal a34d09d094 fix wrapper 2022-12-30 00:45:09 +05:30
Varun Agrawal 691dc98762
Merge pull request #1354 from borglab/wrap/preintegrated-ahrs 2022-12-29 14:13:58 -05:00
Frank Dellaert a4659f01c7 Add error and probPrime variants 2022-12-29 14:13:35 -05:00
Frank Dellaert 2d688a1986 Added tests to convert Hybrid BN to corresponding "likelihood" FG 2022-12-29 13:55:06 -05:00
Frank Dellaert d4ee6997f7 Remove FromConditionals 2022-12-29 13:54:44 -05:00
Varun Agrawal 69bb4db42d HybridValues: continuous then discrete 2022-12-29 23:59:34 +05:30
Frank Dellaert 7ba5392525 likelihood method (as well as continuousParents) 2022-12-29 13:28:20 -05:00
Frank Dellaert 611f61c7f4 proto code for likelihood 2022-12-29 13:21:20 -05:00
Frank Dellaert 364417e4aa Fixed equals and print 2022-12-29 13:21:06 -05:00
Frank Dellaert 1e87a81d01 Made method const 2022-12-29 13:12:03 -05:00
Frank Dellaert e42805eba3 Get rid of (redundant and undocumented) FromFactors named constructor. 2022-12-29 12:22:56 -05:00
Frank Dellaert 7d58207dae Renamed add to emplace, add is for shared pointers 2022-12-29 11:55:19 -05:00
Frank Dellaert a6b90023f3 Added zero parents FromMeanAndStddev 2022-12-29 11:54:59 -05:00
Varun Agrawal 1659c418e1 PreintegratedAhrsMeasurements wrapped constructors 2022-12-29 21:31:46 +05:30