Application related to nonlinear optimization #377
Unanswered
sandeep026
asked this question in
Q&A
Replies: 1 comment
-
Yes, SymForce can be used for these problems. We don't have any direct examples of this, but I'll sketch out how I would approach it.
The SymForce linearizers do not exploit thread-level parallelism, though user code may strategically split factors between multiple linearizers, run linearization in parallel, and combine the linearizations together (one can imagine a few variants of this strategy). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear developers,
I want to solve constrained nonlinear optimization problems using symforce for small to medium sized problems. Can I formulate objective , constraints and compute their derivatives for use in a solver like IPOPT? If there are some existing works, references will be greatly helpful.
Additional information
Beta Was this translation helpful? Give feedback.
All reactions