This website requires JavaScript.
Explore
Help
Sign In
12345qiupeng
/
gtsam
Watch
1
Star
0
Fork
You've already forked gtsam
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ac186a0ae4
gtsam
/
tests
History
Richard Roberts
7192bd2f79
Removed namespace-functions for ISAM2 optimize* and gradient*, these were only there to try to maintain a consistent interface for linear but really were not correct anyway since ISAM2 is a nonlinear object. They instead caused confusion and made the code complicated since they used a complicated system for updating and caching various components that go into calculating the solution. Replaced all this with much simpler code directly inside updateDelta, which uses clearly-defined functions in the ISAM2::Impl class to calculate the components that go into the solution. Also removed the redundant deltaUpToDate flags - now just checks whether deltaReplacedMask is empty.
2014-02-22 16:46:38 -05:00
..
CMakeLists.txt
…
simulated2D.h
…
simulated2DConstraints.h
…
simulated2DOriented.h
…
simulated3D.h
…
smallExample.h
…
testBoundingConstraint.cpp
…
testDoglegOptimizer.cpp
…
testExtendedKalmanFilter.cpp
…
testGaussianBayesTree.cpp
…
testGaussianFactorGraphB.cpp
…
testGaussianISAM.cpp
…
testGaussianISAM2.cpp
Removed namespace-functions for ISAM2 optimize* and gradient*, these were only there to try to maintain a consistent interface for linear but really were not correct anyway since ISAM2 is a nonlinear object. They instead caused confusion and made the code complicated since they used a complicated system for updating and caching various components that go into calculating the solution. Replaced all this with much simpler code directly inside updateDelta, which uses clearly-defined functions in the ISAM2::Impl class to calculate the components that go into the solution. Also removed the redundant deltaUpToDate flags - now just checks whether deltaReplacedMask is empty.
2014-02-22 16:46:38 -05:00
testGaussianJunctionTreeB.cpp
…
testGradientDescentOptimizer.cpp
…
testGraph.cpp
…
testIterative.cpp
…
testMarginals.cpp
…
testNonlinearEquality.cpp
…
testNonlinearFactor.cpp
…
testNonlinearFactorGraph.cpp
…
testNonlinearISAM.cpp
…
testNonlinearOptimizer.cpp
…
testOccupancyGrid.cpp
…
testRot3Optimization.cpp
…
testSerializationSLAM.cpp
…
testSimulated2D.cpp
…
testSimulated2DOriented.cpp
…
testSimulated3D.cpp
…
testSubgraphPreconditioner.cpp
…
testSubgraphSolver.cpp
Moved Symbol and LabeledSymbol to inference as they are no longer specific to nonlinear optimization
2013-08-19 15:32:16 +00:00
timeBatch.cpp
…
timeGaussianFactorGraph.cpp
…
timeIncremental.cpp
…
timeiSAM2Chain.cpp
…