Varun Agrawal
|
4d707e7cdd
|
Revert "experiment with removing the constructor"
This reverts commit 55dc3f5372 .
|
2024-10-09 13:37:55 -04:00 |
Varun Agrawal
|
55dc3f5372
|
experiment with removing the constructor
|
2024-10-09 13:19:41 -04:00 |
Varun Agrawal
|
f4bf280047
|
implement constructor
|
2024-10-09 13:08:42 -04:00 |
Varun Agrawal
|
1ac8a6e2e0
|
fix vector type
|
2024-10-09 12:57:03 -04:00 |
Varun Agrawal
|
752e10fc21
|
delete constructor from string to fix issue
|
2024-10-09 12:39:03 -04:00 |
Varun Agrawal
|
99a39e6568
|
undo test change
|
2024-10-09 12:04:04 -04:00 |
Varun Agrawal
|
e87d1fb1de
|
comment out serialization
|
2024-10-09 11:41:31 -04:00 |
Varun Agrawal
|
8a650b6a4e
|
undo print and remove extra includes
|
2024-10-09 11:41:23 -04:00 |
Varun Agrawal
|
4f74735328
|
checking if print is the problem
|
2024-10-09 11:11:05 -04:00 |
Varun Agrawal
|
205eb18f47
|
add serialization to HybridGaussianProductFactor
|
2024-10-09 10:55:39 -04:00 |
Varun Agrawal
|
caddc734c2
|
fix printing tests
|
2024-10-09 10:51:49 -04:00 |
Frank Dellaert
|
34bb1d0f34
|
Shift error values before exponentiating
|
2024-10-09 20:03:30 +09:00 |
Frank Dellaert
|
19fdb437ea
|
Pure Google style in clang-format
|
2024-10-09 20:03:05 +09:00 |
Frank Dellaert
|
59f97d64eb
|
Merge pull request #1865 from borglab/feature/no_hiding-2
Updates to `No Hiding` PR
|
2024-10-09 13:37:30 +09:00 |
Varun Agrawal
|
436524a4df
|
use cout instead of stringstream
|
2024-10-08 23:55:19 -04:00 |
Varun Agrawal
|
4df266ad64
|
replace sstream with string
|
2024-10-08 23:31:15 -04:00 |
Varun Agrawal
|
26c9dcba74
|
formatting
|
2024-10-08 23:22:47 -04:00 |
Varun Agrawal
|
4ae5596200
|
add back PotentiallyPrunedComponentError as an inline function
|
2024-10-08 23:21:46 -04:00 |
Varun Agrawal
|
cd3e0f37fb
|
include sstream in HybridGaussianProductFactor
|
2024-10-08 23:20:41 -04:00 |
Varun Agrawal
|
498079777d
|
improved type aliasing
|
2024-10-08 23:19:20 -04:00 |
Varun Agrawal
|
8e29d57251
|
remove includes
|
2024-10-08 22:33:56 -04:00 |
Varun Agrawal
|
03c467fe11
|
add more includes to try and debug this
|
2024-10-08 19:43:20 -04:00 |
Varun Agrawal
|
6da1b01913
|
include <string> in HybridBayesTree.cpp
|
2024-10-08 19:25:38 -04:00 |
Varun Agrawal
|
c08d6bdbed
|
maybe it's <string>
|
2024-10-08 19:07:15 -04:00 |
Varun Agrawal
|
c60d3420a3
|
include <iostream> in HybridConditional.cpp
|
2024-10-08 18:57:32 -04:00 |
Varun Agrawal
|
0dbf13f962
|
Another Windows fix
|
2024-10-08 18:41:52 -04:00 |
Varun Agrawal
|
d58bd6cbaf
|
get HybridBayesNet compiling on Windows
|
2024-10-08 18:28:58 -04:00 |
Varun Agrawal
|
711a07c01b
|
small fix
|
2024-10-08 16:49:07 -04:00 |
Varun Agrawal
|
c97b9a9a8d
|
Merge pull request #1864 from DanMcGann/bugfix/dogleg_compute_blend
|
2024-10-08 15:16:17 -04:00 |
Varun Agrawal
|
02d5421de2
|
add GTSAM_EXPORT to HybridGaussianProductFactor
|
2024-10-08 15:12:04 -04:00 |
Varun Agrawal
|
8b8466e046
|
formatting testHybridGaussianFactorGraph
|
2024-10-08 15:05:05 -04:00 |
Varun Agrawal
|
21b4c4c8d3
|
improve HybridGaussianProductFactor
|
2024-10-08 12:03:35 -04:00 |
Varun Agrawal
|
874ba67693
|
update comment
|
2024-10-08 12:03:16 -04:00 |
Varun Agrawal
|
7603cd4871
|
missing include and formatting
|
2024-10-08 12:03:01 -04:00 |
Varun Agrawal
|
f39f678c14
|
add type info
|
2024-10-08 12:02:42 -04:00 |
Varun Agrawal
|
8e85b68863
|
formatting fixes
|
2024-10-08 11:48:20 -04:00 |
Dan McGann
|
a3087ffff7
|
Fix machine precision bug in DogLeg compute blend
This commit fixes a bug that could cause the incorrect solution to be
returned from ComputeBlend that is documented in Issue #1861.
|
2024-10-08 11:35:45 -04:00 |
Frank Dellaert
|
9f7ccbb33c
|
Minimize formatting changes
|
2024-10-08 17:57:53 +09:00 |
Frank Dellaert
|
88b8dc9afc
|
Merge branch 'develop' into feature/no_hiding
|
2024-10-08 17:27:55 +09:00 |
Frank Dellaert
|
524161403a
|
Fixed discreteEimination
|
2024-10-08 17:09:56 +09:00 |
Frank Dellaert
|
0f48efb0a9
|
asProductFactor from base class!
|
2024-10-08 16:35:29 +09:00 |
Frank Dellaert
|
bcd94e32a3
|
Store negLogConstant[i] - negLogConstant_
|
2024-10-08 16:14:56 +09:00 |
Frank Dellaert
|
f0770c26cf
|
Less regression, more API tests for s(3).
|
2024-10-08 16:14:01 +09:00 |
Varun Agrawal
|
498d0b38af
|
Merge pull request #1862 from borglab/fix-pruning
|
2024-10-07 17:02:46 -04:00 |
Varun Agrawal
|
ec32d5f197
|
add test for checking pruning
|
2024-10-07 12:06:14 -04:00 |
Varun Agrawal
|
5ee27bfad1
|
more test improvements
|
2024-10-07 12:05:58 -04:00 |
Varun Agrawal
|
0f403c7d28
|
clean up testHybridEstimation
|
2024-10-07 11:54:21 -04:00 |
Varun Agrawal
|
42052d07a1
|
additional fix
|
2024-10-07 11:13:52 -04:00 |
Frank Dellaert
|
518ea81d1e
|
No more hiding!
|
2024-10-07 22:30:30 +09:00 |
Frank Dellaert
|
586b177b78
|
Extensive new API test
|
2024-10-07 22:28:38 +09:00 |