gtsam/tests
Alex Cunningham 38ea7d1ea5 Added more static optimization helper functions - can now just call optimizeLM(graph,config) or optimizeGN(graph,config) to get an optimized config. 2010-08-09 17:20:03 +00:00
..
Makefile.am Reimplemented nonlinear constraints to remove the old dependency on using boost function pointers and allow for inequality and bounding constraints. Added simple equality constraints in simulated2D and new set of tests. Removed/disabled old tests until they can be worked into new structure. 2010-08-06 18:30:07 +00:00
testBayesNetPreconditioner.cpp Re-organization: moving all files. 2010-07-12 07:16:31 +00:00
testConstraintOptimizer.cpp NonlinearConstraints are now implemented using the simple linearization method with quadratic merit function 2010-07-18 19:55:53 +00:00
testGaussianBayesNet.cpp Re-organization: moving all files. 2010-07-12 07:16:31 +00:00
testGaussianFactor.cpp Re-organization: moving all files. 2010-07-12 07:16:31 +00:00
testGaussianFactorGraph.cpp multi-frontal solver works now as a result of flight delay 2010-07-18 20:23:23 +00:00
testGaussianISAM.cpp Re-organization: moving all files. 2010-07-12 07:16:31 +00:00
testGaussianJunctionTree.cpp multi-frontal solver works now as a result of flight delay 2010-07-18 20:23:23 +00:00
testGraph.cpp Re-organization: moving all files. 2010-07-12 07:16:31 +00:00
testInference.cpp Re-organization: moving all files. 2010-07-12 07:16:31 +00:00
testIterative.cpp Removed spurious "using namespace noiseModel" 2010-08-08 03:10:29 +00:00
testNonlinearConstraint.cpp Moved remaining equality constraint tests to testNonlinearEqualityConstraint. Added NonlinearEquality2, a binary constraint expressing exact equality between variables. 2010-08-06 20:07:55 +00:00
testNonlinearEquality.cpp Added CHECK_EXCEPTION() that can test whether an operation throws a specific exception, and used it in example tests 2010-07-20 14:51:00 +00:00
testNonlinearEqualityConstraint.cpp Moved remaining equality constraint tests to testNonlinearEqualityConstraint. Added NonlinearEquality2, a binary constraint expressing exact equality between variables. 2010-08-06 20:07:55 +00:00
testNonlinearFactor.cpp Re-organization: moving all files. 2010-07-12 07:16:31 +00:00
testNonlinearFactorGraph.cpp Re-organization: moving all files. 2010-07-12 07:16:31 +00:00
testNonlinearOptimizer.cpp Added more static optimization helper functions - can now just call optimizeLM(graph,config) or optimizeGN(graph,config) to get an optimized config. 2010-08-09 17:20:03 +00:00
testSubgraphPreconditioner.cpp Re-organization: moving all files. 2010-07-12 07:16:31 +00:00
testSymbolicBayesNet.cpp Re-organization: moving all files. 2010-07-12 07:16:31 +00:00
testSymbolicFactorGraph.cpp Re-organized FactorGraph, and de-templatized findAndRemoveFactors 2010-07-14 13:55:32 +00:00
testTupleConfig.cpp Added new test structures that allow for nonfatal assertions: EXPECT, EXPECT_DOUBLES_EQUAL, EXPECT_LONGS_EQUAL. Use these to check several unrelated conditions in a test. testTupleConfig was updated to make use of the new test structures. 2010-08-06 14:23:12 +00:00
timeGaussianFactorGraph.cpp Re-organization: moving all files. 2010-07-12 07:16:31 +00:00