Replies: 2 comments
|
@oameye The optimal control problem is discretized by OptimalControl.jl and then modeled with ADNLPModels.jl (for automatic differentiation) which do no support @jbcaillau Do we have some references explaining this? |
0 replies
|
@oameye @ocots hi; both can indeed cause problem for AD since none of them are differentiable at zero. Having a look at it in the framework of #384 (comment) then coming back to this (more general) issue. my first thought is to replace |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I need to minimize the lagrangian$\int_0^T \lVert u \rVert \lVert f(x) \rVert - \langle u , f(x) \rangle \mathrm{d}s$ .
Is their anyway to do this in the OptimalControl.jl package. For the first term I need
normorsqrt. But that doesn't seem supported.All reactions