Commit Graph

18560 Commits (9e676b215e8879086660402a8405530e73909a82)

Author SHA1 Message Date
Frank Dellaert d4d95e2342 scale product and sum so we don't get all 0s 2025-01-28 17:22:44 -05:00
Varun Agrawal c8bafab430 add scale() method in DiscreteFactor 2025-01-28 17:22:21 -05:00
Varun Agrawal d57994d279 kill expNormalize since it isn't used anywhere 2025-01-28 17:22:21 -05:00
Frank Dellaert 1daca1946d
Merge pull request #2006 from borglab/feature/k_best_fg
Search for k-best in factor graph
2025-01-28 17:06:08 -05:00
Varun Agrawal 65ef061c02 specify dead mode removal threshold 2025-01-28 16:22:49 -05:00
Varun Agrawal 2138113d05 switch between TableFactor and DecisionTreeFactor 2025-01-28 16:22:23 -05:00
Varun Agrawal 3f05d203d3 scale product and sum so we don't get all 0s 2025-01-28 16:21:51 -05:00
Varun Agrawal aa9d775e27 add scale() method in DiscreteFactor 2025-01-28 16:21:26 -05:00
Varun Agrawal 9cc9f0ecf6 kill expNormalize since it isn't used anywhere 2025-01-28 16:11:32 -05:00
Varun Agrawal 1918becdf4 human-friendly time printing 2025-01-28 16:10:54 -05:00
Varun Agrawal d11d367582 simplify and add smoother_update_times 2025-01-28 16:10:20 -05:00
Frank Dellaert 5e5a67d853 Test search with long chain 2025-01-28 15:58:33 -05:00
Frank Dellaert 615196e415 Avoid some copy/paste 2025-01-28 15:58:15 -05:00
Frank Dellaert 19773153bc Wrapper 2025-01-28 15:57:56 -05:00
Frank Dellaert 1afb089143 Better and more consistent documentation. 2025-01-28 14:50:39 -05:00
Frank Dellaert 8c7e75bb25 Review comments 2025-01-28 14:50:11 -05:00
Frank Dellaert 3f6ae48dfb
Merge pull request #2005 from borglab/feature/k-best
Search for K-best solutions
2025-01-28 14:09:14 -05:00
Varun Agrawal 4ba3df1f56
Merge pull request #2007 from jmackay2/may_be_uninitialized 2025-01-28 11:11:27 -05:00
Varun Agrawal c492c5ff22 major script improvements 2025-01-28 04:18:19 -05:00
Varun Agrawal bee756e9bf time dead mode removal 2025-01-28 02:47:49 -05:00
Frank Dellaert 9e98b805d6 Reversed slots so we start from zero 2025-01-28 00:17:45 -05:00
Frank Dellaert b8f265d69f Use brace init 2025-01-27 23:50:08 -05:00
Frank Dellaert 460a9a958e Fix compilation issue 2025-01-27 23:41:35 -05:00
Frank Dellaert af07409c10 Fix some CI issues 2025-01-27 23:35:31 -05:00
Varun Agrawal cbf8bc2f7c update to add loop closures 2025-01-27 23:17:52 -05:00
jmackay2 e6f0fdce44 fix hybrid uninitialized warning 2025-01-27 21:23:09 -05:00
Varun Agrawal 1cb4599180 check for nullptr 2025-01-27 19:27:39 -05:00
Frank Dellaert 8d6b6055fe Loop over all variants 2025-01-27 19:09:06 -05:00
Frank Dellaert 0bc566f692 Working etree and jtree versions 2025-01-27 19:09:06 -05:00
Frank Dellaert c4870cc840 Fix heuristic 2025-01-27 19:09:06 -05:00
Frank Dellaert 9800e110aa Build etree and jtree 2025-01-27 19:09:06 -05:00
Frank Dellaert d8ed60aead Refactor to slots 2025-01-27 19:09:06 -05:00
Frank Dellaert 35e7acbf16 Print factors 2025-01-27 19:07:11 -05:00
Varun Agrawal 471efb1f1a add timing for hybrid pruning 2025-01-27 18:42:43 -05:00
Varun Agrawal 292e749756 function for hybrid odometry factor 2025-01-27 16:35:50 -05:00
Frank Dellaert 41fdeb6c04 Export 2025-01-27 14:51:16 -05:00
Frank Dellaert 16131fe8c9 Remove spurious typedef 2025-01-27 14:02:40 -05:00
Frank Dellaert cf44418269 Get rid of extra ; 2025-01-27 13:31:24 -05:00
Frank Dellaert 2da5d764f1 Pre-compute asia things 2025-01-27 10:09:40 -05:00
Frank Dellaert d53b48cf80 Don't use c99 feature :-/ 2025-01-27 09:38:57 -05:00
Frank Dellaert 1594a25045 Fix assert issue 2025-01-27 00:52:07 -05:00
Frank Dellaert 908e4dcd77 Check MPE 2025-01-27 00:51:55 -05:00
Frank Dellaert 9dcb52b697 Made queue a class 2025-01-27 00:37:17 -05:00
Frank Dellaert cee7769595 Moved data structures to cpp 2025-01-27 00:32:03 -05:00
Frank Dellaert f174a38eed Made run const, take K 2025-01-27 00:26:35 -05:00
Frank Dellaert b10ea06626 Clean up, MPE tests 2025-01-27 00:07:22 -05:00
Frank Dellaert 70089a0fd4 Move to cpp file 2025-01-26 23:34:30 -05:00
Frank Dellaert 14eeaf93db Works for Bayes trees now as well 2025-01-26 23:24:09 -05:00
Frank Dellaert 54f493358d BayesTree WIP 2025-01-26 22:48:40 -05:00
Frank Dellaert 455554c803 DiscreteSearch 2025-01-26 22:39:10 -05:00