We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25af06 commit d6b9409Copy full SHA for d6b9409
.gitignore
@@ -0,0 +1,2 @@
1
+#
2
+build/
src/cddp_core/CDDPProblem.cpp
@@ -6,15 +6,18 @@
6
#include "cddp_core/CDDPProblem.hpp"
7
#include "osqp++.h"
8
/*
9
-TODO
+TODO:
10
- Add circle constraint
11
+- Add ellipse constraint
12
- Add Merit function check
13
- Add regularization
-- Add trust region
14
+- Add trust region/line-search
15
- Add print methods
16
- Add convergence check
17
- Add cost improvement check
18
- Add expected improvement check
19
+- Add parallelization
20
+- Add warm start
21
*/
22
23
namespace cddp {
0 commit comments