Commit Graph

17966 Commits (b5128b2c9fcf31d04e4760c3c4178d8449ad44c9)

Author SHA1 Message Date
Varun Agrawal b5128b2c9f use DecisionTreeFactor version of sum and max where not available 2025-01-05 19:40:37 -05:00
Varun Agrawal 5e9c1300db Merge branch 'discrete-multiply' into discrete-elimination-refactor 2025-01-05 18:22:01 -05:00
Varun Agrawal 713c49c915 more robust product 2025-01-05 15:20:09 -05:00
Varun Agrawal bc63cc8cb8 use double dispatch for else case 2025-01-05 15:19:57 -05:00
Varun Agrawal 8390ffa2cb revert previous commit 2025-01-05 15:19:16 -05:00
Varun Agrawal a7fc6e3763 convert everything to DecisionTreeFactor so we can use override operator* method 2025-01-05 15:08:58 -05:00
Varun Agrawal 13bafb0a48 Revert "simplify to remove DiscreteProduct static function"
This reverts commit 453059bd61.
2025-01-05 14:28:57 -05:00
Varun Agrawal a02baec011 naive implementation of multiply for unstable 2025-01-05 14:23:34 -05:00
Varun Agrawal 453059bd61 simplify to remove DiscreteProduct static function 2025-01-05 14:03:08 -05:00
Varun Agrawal 260d448887 use new multiply method 2025-01-05 13:57:07 -05:00
Varun Agrawal 700ad2bae3 remove override from TableFactor definition 2025-01-05 13:56:54 -05:00
Varun Agrawal 75a4e98715 remove override from definition 2025-01-05 13:49:52 -05:00
Varun Agrawal 5d865a8cc7 multiply method for DiscreteFactor 2025-01-05 13:49:47 -05:00
Varun Agrawal 2f09e860e1 remove override from definition 2025-01-05 13:41:58 -05:00
Varun Agrawal 268290dbf2 multiply method for DiscreteFactor 2025-01-05 13:41:51 -05:00
Varun Agrawal 5fa04d7622 small improvements 2025-01-05 09:08:57 -05:00
Varun Agrawal d3901be1c1 Merge branch 'develop' into discrete-elimination-refactor 2025-01-05 08:51:11 -05:00
Varun Agrawal e9e52ad21f
Merge pull request #1961 from borglab/serialize-tablefactor 2025-01-03 14:42:04 -05:00
Varun Agrawal 3718cb19ed use string based constructor 2025-01-03 13:35:13 -05:00
Varun Agrawal ef2843c5b2 test for TableFactor serialization 2025-01-03 13:14:07 -05:00
Varun Agrawal 5c4194e7cd add serialization code to TableFactor 2025-01-03 13:13:51 -05:00
Varun Agrawal cbcfab4176 serialize functions for Eigen::SparseVector 2025-01-03 13:09:25 -05:00
Varun Agrawal 05d8030af4
Merge pull request #1960 from borglab/table-factor-fixes 2025-01-02 16:43:14 -05:00
Varun Agrawal f9a7eb0937 add fix 2025-01-02 15:33:20 -05:00
Varun Agrawal bd32eb8203 unit test to expose another bug 2025-01-02 15:32:11 -05:00
Varun Agrawal ff93c8be29 use denominators to compute the correct index in ComputeSparseTable 2025-01-02 15:18:22 -05:00
Varun Agrawal 3fca55acc3 add test exposing issue with reverse ordered keys 2025-01-02 15:17:16 -05:00
Varun Agrawal f42ed21137 use faster key storage 2025-01-02 14:35:13 -05:00
Frank Dellaert c2a1242267
Merge pull request #1950 from mcm001/deprecated-copy-redundant-move
Fix deprecated copies and redundant moves
2025-01-02 12:31:03 -05:00
Varun Agrawal 6c516cc404
Merge pull request #1947 from borglab/discrete-improvements 2025-01-02 10:49:11 -05:00
Jose Luis Blanco-Claraco 46f6cf0343
Merge pull request #1946 from Gold856/dont-force-shared-libraries
Add BUILD_SHARED_LIBS as a configurable option
2025-01-02 16:18:13 +01:00
Varun Agrawal ebd523eea4 fix naming 2025-01-01 19:23:12 -05:00
Gold856 7b9b14e03e Fix building with a shared metis 2025-01-01 00:45:04 -05:00
Gold856 cd27b7f2ac Add BUILD_SHARED_LIBS as a configurable option
Update build logic to match and also prevent conflicting options
2025-01-01 00:10:12 -05:00
Varun Agrawal 90d8486224 Merge branch 'develop' into discrete-elimination-refactor 2024-12-30 15:04:16 -05:00
Matt 846c29fa2e Fix deperecated copies and redundant moves 2024-12-29 15:58:32 -08:00
Varun Agrawal 9db9ad7a03
Merge pull request #1949 from mcm001/lingering-if-boosts
Fix lingering boost flags
2024-12-29 15:33:27 -05:00
Matt b7b48ba530 Fix lingering boost flags 2024-12-29 11:07:01 -08:00
Varun Agrawal 795780d647 Merge branch 'develop' into discrete-improvements 2024-12-27 11:29:41 -05:00
Varun Agrawal 39d92cbfc5
Merge pull request #1944 from borglab/boost-flags 2024-12-27 10:41:47 -05:00
Varun Agrawal ae213dd464 replace #ifdef with #if for GTSAM_ENABLE_BOOST_SERIALIZATION 2024-12-26 23:44:00 -05:00
Varun Agrawal 3694f7aeb3 undo change to TableFactor::toDecisionTreeFactor since it is incorrect for certain larger scale cases 2024-12-25 13:27:54 -05:00
Varun Agrawal c2e8867e82 avoid extra conversion step 2024-12-25 13:14:22 -05:00
Varun Agrawal 748db19795 rename normalization to normalizer 2024-12-25 13:13:21 -05:00
Frank Dellaert a2f917aa09
Merge pull request #1934 from truher/team100_frc_factors
projection and SFM for 2d poses
2024-12-25 10:49:18 -05:00
Joel Truher 993ac90e43 fix windows test 2024-12-24 15:27:49 -08:00
Joel Truher 1203f0c702 add newlines 2024-12-24 14:32:44 -08:00
Joel Truher 2827a1e041 fix test names 2024-12-24 14:30:41 -08:00
Joel Truher 69765496c5 fix windows test 2024-12-24 14:27:11 -08:00
Joel Truher 0f8fe15e31 remove "cam coord" idea 2024-12-24 09:06:25 -08:00