|  Gerry Chen | b46fd77c4a | Revert "revert confusing `->template key<N>()` notations" This reverts commit 97fcb409b9. | 2023-01-04 23:21:50 -05:00 | 
				
					
						|  Gerry Chen | 97fcb409b9 | revert confusing `->template key<N>()` notations revert to using shortcut form: `key1()`, `key2()` | 2023-01-04 22:55:24 -05:00 | 
				
					
						|  Gerry Chen | 69226edd81 | Move `X1-6` aliases into `NoiseModelFactorN` and un-deprecate | 2023-01-04 22:49:57 -05:00 | 
				
					
						|  Frank Dellaert | 181e9c4829 | Merge pull request #789 from njayakumar3/add-citation Added *.bib file and started adding citations to README.md | 2023-01-04 18:38:40 -05:00 | 
				
					
						|  Varun Agrawal | 1c411eb5a2 | Merge pull request #1360 from borglab/hybrid/elimination | 2023-01-04 13:29:43 -05:00 | 
				
					
						|  Varun Agrawal | 78926f7d51 | Merge pull request #1369 from borglab/hybrid/various-fixes | 2023-01-04 10:28:52 -05:00 | 
				
					
						|  Varun Agrawal | c0363c4513 | clean up README | 2023-01-04 07:03:44 -05:00 | 
				
					
						|  Varun Agrawal | 84b0498b7f | Merge branch 'develop' into add-citation | 2023-01-04 06:55:47 -05:00 | 
				
					
						|  Varun Agrawal | b62f397085 | Merge pull request #1368 from borglab/hybrid/serialization Fixes https://github.com/borglab/gtsam/issues/1366 | 2023-01-04 03:51:22 -05:00 | 
				
					
						|  Varun Agrawal | 25fd6181ac | rename getAssignment to assignment, fix printing | 2023-01-04 03:30:49 -05:00 | 
				
					
						|  Varun Agrawal | b16480bab1 | simplify code | 2023-01-04 02:55:37 -05:00 | 
				
					
						|  Varun Agrawal | 7dd4bc990a | implement dim() for MixtureFactor | 2023-01-04 02:55:06 -05:00 | 
				
					
						|  Varun Agrawal | 34daecd7a4 | remove deferredFactors | 2023-01-04 02:54:34 -05:00 | 
				
					
						|  Varun Agrawal | ed16c335c1 | add check in GaussianMixtureFactor::likelihood | 2023-01-04 02:53:12 -05:00 | 
				
					
						|  Varun Agrawal | bb31956a96 | enable previously failing test, now works!! | 2023-01-04 02:52:33 -05:00 | 
				
					
						|  Varun Agrawal | 5cdff9e223 | Merge pull request #1362 from borglab/hybrid/test_with_evaluate | 2023-01-04 01:37:24 -05:00 | 
				
					
						|  Varun Agrawal | 4cb910ce16 | move discrete serialization tests to common file to remove export key collision | 2023-01-04 01:06:41 -05:00 | 
				
					
						|  Frank Dellaert | f749528fc6 | Merge pull request #1367 from borglab/fix/analyze_issues Fixed a few small issues... | 2023-01-03 19:52:44 -05:00 | 
				
					
						|  Varun Agrawal | 230f65dd44 | serialization tests for HybridBayesNet and HybridBayesTree | 2023-01-03 18:21:47 -05:00 | 
				
					
						|  Varun Agrawal | 6fcc087030 | serialize DiscreteConditional | 2023-01-03 18:15:59 -05:00 | 
				
					
						|  Varun Agrawal | 2bb4fd6530 | fix minor bug in HybridConditional and test its serialization | 2023-01-03 17:40:04 -05:00 | 
				
					
						|  Varun Agrawal | 74142e4be1 | GaussianMixture serialization | 2023-01-03 17:37:09 -05:00 | 
				
					
						|  Varun Agrawal | 3f2bff8e1d | hybrid serialization tests | 2023-01-03 16:49:37 -05:00 | 
				
					
						|  Varun Agrawal | 0ab15cc456 | fix equality of HybridDiscreteFactor and HybridGaussianFactor | 2023-01-03 16:48:33 -05:00 | 
				
					
						|  Varun Agrawal | 2653c2f8fb | serialization support for DecisionTreeFactor | 2023-01-03 16:34:04 -05:00 | 
				
					
						|  Varun Agrawal | 99a3fbac2c | DecisionTree serialization | 2023-01-03 16:17:40 -05:00 | 
				
					
						|  Varun Agrawal | 385ae34fa5 | Merge pull request #1363 from borglab/hybrid/test_with_evaluate-2 | 2023-01-03 15:24:22 -05:00 | 
				
					
						|  Frank Dellaert | 7b56c167de | remove obsolete include | 2023-01-03 15:22:21 -05:00 | 
				
					
						|  Frank Dellaert | 65aaf47a1c | Remove obsolete test | 2023-01-03 15:21:44 -05:00 | 
				
					
						|  Frank Dellaert | 4f2615aeeb | Fix loop variable | 2023-01-03 15:17:34 -05:00 | 
				
					
						|  Frank Dellaert | a69c086445 | Fix count issue | 2023-01-03 15:15:07 -05:00 | 
				
					
						|  Frank Dellaert | 549e0b1e64 | Fix argument to const & | 2023-01-03 15:14:41 -05:00 | 
				
					
						|  Varun Agrawal | 3771d63835 | simplify HybridConditional equality check | 2023-01-03 13:37:32 -05:00 | 
				
					
						|  Frank Dellaert | 18f4d8b24c | Repro issue #1341 | 2023-01-03 12:34:41 -05:00 | 
				
					
						|  Varun Agrawal | 9e7fcc81cd | make header functions as inline | 2023-01-03 05:18:13 -05:00 | 
				
					
						|  Varun Agrawal | e01f7e7456 | kill unnecessary method | 2023-01-03 03:51:34 -05:00 | 
				
					
						|  Varun Agrawal | 41c73fd63e | comment out failing tests, need to serialize DecisionTree | 2023-01-03 03:48:45 -05:00 | 
				
					
						|  Varun Agrawal | 46acba591c | serialize inner_, need to test | 2023-01-03 03:48:16 -05:00 | 
				
					
						|  Varun Agrawal | cb885fb980 | check for nullptr in HybridConditional::equals | 2023-01-03 03:47:55 -05:00 | 
				
					
						|  Varun Agrawal | f117da2367 | remove extra print | 2023-01-03 03:47:34 -05:00 | 
				
					
						|  Varun Agrawal | 7825ffd6d2 | fix tests due to change to EliminateDiscrete | 2023-01-03 03:47:27 -05:00 | 
				
					
						|  Varun Agrawal | ca1c517f8a | remove extra print statements | 2023-01-03 02:10:29 -05:00 | 
				
					
						|  Varun Agrawal | 47346c5024 | move GraphAndConstant traits definition to HybridFactor | 2023-01-03 02:07:51 -05:00 | 
				
					
						|  Varun Agrawal | 195dddfdeb | clean up HybridGaussianFactorGraph | 2023-01-03 01:50:16 -05:00 | 
				
					
						|  Varun Agrawal | 38f3209d97 | fix GaussianConditional print test | 2023-01-03 01:49:57 -05:00 | 
				
					
						|  Varun Agrawal | 66b846f77e | Merge branch 'hybrid/elimination' into hybrid/test_with_evaluate | 2023-01-03 01:44:06 -05:00 | 
				
					
						|  Varun Agrawal | 5c87d7d51b | disable test instead of commenting out | 2023-01-03 00:50:16 -05:00 | 
				
					
						|  Frank Dellaert | f726cf6571 | f(x0, x1, m0; z0, z1) now has constant ratios ! | 2023-01-02 18:36:50 -05:00 | 
				
					
						|  Frank Dellaert | c3f04695b0 | Add mean to test | 2023-01-02 18:36:12 -05:00 | 
				
					
						|  Frank Dellaert | 625977ee06 | Example with 2 measurements agrees with importance sampling | 2023-01-02 16:07:25 -05:00 |