Varun Agrawal
|
aba691d3d6
|
fix python test
|
2025-01-04 16:58:18 -05:00 |
Varun Agrawal
|
9a356f102e
|
typo fix
|
2025-01-04 16:58:08 -05:00 |
Varun Agrawal
|
e9abd5c57e
|
wrap TableFactor
|
2025-01-04 16:58:02 -05:00 |
Varun Agrawal
|
ffc20f8648
|
wrap TableDistribution
|
2025-01-04 16:42:10 -05:00 |
Varun Agrawal
|
5e4cf89ba9
|
max returns DiscreteFactor
|
2025-01-04 16:12:09 -05:00 |
Varun Agrawal
|
2410d4f442
|
use TableDistribution::argmax in discreteMaxProduct
|
2025-01-04 15:47:36 -05:00 |
Varun Agrawal
|
5a8a9425f9
|
add argmax method to TableDistribution
|
2025-01-04 15:47:16 -05:00 |
Varun Agrawal
|
14f32544d2
|
update test
|
2025-01-04 14:39:53 -05:00 |
Varun Agrawal
|
d3780158b1
|
update pruning in BayesNet and BayesTree
|
2025-01-04 14:39:40 -05:00 |
Varun Agrawal
|
d39641d8ac
|
get rid of setData and make prune() imperative for non-factors
|
2025-01-04 14:39:18 -05:00 |
Varun Agrawal
|
7cb818136f
|
fix TableDistribution constructors in tests
|
2025-01-04 06:14:00 -05:00 |
Varun Agrawal
|
9a40be6f32
|
normalize values in sparse_table so it forms a proper distribution
|
2025-01-04 06:12:01 -05:00 |
Varun Agrawal
|
d6bc1e11a6
|
pass DiscreteConditional& for pruning instead of shared_ptr
|
2025-01-04 05:48:50 -05:00 |
Varun Agrawal
|
b7bddde82b
|
fix TableDistribution constructor call
|
2025-01-04 05:29:15 -05:00 |
Varun Agrawal
|
11a740e8e3
|
use template
|
2025-01-04 05:28:16 -05:00 |
Varun Agrawal
|
3abff90fb4
|
fix tests
|
2025-01-04 05:27:49 -05:00 |
Varun Agrawal
|
f9e3280d75
|
add helpful constructors
|
2025-01-04 05:27:30 -05:00 |
Varun Agrawal
|
bd30bef1a3
|
remove constructors that need parents
|
2025-01-04 05:16:21 -05:00 |
Varun Agrawal
|
bc449c1a45
|
formatting
|
2025-01-03 15:11:21 -05:00 |
Varun Agrawal
|
35e1e6102f
|
kill operator* method
|
2025-01-03 15:11:07 -05:00 |
Varun Agrawal
|
2e0695470a
|
improved docstring
|
2025-01-03 14:53:41 -05:00 |
Varun Agrawal
|
83bb404856
|
export TableDistribution for serialization
|
2025-01-03 14:52:34 -05:00 |
Varun Agrawal
|
e1628e32a4
|
rename source files
|
2025-01-03 14:52:18 -05:00 |
Varun Agrawal
|
9b1918c085
|
rename from DiscreteTableConditional to TableDistribution
|
2025-01-03 14:51:32 -05:00 |
Varun Agrawal
|
0098112f27
|
Merge branch 'hybrid-timing' into discrete-table-conditional
|
2025-01-03 14:44:04 -05:00 |
Varun Agrawal
|
b28cae275b
|
use string based constructor
|
2025-01-03 14:43:37 -05:00 |
Varun Agrawal
|
50414689fd
|
test for TableFactor serialization
|
2025-01-03 14:43:37 -05:00 |
Varun Agrawal
|
92b5bb1904
|
add serialization code to TableFactor
|
2025-01-03 14:43:37 -05:00 |
Varun Agrawal
|
0302075280
|
serialize functions for Eigen::SparseVector
|
2025-01-03 14:43:37 -05:00 |
Varun Agrawal
|
73f98d8cf3
|
Merge pull request #1955 from borglab/hybrid-custom-discrete
|
2025-01-03 13:41:34 -05:00 |
Varun Agrawal
|
62a35c09cd
|
serialize table inside TableDistribution
|
2025-01-03 13:08:37 -05:00 |
Varun Agrawal
|
8e36361e52
|
fix testHybridNonlinearISAM
|
2025-01-03 11:37:43 -05:00 |
Varun Agrawal
|
b9293b4e58
|
fix testHybridGaussianISAM
|
2025-01-03 11:37:31 -05:00 |
Varun Agrawal
|
446263cb12
|
Merge branch 'hybrid-custom-discrete' into discrete-table-conditional
|
2025-01-02 16:59:31 -05:00 |
Varun Agrawal
|
7440c199e8
|
Merge branch 'hybrid-timing' into hybrid-custom-discrete
|
2025-01-02 16:44:57 -05:00 |
Varun Agrawal
|
49b74af075
|
Merge branch 'develop' into hybrid-timing
|
2025-01-02 16:43:39 -05:00 |
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 |