Commit Graph

17514 Commits (9931e29108d6b50d2382696c55b85216759f8c3c)

Author SHA1 Message Date
Varun Agrawal 569eeb9202 update Config.cmake.in to conditionally include Boost 2024-09-25 16:45:06 -04:00
Varun Agrawal 8f474600e0
Merge pull request #1842 from borglab/better-noisemodel-checking
Non-loop versions for checking sigma values
2024-09-25 16:38:02 -04:00
Varun Agrawal 9243655e3b simplify 2024-09-25 14:13:14 -04:00
Varun Agrawal e2fba7a85c expose Measurement type in TriangulationFactor 2024-09-25 11:28:54 -04:00
Varun Agrawal 832ef7725b wrap TriangulationFactor 2024-09-25 11:28:38 -04:00
Varun Agrawal 798db544a4 keep include<algorithm> 2024-09-25 11:08:06 -04:00
Varun Agrawal 92c7f51db5 Revert "Use pybind11-stubgen for generating stubs"
This reverts commit 30c789dbdb.
2024-09-25 11:06:51 -04:00
Varun Agrawal 6190e3d13f Revert "Fix compile error on Clang 18, tweak for better type generation"
This reverts commit e3dd4e1704.
2024-09-25 11:03:15 -04:00
Varun Agrawal e4ec8d3b9c
Merge pull request #1844 from borglab/feature/timeHybrid 2024-09-24 15:32:03 -04:00
Frank Dellaert 82c25d887c Address comments on PR #1843
(cherry picked from commit 7e587e4eb396cadf67799e968cb0cf153af9750a)
2024-09-24 11:26:40 -07:00
Frank Dellaert 6c97e4b641
Merge pull request #1843 from borglab/feature/easy_hnf
Easy HNF constructors
2024-09-24 11:25:22 -07:00
Varun Agrawal 2682cde259 re-add the gotos 2024-09-23 22:57:05 -04:00
Frank Dellaert 74c40556e3 Make key generation more efficient 2024-09-23 18:36:00 -07:00
Frank Dellaert ae8d79cb3c Add test for combine 2024-09-23 18:35:36 -07:00
Frank Dellaert 52acceebc9 Some formatting 2024-09-23 18:35:19 -07:00
Frank Dellaert 2757ca4fbe Make sure label is formatted for Choice 2024-09-23 17:55:01 -07:00
Frank Dellaert 502101100e Split test 2024-09-23 17:53:43 -07:00
Frank Dellaert 4c7d3b5a50 Get rid of unreliable timing 2024-09-23 17:46:11 -07:00
Frank Dellaert 5aa5222edb Apply easy constructor 2024-09-23 14:49:51 -07:00
Frank Dellaert 7c07d802a3 Clean up some Gaussian stragglers 2024-09-23 14:49:51 -07:00
Frank Dellaert 530b0ad742 Made HNF constructors like HGF 2024-09-23 14:49:51 -07:00
Varun Agrawal fd7df61d45
Merge pull request #1839 from borglab/improved-api-3 2024-09-23 17:19:17 -04:00
Varun Agrawal 6d3bc21a18 non-loop versions for checking sigma values 2024-09-23 16:05:23 -04:00
Varun Agrawal 9b3176e5ef better naming 2024-09-23 15:55:27 -04:00
Varun Agrawal 92b829dd55 remove normalizationConstant() 2024-09-23 15:55:19 -04:00
Varun Agrawal 31519f48b4 rename to negLogProbability 2024-09-23 15:09:37 -04:00
Varun Agrawal 5da7588b66 factor errors in negative log space 2024-09-23 15:08:12 -04:00
Varun Agrawal 2c7e5eb656 fix docstring 2024-09-23 15:07:33 -04:00
Varun Agrawal e95b8be014 kill logNormalizationConstant in favor of negLogConstant 2024-09-23 15:07:05 -04:00
Frank Dellaert 788b074ac0
Merge pull request #1838 from borglab/feature/numdiff
numdiff in python
2024-09-23 09:56:21 -07:00
Varun Agrawal e09344c6ba replace errorConstant with negLogConstant 2024-09-23 03:37:09 -04:00
Varun Agrawal aae5f9e040 fix numpy deprecation 2024-09-22 23:15:00 -04:00
Varun Agrawal 6fd8da829b wrap errorConstant for DiscreteConditional 2024-09-22 23:07:47 -04:00
Varun Agrawal 0e67652568 wrap errorConstant for HybridConditional 2024-09-22 23:04:39 -04:00
Varun Agrawal 6488a0ceec updated tests 2024-09-22 22:16:59 -04:00
Varun Agrawal 2d2213e880 add errorConstant method and use it for logNormalizationConstant in Conditional 2024-09-22 22:11:23 -04:00
Varun Agrawal 796d85d7fa Merge branch 'develop' into improved-api-3 2024-09-22 19:36:25 -04:00
Varun Agrawal e52973b72d
Merge pull request #1837 from borglab/improved-api-2 2024-09-22 19:35:11 -04:00
Varun Agrawal 33c4482fdb
Merge pull request #1840 from borglab/feature/easy_constructor 2024-09-22 19:31:33 -04:00
Frank Dellaert 39336a0b5b Address comments 2024-09-22 13:23:13 -07:00
Varun Agrawal 9f9032f904 add test for errorTree in incremental scenario 2024-09-22 11:06:56 -04:00
Frank Dellaert 5efac18341 Fixed some stragglers 2024-09-21 16:01:19 -07:00
Frank Dellaert 035f2849d0 Use simple constructor 2024-09-21 15:52:45 -07:00
Frank Dellaert f84a4c71ae New constructor and docs 2024-09-21 15:14:35 -07:00
Varun Agrawal d3971b93c8 fix python tests 2024-09-21 06:14:36 -04:00
Varun Agrawal ceb9496e7c update hybrid code to use -log(k) consistently 2024-09-21 05:17:11 -04:00
Varun Agrawal ecbf3d872e make logNormalizationConstant return -log(k) 2024-09-21 05:15:35 -04:00
Varun Agrawal 821b22f6f8 remove unnecessary code in child class 2024-09-21 03:24:29 -04:00
Varun Agrawal d81cd82b9a check for potentiall pruning 2024-09-21 03:24:01 -04:00
Varun Agrawal 4c82248004 remove virtual 2024-09-21 03:09:00 -04:00