dellaert
|
8a64d5bffe
|
Got rid of template parameters POSE (which was a fiction) and Z (which is now derived as CAMERA::Measurement).
|
2015-02-19 12:27:40 +01:00 |
dellaert
|
370b447e75
|
Add Measurement typedef
|
2015-02-19 12:24:02 +01:00 |
dellaert
|
454aec4554
|
Deal with forward declaration.
|
2015-02-19 12:23:49 +01:00 |
dellaert
|
a7370818fa
|
Added unit test for SmartFactorBase (which immediatly exposed dim bug!)
|
2015-02-19 10:54:55 +01:00 |
dellaert
|
7c1a795cb4
|
Fixed bug in dim (it should be #rows not #columns!) and moved to base class
|
2015-02-19 10:54:25 +01:00 |
Paul Drews
|
f9ccd23d4a
|
Refactored into class and unit test
|
2015-02-19 01:21:20 -05:00 |
zhaoyang
|
c2a223ddbb
|
copy the nonlinearfactor graph for two independent tests
|
2015-02-18 23:58:53 -05:00 |
zhaoyang
|
3b1c6b1b1e
|
add in a COLAMD vs METIS exmaple
|
2015-02-18 23:36:31 -05:00 |
dellaert
|
319d26312e
|
Better documentation
|
2015-02-19 02:01:36 +01:00 |
dellaert
|
3f437c448b
|
Removed dividers, added empty comments
|
2015-02-19 01:19:14 +01:00 |
dellaert
|
fd7411c68c
|
Making Direct and Iterative solvers comparable
|
2015-02-18 15:47:06 +01:00 |
thduynguyen
|
d8e184fadd
|
fix traits::dimension
|
2015-02-18 09:13:15 -05:00 |
dellaert
|
37cc0acbf7
|
Ignore doxygen docs
|
2015-02-18 14:24:35 +01:00 |
krunalchande
|
23dbaad23e
|
Added test to test iterative framework. DOES NOT WORK YET.
|
2015-02-18 07:48:40 -05:00 |
krunalchande
|
f1703db4aa
|
Added comments
|
2015-02-18 07:48:40 -05:00 |
krunalchande
|
37fe405872
|
Added warmStart flag.
|
2015-02-18 07:48:39 -05:00 |
krunalchande
|
6b2b96ca2a
|
updated with current constructor whch needs number of iterations
|
2015-02-18 07:47:55 -05:00 |
krunalchande
|
3142f0a9a7
|
disabled test
|
2015-02-18 07:47:55 -05:00 |
krunalchande
|
2476bbe8d7
|
can pass debug flag as parameter.
|
2015-02-18 07:47:55 -05:00 |
krunalchande
|
3e352f109e
|
Added warm start for initializing active set.
|
2015-02-18 07:47:54 -05:00 |
krunalchande
|
f4a4ce4325
|
added debug print statements
|
2015-02-18 07:47:54 -05:00 |
krunalchande
|
2791f2930b
|
fix return value from key to size_t.
|
2015-02-18 07:47:54 -05:00 |
krunalchande
|
e74b737a66
|
box-constraints unit test passed with prior and between factors
|
2015-02-18 07:47:53 -05:00 |
krunalchande
|
3653e93338
|
fix bug in dual feasibility check. We want dual variables < 0.
|
2015-02-18 07:47:53 -05:00 |
krunalchande
|
121feb2281
|
disable printing
|
2015-02-18 07:47:53 -05:00 |
krunalchande
|
bcdeddbda1
|
Compute the least-square values of dual variables instead of forcing them to satisfy the stationarity condition exactly. This fixes an infinite-loop bug in QPSolver when a constraint was continuously added to and removed from the active set.
|
2015-02-18 07:47:53 -05:00 |
krunalchande
|
276959e39a
|
remove support for nonlinear constraints. Refactor SQPSimple to LCNLPSolver.
|
2015-02-18 07:47:53 -05:00 |
krunalchande
|
0fdd49ca4e
|
Removed LinearEqualityManifoldFactorGraph.
|
2015-02-18 07:47:52 -05:00 |
krunalchande
|
e0e5e72020
|
Fixed includes
|
2015-02-18 07:47:52 -05:00 |
krunalchande
|
79b69d4489
|
[unfinished] unit test with multiple betweenFactors with box constraint.
|
2015-02-18 07:47:52 -05:00 |
krunalchande
|
1dd23ced02
|
Simple unit test for NonlinearInequalityFactorGraph.
|
2015-02-18 07:47:52 -05:00 |
krunalchande
|
de7149af63
|
Added licensing information.
|
2015-02-18 07:47:52 -05:00 |
krunalchande
|
2523fa2fe5
|
removed comment
|
2015-02-18 07:47:51 -05:00 |
krunalchande
|
b6d85e83ae
|
Fixed includes.
|
2015-02-18 07:47:51 -05:00 |
krunalchande
|
c99a848148
|
Refactoring.
|
2015-02-18 07:47:51 -05:00 |
krunalchande
|
d435fa72df
|
removed all printing
|
2015-02-18 07:47:51 -05:00 |
krunalchande
|
cc0e5cd3ca
|
Working nonlinear inequality constraints with unit tests.
|
2015-02-18 07:47:51 -05:00 |
krunalchande
|
4f92492e34
|
Reapply hacks in EliminatePreferCholesky to deal with negative definite hessians obtained from multiplying dual variables with the hessians of nonlinear constraints needed for SQP.
|
2015-02-18 07:47:50 -05:00 |
krunalchande
|
fd461a1c15
|
[unfinished] prototyping inequality SQP with Luca.
|
2015-02-18 07:47:50 -05:00 |
krunalchande
|
ecc87bdb2b
|
Added test with pose and a line equality constraint. Works but hessian is incorrect. So basically using nonlinearequality vs linearequality makes no difference.
|
2015-02-18 07:47:50 -05:00 |
krunalchande
|
29e6e67de7
|
added debug info, fixed unit test, added nonlinear constraint (circle) test. Doesn't work because of negative definite hessian obtained from multiplying the dual with the constraint hessian.
|
2015-02-18 07:47:50 -05:00 |
krunalchande
|
ccc243d37a
|
Obtain dim by using traits.
|
2015-02-18 07:47:50 -05:00 |
krunalchande
|
147d174a66
|
test files deprecated, might be removed later
|
2015-02-18 07:47:49 -05:00 |
krunalchande
|
6d76b5910c
|
added comments
|
2015-02-18 07:47:49 -05:00 |
krunalchande
|
2b1cc7bf22
|
Added Simple QP solver and test. Unit test doesn't work yet
|
2015-02-18 07:47:49 -05:00 |
krunalchande
|
3af06ef029
|
Added nonlinearconstraint and tests
|
2015-02-18 07:47:49 -05:00 |
krunalchande
|
7d2f69335d
|
Added constructor
|
2015-02-18 07:47:48 -05:00 |
krunalchande
|
b4c5237925
|
Added structure of test and class. Left with implementation.
|
2015-02-18 07:47:48 -05:00 |
dellaert
|
0914e2c8d5
|
New example with smart PCG
|
2015-02-18 12:15:55 +01:00 |
dellaert
|
9f51aad0fc
|
Cleaned up comments and headers in examples
|
2015-02-18 12:02:33 +01:00 |