Skip to content

Commit dcea65a

Browse files
committed
doc: minor correction in link
1 parent dcdcf2f commit dcea65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/nonlinmpc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ This method is really intricate and I'm not proud of it. That's because of 3 ele
550550
and as efficient as possible. All the function outputs and derivatives are cached and
551551
updated in-place if required to use the efficient [`value_and_jacobian!`](@extref DifferentiationInterface DifferentiationInterface.value_and_jacobian!).
552552
- The `JuMP` NLP syntax forces splatting for the decision variable, which implies use
553-
of `Vararg{T,N}` (see the [performance tip][@extref Julia Be-aware-of-when-Julia-avoids-specializing]
553+
of `Vararg{T,N}` (see the (performance tip)[@extref Julia Be-aware-of-when-Julia-avoids-specializing]
554554
) and memoization to avoid redundant computations. This is already complex, but it's even
555555
worse knowing that most automatic differentiation tools do not support splatting.
556556
- The signature of gradient and hessian functions is not the same for univariate (`nZ̃ == 1`)

0 commit comments

Comments
 (0)