You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/controller/nonlinmpc.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -566,7 +566,7 @@ This method is really intricate and I'm not proud of it. That's because of 3 ele
566
566
567
567
- These functions are used inside the nonlinear optimization, so they must be type-stable
568
568
and as efficient as possible. All the function outputs and derivatives are cached and
569
-
updated in-place if required to use the efficient [`value_and_jacobian!`](@extref DifferentiationInterface value_and_jacobian!)`.
569
+
updated in-place if required to use the efficient [`value_and_jacobian!`](@extref DifferentiationInterface DifferentiationInterface.value_and_jacobian!)`.
570
570
- The `JuMP` NLP syntax forces splatting for the decision variable, which implies use
571
571
of `Vararg{T,N}` (see the [performance tip][@extref Julia Be-aware-of-when-Julia-avoids-specializing]
572
572
) and memoization to avoid redundant computations. This is already complex, but it's even
0 commit comments