Commit Graph

16794 Commits (502e8cf9e59601605c47f16bf9a6042c75d0a44c)

Author SHA1 Message Date
Varun Agrawal 50670da07c HybridValues formatting 2023-12-12 05:57:23 -05:00
Varun Agrawal 9d70605d48
Merge pull request #1681 from borglab/fix-1675 2023-12-07 17:01:20 -05:00
Frank Dellaert 36f773670a
Merge pull request #1660 from borglab/chebyshev-improvements
Chebyshev2 Improvements
2023-12-05 22:20:08 -08:00
Varun Agrawal 7799fd5a6a remove overridden WeightMatrix method 2023-12-05 14:13:11 -05:00
Varun Agrawal bc1b949f8b remove ParameterMatrix method 2023-12-05 14:10:29 -05:00
Varun Agrawal 2b545499c2
Merge pull request #1667 from borglab/fix/warnings 2023-12-04 15:55:29 -05:00
Frank Dellaert c8d17b2d89
Merge pull request #1658 from borglab/enable-linux-ci
Re-enable Debug CI for Linux
2023-12-04 07:50:30 -08:00
Varun Agrawal 6f365b330b fix call to Ellipse, plus some formatting 2023-12-04 05:04:06 -05:00
Frank Dellaert 6f89bd8ddf
Merge pull request #1678 from kkelchte/develop 2023-11-30 07:53:45 -08:00
Fan Jiang 5d563b5ea5
Merge pull request #1677 from etamarlu/CMake_UNSTABLE_Corrected
Add a missing field in Matlab's CMakeLists.txt for UNSTABLE build
2023-11-28 17:06:55 -05:00
Varun Agrawal ed5ef66c21 Merge branch 'hybrid-printerrors' into model-selection-integration 2023-11-27 15:20:30 -05:00
etamarlu bf6680b2d3
Update CMakeLists.txt
add a missing field to "matlab_wrap" when GTSAM_UNSTABLE_INSTALL_MATLAB_TOOLBOX=ON
2023-11-27 13:55:05 -05:00
Varun Agrawal cf42a0819d remove test case 2023-11-25 15:13:18 -05:00
Varun Agrawal 9dad12eabf comment out print 2023-11-21 16:19:19 -05:00
Varun Agrawal c374a26b45 nicer HybridBayesNet::optimize with normalized errors 2023-11-20 13:59:04 -05:00
Varun Agrawal 39f7ac20a1 handle nullptrsin GaussianMixture::error 2023-11-20 13:59:04 -05:00
Varun Agrawal 7695fd6de3 Improved HybridBayesNet::optimize with proper model selection 2023-11-20 13:59:04 -05:00
Varun Agrawal cd5c13065b remove extra newline 2023-11-20 13:58:52 -05:00
Varun Agrawal 7d7e83348d add test case for HybridGaussianFactorGraph::printErrors 2023-11-20 13:56:19 -05:00
Varun Agrawal eabd11df6f better docstring for BayesNet::error 2023-11-20 10:34:11 -05:00
Varun Agrawal a2ba56de27 include BayesNet::error in HybridBayesNet 2023-11-16 17:36:41 -05:00
Varun Agrawal 95a534e7c1 error method for HybridBayesNet 2023-11-16 17:17:07 -05:00
Varun Agrawal 7aa6e574e6 Merge branch 'develop' into chebyshev-improvements 2023-11-14 16:20:11 -05:00
Varun Agrawal 5387299b8b use correct key formatter 2023-11-14 04:48:23 -05:00
Varun Agrawal b2ab233750 printErrors method for HybridNonlinearFactorGraph 2023-11-12 22:35:40 -05:00
Varun Agrawal 114a0b220b printErrors method for HybridGaussianFactorGraph 2023-11-12 22:32:58 -05:00
Varun Agrawal 4711f5807d discrete error method that returns an ADT 2023-11-11 10:32:33 -05:00
Varun Agrawal b4d7b4934d Merge branch 'develop' into fix/warnings 2023-11-11 10:32:16 -05:00
Varun Agrawal 1121ece0eb
Merge pull request #1501 from borglab/fix-1496 2023-11-11 10:29:39 -05:00
Varun Agrawal 81b3aebc42 fix NavState.cpp filename in docstring 2023-11-09 15:39:14 -05:00
Varun Agrawal 4eef9023e9 small CMake formatting 2023-11-09 15:37:48 -05:00
Varun Agrawal 66a3c084f1 improved GaussianConditional docstring 2023-11-09 15:37:34 -05:00
Varun Agrawal 90a9e6f746 report correct error for discreteElimination 2023-11-09 15:37:15 -05:00
Varun Agrawal fe81362783 Merge branch 'fix-1496' into remove-nrAssignments 2023-11-06 17:37:01 -05:00
Varun Agrawal 9b67c3a57a Merge branch 'develop' into remove-nrAssignments 2023-11-06 17:32:41 -05:00
Varun Agrawal e56e9b5ef9 fix unittest assertion deprecation 2023-11-06 11:05:50 -05:00
Varun Agrawal c4d11c498c fix unittest assertion deprecation 2023-11-06 11:05:23 -05:00
Varun Agrawal ecd6450b5b Merge branch 'develop' into fix-1496 2023-11-06 09:36:45 -05:00
Varun Agrawal 4386c5114c remove nrAssignments from DecisionTree 2023-11-06 09:36:30 -05:00
Varun Agrawal 10f75a02b2 fix Chebyshev2 ParameterMatrix to take N values 2023-11-06 08:28:12 -05:00
Varun Agrawal fb4957998f Chebyshev2::WeightMatrix to take only N points 2023-11-06 08:21:35 -05:00
Varun Agrawal 8312a71af4 Revert "make Chebyshev nodes over N+1 points instead of N"
This reverts commit fe7d877352.
2023-11-06 08:20:22 -05:00
Varun Agrawal e952a31755 Merge branch 'develop' into chebyshev-improvements 2023-11-02 17:27:02 -04:00
Varun Agrawal ba23e45722
Merge pull request #1663 from borglab/fix/template-project3-expression 2023-10-31 08:36:28 -04:00
Jose Luis Blanco-Claraco a06303e55e
Update expressions.h
Template dimension too
2023-10-30 01:09:11 +01:00
Jose Luis Blanco-Claraco fd02accccb
Fix apparent non-templated type in expressions 2023-10-30 00:20:27 +01:00
Varun Agrawal 36dc04d126 override WeightMatrix for Chebyshev2 2023-10-28 11:24:31 -04:00
Varun Agrawal fe7d877352 make Chebyshev nodes over N+1 points instead of N 2023-10-23 18:14:18 -04:00
Varun Agrawal 9ee652c04a ParameterMatrix as a separate static method 2023-10-23 17:57:07 -04:00
Varun Agrawal 3bff8ad317 use weights_.size() instead of passing in N 2023-10-23 17:55:39 -04:00