Frank Dellaert
|
3cf15901c7
|
Merge pull request #2013 from borglab/fix/pruning
Fix pruning
|
2025-01-30 10:54:46 -05:00 |
Varun Agrawal
|
3c67e1fc21
|
improve plotting script for City10000
|
2025-01-30 10:53:52 -05:00 |
Varun Agrawal
|
b60baff4df
|
fix loop closure factor
|
2025-01-30 10:49:29 -05:00 |
Frank Dellaert
|
9bae03a6fa
|
Change threshold name
|
2025-01-30 09:02:59 -05:00 |
Frank Dellaert
|
3c10913c70
|
DiscreteNet::prune
|
2025-01-30 08:59:31 -05:00 |
Frank Dellaert
|
588a20fc87
|
Merge pull request #2003 from borglab/feature/move_constructor
move constructors
|
2025-01-30 00:36:09 -05:00 |
Frank Dellaert
|
957c967d0c
|
remove old remnant
|
2025-01-30 00:02:34 -05:00 |
Frank Dellaert
|
57bcb9f4e6
|
Add contains
|
2025-01-29 23:50:43 -05:00 |
Frank Dellaert
|
e6662b8206
|
Fix unit tests
|
2025-01-29 23:38:06 -05:00 |
Frank Dellaert
|
05ad198ca6
|
Use restrict inside prune
|
2025-01-29 23:37:58 -05:00 |
Frank Dellaert
|
4d1a8e5057
|
restrict method
|
2025-01-29 23:32:50 -05:00 |
Frank Dellaert
|
8746b15a4a
|
Use two new methods
|
2025-01-29 22:28:14 -05:00 |
Frank Dellaert
|
803dae75f3
|
filter and missingKeys
|
2025-01-29 22:04:56 -05:00 |
Frank Dellaert
|
d17215c69b
|
prototype choose
|
2025-01-29 21:36:51 -05:00 |
Frank Dellaert
|
98cdf1193f
|
Fix pruning
|
2025-01-29 20:32:56 -05:00 |
Varun Agrawal
|
5b37647e11
|
cleanup
|
2025-01-29 19:00:31 -05:00 |
Varun Agrawal
|
ec5ef222c9
|
updates
|
2025-01-29 18:55:58 -05:00 |
Varun Agrawal
|
9b81f0caa9
|
Merge branch 'fix-addConditionals' into city10000
|
2025-01-29 18:44:41 -05:00 |
Varun Agrawal
|
d0f30d3203
|
remove namespacing
|
2025-01-29 18:41:57 -05:00 |
Varun Agrawal
|
e52a358ad2
|
kill scaling in DiscreteFactorGraph
|
2025-01-29 18:41:12 -05:00 |
Varun Agrawal
|
e2adb91d91
|
don't optimize each time
|
2025-01-29 18:40:29 -05:00 |
Varun Agrawal
|
297b548031
|
add test
|
2025-01-29 14:44:15 -05:00 |
Varun Agrawal
|
b627fc4225
|
two pass to for addConditionals
|
2025-01-29 14:43:57 -05:00 |
Varun Agrawal
|
ef35f3c1fe
|
reduce noise model
|
2025-01-29 14:13:39 -05:00 |
Varun Agrawal
|
897b05f318
|
fix scaling
|
2025-01-29 14:13:33 -05:00 |
Varun Agrawal
|
fab06a33a0
|
Merge branch 'develop' into city10000
|
2025-01-29 12:09:54 -05:00 |
Varun Agrawal
|
12ba0b70b8
|
timing guards for HybridSmoother
|
2025-01-29 01:40:49 -05:00 |
Varun Agrawal
|
847df02c17
|
make note of bug
|
2025-01-29 01:34:30 -05:00 |
Frank Dellaert
|
003730f844
|
Pre-compute slots outside of loop.
|
2025-01-29 00:52:35 -05:00 |
Frank Dellaert
|
02c8f02a10
|
5% speedup by using faster setAllZero
|
2025-01-29 00:52:35 -05:00 |
Frank Dellaert
|
bb0c70b482
|
Merge pull request #2009 from borglab/feature/search_wrapper
Wrapper for DiscreteSearch
|
2025-01-28 22:47:39 -05:00 |
Frank Dellaert
|
3c80a8010b
|
Merge pull request #2011 from borglab/feature/scale
kill expNormalize in favor of scale
|
2025-01-28 22:46:58 -05:00 |
Varun Agrawal
|
2e4ae8ca0a
|
add explanatory comments
|
2025-01-28 22:08:17 -05:00 |
Frank Dellaert
|
2702854c18
|
Fix bug
|
2025-01-28 21:15:35 -05:00 |
Frank Dellaert
|
d4d95e2342
|
scale product and sum so we don't get all 0s
|
2025-01-28 17:22:44 -05:00 |
Varun Agrawal
|
c8bafab430
|
add scale() method in DiscreteFactor
|
2025-01-28 17:22:21 -05:00 |
Varun Agrawal
|
d57994d279
|
kill expNormalize since it isn't used anywhere
|
2025-01-28 17:22:21 -05:00 |
Frank Dellaert
|
1daca1946d
|
Merge pull request #2006 from borglab/feature/k_best_fg
Search for k-best in factor graph
|
2025-01-28 17:06:08 -05:00 |
Varun Agrawal
|
65ef061c02
|
specify dead mode removal threshold
|
2025-01-28 16:22:49 -05:00 |
Varun Agrawal
|
2138113d05
|
switch between TableFactor and DecisionTreeFactor
|
2025-01-28 16:22:23 -05:00 |
Varun Agrawal
|
3f05d203d3
|
scale product and sum so we don't get all 0s
|
2025-01-28 16:21:51 -05:00 |
Varun Agrawal
|
aa9d775e27
|
add scale() method in DiscreteFactor
|
2025-01-28 16:21:26 -05:00 |
Varun Agrawal
|
9cc9f0ecf6
|
kill expNormalize since it isn't used anywhere
|
2025-01-28 16:11:32 -05:00 |
Varun Agrawal
|
1918becdf4
|
human-friendly time printing
|
2025-01-28 16:10:54 -05:00 |
Varun Agrawal
|
d11d367582
|
simplify and add smoother_update_times
|
2025-01-28 16:10:20 -05:00 |
Frank Dellaert
|
5e5a67d853
|
Test search with long chain
|
2025-01-28 15:58:33 -05:00 |
Frank Dellaert
|
615196e415
|
Avoid some copy/paste
|
2025-01-28 15:58:15 -05:00 |
Frank Dellaert
|
19773153bc
|
Wrapper
|
2025-01-28 15:57:56 -05:00 |
Frank Dellaert
|
1afb089143
|
Better and more consistent documentation.
|
2025-01-28 14:50:39 -05:00 |
Frank Dellaert
|
8c7e75bb25
|
Review comments
|
2025-01-28 14:50:11 -05:00 |