Commit Graph

14221 Commits (99a97da5f77b506e83daf5cb76b02fa16188e615)

Author SHA1 Message Date
Frank Dellaert 99a97da5f7 Fix examples 2022-01-21 18:12:38 -05:00
Frank Dellaert e3c98b0faf Fix python tests 2022-01-21 18:12:30 -05:00
Frank Dellaert f9b14893c8 moved argmax to conditional 2022-01-21 18:12:07 -05:00
Frank Dellaert 03314ed781 updates to fix various issues 2022-01-21 17:39:06 -05:00
Frank Dellaert 125708fbb7 Fix wrapper 2022-01-21 17:35:39 -05:00
Frank Dellaert ad21632fd2 fix typos 2022-01-21 17:35:33 -05:00
Frank Dellaert 2ac79af17f Added optimize variants that take custom ordering 2022-01-21 14:47:46 -05:00
Frank Dellaert b17fcfb64f optimalAssignment -> optimize. Not deprecating as in unstable. 2022-01-21 14:47:28 -05:00
Frank Dellaert e713897235 made internal protected choose to avoid copy/paste in Lookup 2022-01-21 14:26:56 -05:00
Frank Dellaert 2f49612b8c MPE now works 2022-01-21 14:06:50 -05:00
Frank Dellaert e22f8f04bc deprecated optimize 2022-01-21 13:18:54 -05:00
Frank Dellaert 7564300744 deprecated solve 2022-01-21 13:18:46 -05:00
Frank Dellaert 5add858c24 Now doing MPE with DAG class 2022-01-21 13:18:28 -05:00
Frank Dellaert fcdb5b43c1 Deprecated solve 2022-01-21 13:17:41 -05:00
Frank Dellaert 34a3b022d9 New lookup classes 2022-01-21 13:08:16 -05:00
Frank Dellaert ec39197cc3 `optimize` now computes MPE 2022-01-21 10:12:31 -05:00
Frank Dellaert 6e4f50dfac Better print and new `max` variant 2022-01-21 10:12:07 -05:00
Frank Dellaert 0076db7e20 cleanup 2022-01-21 10:11:32 -05:00
Frank Dellaert 7e956d2bb7 Fix docs 2022-01-21 10:11:07 -05:00
Frank Dellaert d8abdc280d
Merge pull request #1045 from borglab/feature/discrete_wrapping 2022-01-19 20:58:13 -05:00
Frank Dellaert 640a3b82ef Use key formatter for dot 2022-01-19 17:24:12 -05:00
Frank Dellaert a1f5ae0a89 Wrap partial eliminate 2022-01-19 15:31:56 -05:00
Frank Dellaert e9d7843c3e Add formatter 2022-01-19 15:14:22 -05:00
Varun Agrawal ee7d32d242
Merge pull request #1042 from magicbycalvin/develop
Added a convenience function for plotting 2D points.
2022-01-19 12:33:35 -05:00
Frank Dellaert 75dff3272b Fix unit tests after default changed 2022-01-19 12:32:22 -05:00
Frank Dellaert 4a10ea89a5 New, more powerful choose, yields a Conditional now 2022-01-18 20:10:49 -05:00
Frank Dellaert 2413fcb91f Change default to not confuse people 2022-01-18 20:10:18 -05:00
Frank Dellaert 1702c20a14 Wrap push_back methods 2022-01-18 17:33:56 -05:00
Frank Dellaert 7557bd990a Some reformatting/docs/using 2022-01-18 17:33:46 -05:00
Calvin 2430917e03 Removed a spurious commented line and included a comment about what the K value signifies. 2022-01-18 12:57:48 -06:00
Frank Dellaert 296b469df9
Merge pull request #1043 from borglab/feature/more_discrete_methods 2022-01-18 11:11:41 -05:00
Frank Dellaert 10e1bd2f61 sample variants 2022-01-17 22:59:17 -05:00
Frank Dellaert a74da73936
Merge pull request #1020 from borglab/feature/robustTriangulation 2022-01-17 22:26:08 -05:00
Frank Dellaert f1ab44512f
Merge pull request #1040 from borglab/release/4.2a3 2022-01-17 22:25:08 -05:00
Frank Dellaert 950ab111d0
Merge pull request #1039 from borglab/feature/DiscreteDistribution 2022-01-16 16:43:51 -05:00
Frank Dellaert f3d9486253
Merge pull request #1037 from borglab/feature/discrete_operators 2022-01-16 16:43:04 -05:00
Frank Dellaert 91de3cb6ba
Bump version to 4.2a3 2022-01-16 15:17:26 -05:00
Frank Dellaert 4235334c83 Rename DiscretePrior -> DiscreteDistribution 2022-01-16 13:09:32 -05:00
Varun Agrawal 0b11b12760 fix tests 2022-01-16 12:02:22 -05:00
Frank Dellaert 64cd58843a marginals without parents 2022-01-15 16:41:29 -05:00
Frank Dellaert 23a8dba716 Wrapped multiplication 2022-01-15 15:33:01 -05:00
Frank Dellaert f9dd225ca5 Replace buggy/awkward Combine with principled operator*, remove toFactor 2022-01-15 15:13:22 -05:00
Frank Dellaert 0909e98389 Comments only 2022-01-15 15:11:25 -05:00
Frank Dellaert c15bbed9dc exposing more factor methods 2022-01-15 08:44:10 -05:00
Frank Dellaert be5aa56df7 Constructor from PMF 2022-01-15 08:15:46 -05:00
Calvin 2e8dcdd410 Added a convenience function for plotting 2D points. 2022-01-13 18:11:55 -06:00
John Lambert aef2a39e94
Merge pull request #1031 from borglab/add-python-unit-test-robust-noise
Add python unit test for triangulation with robust noise model
2022-01-12 23:27:13 -05:00
Varun Agrawal 1000825b03
Merge pull request #1034 from borglab/fix/1032
Fix probPrime
2022-01-12 20:29:57 -05:00
John Lambert 0ff9110f3c
add missing type hint annotation import 2022-01-12 15:39:09 -07:00
Varun Agrawal 3c804d89b5 add better tests for probPrime and add a fix 2022-01-12 16:50:10 -05:00