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? |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
-
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
norm
orsqrt
. But that doesn't seem supported.Beta Was this translation helpful? Give feedback.
All reactions