Commit Graph

16563 Commits (5d9b0cfe5db069cb1564c154d8b83152527172cc)

Author SHA1 Message Date
Frank Dellaert 797ac344fa Same correct error with factor_z.error() 2023-01-02 13:24:28 -05:00
Frank Dellaert 12d02bed1a Right marginals for tiny1 2023-01-02 13:22:16 -05:00
Frank Dellaert f8d75abfeb name change of Sum to GaussianFactorGraphTree and SumFrontals to assembleGraphTree 2023-01-02 13:11:22 -05:00
Frank Dellaert 06aed5397a rename 2023-01-02 13:06:17 -05:00
Frank Dellaert fbfc20b88d Fixed conversion arguments 2023-01-02 12:47:30 -05:00
Frank Dellaert 021ee1a5d9 Deterministic example, much more generic importance sampler 2023-01-02 12:34:55 -05:00
Varun Agrawal 40a67b517c prune nonlinear by calling method rather than on the bayestree 2023-01-02 10:04:50 -05:00
Varun Agrawal e3a63aa77c check for 0 sum 2023-01-02 10:03:56 -05:00
Frank Dellaert bd8d2ea2c1 Added error for all versions - should become logDiensity? 2023-01-02 09:46:08 -05:00
Frank Dellaert 7c270618dd Added missing methods 2023-01-02 09:45:14 -05:00
Frank Dellaert 312ba5fd52 Synced two examples 2023-01-02 09:45:04 -05:00
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