Commit Graph

15973 Commits (df96d100948fbd481e45d834f23b7c7fec0f0dcc)

Author SHA1 Message Date
Varun Agrawal cae98e1d3e rename eliminate to eliminateFunc 2023-01-02 09:44:43 -05:00
Varun Agrawal 8f5689b762 minor readjustment 2023-01-02 09:44:03 -05:00
Varun Agrawal d3440f8018
Merge pull request #1296 from stefangachter/bugfix/cmake_march_native 2023-01-02 07:41:47 -05:00
Frank Dellaert 064f17b369 Added two-measurement example 2023-01-02 01:05:52 -05:00
Frank Dellaert 4d313fae77 Comment on constant 2023-01-01 18:01:48 -05:00
Fan Jiang 9478672302
Merge pull request #1361 from jrpowers/more_python_exports
Slightly expand Python API
2023-01-01 17:48:21 -05:00
Frank Dellaert 2c7b3a2af0 Refactoring in elimination 2023-01-01 17:44:53 -05:00
Frank Dellaert 665cb29b3f Make testcase exactly 5.0 mean 2023-01-01 17:44:39 -05:00
Frank Dellaert 0095f73130 attempt to fix elimination 2023-01-01 17:02:23 -05:00
Frank Dellaert 3d821ec22b Now test elimination in c++ 2023-01-01 17:02:09 -05:00
Frank Dellaert dbd9fafb76 Fix quality testing 2023-01-01 16:36:46 -05:00
Frank Dellaert 64831300a5 Print estimated marginals and ratios! 2023-01-01 11:48:08 -05:00
Frank Dellaert 7ab4c3e3fb Change to real test 2023-01-01 11:47:24 -05:00
Frank Dellaert 4cb03b303b Fix SumFrontals test 2023-01-01 11:43:52 -05:00
Frank Dellaert b09495376b Fix compile issues after rebase 2023-01-01 11:43:38 -05:00
Frank Dellaert 526da2c892 Add Testable to GraphAndConstant 2023-01-01 11:43:09 -05:00
Frank Dellaert 039c9b91c9 Test SumFrontals 2023-01-01 11:32:56 -05:00
Frank Dellaert fa76d53f16 refactored and documented SumFrontals 2023-01-01 11:32:56 -05:00
Frank Dellaert 92e2a39c26 Added factor and constant and removed factors method 2023-01-01 11:30:49 -05:00
Frank Dellaert b463386514 Made SumFrontals a method to test 2023-01-01 11:30:49 -05:00
Frank Dellaert c8008cbb7c tiny FG 2023-01-01 11:29:34 -05:00
Frank Dellaert 4023e719ad continuousSubset 2023-01-01 11:29:01 -05:00
Frank Dellaert df4fb1304c fix comment 2023-01-01 11:29:01 -05:00
Frank Dellaert 143022c139 Tiny Bayes net example 2023-01-01 11:29:01 -05:00
Frank Dellaert f6f782a088 Add static 2023-01-01 11:29:01 -05:00
Frank Dellaert be8008e4ee Also print mean if no parents 2023-01-01 11:29:01 -05:00
Frank Dellaert b772d677ec refactoring variables for clarity 2023-01-01 11:29:01 -05:00
Frank Dellaert 4d3bbf6ca4 HBN::evaluate 2023-01-01 11:25:33 -05:00
Frank Dellaert dcb07fea8c Test eliminate 2023-01-01 11:25:33 -05:00
Frank Dellaert efd8eb1984 Switch to EliminateDiscrete for max-product 2023-01-01 11:25:33 -05:00
Varun Agrawal a23322350c GraphAndConstant struct for hybrid elimination 2023-01-01 06:37:10 -05:00
Varun Agrawal 2e6f477569 update all tests and mark things that need to be addressed 2023-01-01 06:37:10 -05:00
Jeff Powers f427b0411b Expose GaussianFactorGraph::optimizeDensely and VectorValues::vector(KeyVector) to python 2022-12-31 18:35:11 -06:00
Frank Dellaert 1e9cbebfb0 Merge branch 'develop' into hybrid/elimination 2022-12-31 14:43:25 -05:00
Frank Dellaert 3e86280381
Merge pull request #1359 from borglab/feature/braces
Initializer list and insert/update chaining
2022-12-31 10:12:16 -05:00
Varun Agrawal d0a56da726 add logNormalizingConstant test for GaussianConditional and make some doc fixes 2022-12-31 14:43:48 +01:00
Varun Agrawal 878eeb5d73 simplify the error addition 2022-12-31 12:33:37 +01:00
Varun Agrawal 02d7b877a3 fix docstring 2022-12-31 12:25:27 +01:00
Varun Agrawal 383439efcf make DecisionTree docstrings clearer 2022-12-31 12:25:17 +01:00
Varun Agrawal 99825fcfe2 use FactorAndConstant error() 2022-12-31 12:24:58 +01:00
Frank Dellaert 2c27669d65 Fix wrapper 2022-12-31 02:07:24 -05:00
Frank Dellaert b86c8bb594 Use brace initializers for DiscreteValues in hybrid 2022-12-31 02:07:24 -05:00
Frank Dellaert fee651a357 Fix insert 2022-12-31 02:07:24 -05:00
Frank Dellaert d2fd155a3a Use brace initializers for DiscreteValues 2022-12-31 02:07:24 -05:00
Frank Dellaert 89cb910395 Make sure boost:assign still works. 2022-12-31 02:07:24 -05:00
Frank Dellaert 6a36275803 insert/update 2022-12-31 02:07:24 -05:00
Frank Dellaert 5ee85b55f8 Initializer list and insert/update 2022-12-31 02:07:24 -05:00
Frank Dellaert dbf1d9fd1a Initializer list and insert/update chaining 2022-12-31 02:07:24 -05:00
Frank Dellaert be27e3ace0
Merge pull request #1358 from borglab/hybrid/gaussian-mixture-factor 2022-12-31 01:51:48 -05:00
Frank Dellaert 2a1675130b Merge branch 'develop' into hybrid/gaussian-mixture-factor 2022-12-30 23:29:31 -05:00