Varun Agrawal
|
05d8030af4
|
Merge pull request #1960 from borglab/table-factor-fixes
|
2025-01-02 16:43:14 -05:00 |
Varun Agrawal
|
32317d4416
|
simplify empty separator check
|
2025-01-02 16:13:24 -05:00 |
Varun Agrawal
|
113492f8b5
|
separate function to collect discrete factors
|
2025-01-02 16:07:46 -05:00 |
Varun Agrawal
|
02d9959033
|
small fix
|
2025-01-02 16:04:20 -05:00 |
Varun Agrawal
|
0518b60c4d
|
Merge branch 'develop' into hybrid-timing
|
2025-01-02 15:36:53 -05:00 |
Varun Agrawal
|
f9a7eb0937
|
add fix
|
2025-01-02 15:33:20 -05:00 |
Varun Agrawal
|
bd32eb8203
|
unit test to expose another bug
|
2025-01-02 15:32:11 -05:00 |
Varun Agrawal
|
ff93c8be29
|
use denominators to compute the correct index in ComputeSparseTable
|
2025-01-02 15:18:22 -05:00 |
Varun Agrawal
|
3fca55acc3
|
add test exposing issue with reverse ordered keys
|
2025-01-02 15:17:16 -05:00 |
Varun Agrawal
|
f42ed21137
|
use faster key storage
|
2025-01-02 14:35:13 -05:00 |
Frank Dellaert
|
c2a1242267
|
Merge pull request #1950 from mcm001/deprecated-copy-redundant-move
Fix deprecated copies and redundant moves
|
2025-01-02 12:31:03 -05:00 |
Varun Agrawal
|
6c516cc404
|
Merge pull request #1947 from borglab/discrete-improvements
|
2025-01-02 10:49:11 -05:00 |
Jose Luis Blanco-Claraco
|
46f6cf0343
|
Merge pull request #1946 from Gold856/dont-force-shared-libraries
Add BUILD_SHARED_LIBS as a configurable option
|
2025-01-02 16:18:13 +01:00 |
Varun Agrawal
|
fd2820ec90
|
fix testHybridNonlinearFactorGraph
|
2025-01-01 22:28:05 -05:00 |
Varun Agrawal
|
e6db6d111c
|
cleaner API
|
2025-01-01 22:27:36 -05:00 |
Varun Agrawal
|
b343a80965
|
more helper methods in DiscreteTableConditional
|
2025-01-01 22:26:31 -05:00 |
Varun Agrawal
|
f80a3a1a1d
|
fix testHybridGaussianFactorGraph
|
2025-01-01 22:10:59 -05:00 |
Varun Agrawal
|
fcc56f5de6
|
fix pruning test in testHybridBayesNet
|
2025-01-01 22:06:06 -05:00 |
Varun Agrawal
|
da22055f35
|
formatting
|
2025-01-01 21:55:01 -05:00 |
Varun Agrawal
|
769e2c785a
|
fix testHybridMotionModel
|
2025-01-01 21:54:50 -05:00 |
Varun Agrawal
|
d18569be62
|
fix testGaussianMixture
|
2025-01-01 21:53:07 -05:00 |
Varun Agrawal
|
e620729c4a
|
fix testHybridEstimation
|
2025-01-01 21:50:40 -05:00 |
Varun Agrawal
|
4c5b842c73
|
add checks
|
2025-01-01 21:50:26 -05:00 |
Varun Agrawal
|
5d2d879462
|
make asDiscrete a template
|
2025-01-01 20:34:26 -05:00 |
Varun Agrawal
|
62a6558d85
|
fix discreteMaxProduct declaration
|
2025-01-01 20:10:47 -05:00 |
Varun Agrawal
|
35502f3f32
|
custom max-product for HybridBayesTree
|
2025-01-01 20:10:01 -05:00 |
Varun Agrawal
|
cafac6317e
|
fix to use DiscreteTableConditional
|
2025-01-01 20:09:18 -05:00 |
Varun Agrawal
|
27e3a04e90
|
fix testHybridGaussianFactorGraph
|
2025-01-01 19:56:00 -05:00 |
Varun Agrawal
|
c7c42afbaf
|
undo HybridBayesNet changes
|
2025-01-01 19:51:04 -05:00 |
Varun Agrawal
|
26e1f088e4
|
fix testGaussianMixture
|
2025-01-01 19:45:55 -05:00 |
Varun Agrawal
|
e56fac2c1b
|
fix TableProduct name
|
2025-01-01 19:45:41 -05:00 |
Varun Agrawal
|
cc237a2f43
|
Merge branch 'hybrid-custom-discrete' into discrete-table-conditional
|
2025-01-01 19:26:41 -05:00 |
Varun Agrawal
|
ebd523eea4
|
fix naming
|
2025-01-01 19:23:12 -05:00 |
Varun Agrawal
|
d22ba29054
|
remove DiscreteConditional constructor since we no longer use it
|
2025-01-01 19:18:05 -05:00 |
Varun Agrawal
|
2894c957b1
|
clarify TableProduct function
|
2025-01-01 19:15:49 -05:00 |
Varun Agrawal
|
bb4ee207b8
|
custom path for empty separator
|
2025-01-01 19:13:29 -05:00 |
Varun Agrawal
|
e49b40b4c4
|
remove TableFactor check for another day
|
2025-01-01 19:03:00 -05:00 |
Varun Agrawal
|
6f19ffd966
|
fixed maxProduct
|
2025-01-01 15:10:53 -05:00 |
Varun Agrawal
|
2a5833bf6a
|
custom ProductAndNormalize for TableFactor
|
2025-01-01 14:02:15 -05:00 |
Varun Agrawal
|
ec5d87e1a5
|
custom discreteMaxProduct
|
2025-01-01 14:01:43 -05:00 |
Varun Agrawal
|
e854d15033
|
evaluate needed for correct test results
|
2025-01-01 11:37:49 -05:00 |
Gold856
|
7b9b14e03e
|
Fix building with a shared metis
|
2025-01-01 00:45:04 -05:00 |
Gold856
|
cd27b7f2ac
|
Add BUILD_SHARED_LIBS as a configurable option
Update build logic to match and also prevent conflicting options
|
2025-01-01 00:10:12 -05:00 |
Varun Agrawal
|
782f39a0e2
|
Merge branch 'hybrid-custom-discrete' into discrete-table-conditional
|
2024-12-31 21:28:18 -05:00 |
Varun Agrawal
|
022ed50824
|
move common typedef to top
|
2024-12-31 21:01:59 -05:00 |
Varun Agrawal
|
6e4d1fa1cc
|
rename
|
2024-12-31 21:01:28 -05:00 |
Varun Agrawal
|
ab47adeb18
|
fix empty keys case
|
2024-12-31 20:45:11 -05:00 |
Varun Agrawal
|
ffa40f7101
|
small fix
|
2024-12-31 20:37:04 -05:00 |
Varun Agrawal
|
57c426a870
|
simplify discrete conditional computation
|
2024-12-31 20:36:07 -05:00 |
Varun Agrawal
|
a71008d7fd
|
new helper constructor for DiscreteConditional
|
2024-12-31 20:35:36 -05:00 |