We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7175b02 commit 08a09e3Copy full SHA for 08a09e3
src/controller/transcription.jl
@@ -94,7 +94,7 @@ a similar algorithm complexity.
94
requires evaluating the system dynamics at both the current and next time steps, which
95
can increase computational complexity compared to explicit methods like single shooting.
96
"""
97
-struct TrapezoidalMethod <: TranscriptionMethod end
+struct TrapezoidalCollocation <: TranscriptionMethod end
98
99
100
@doc raw"""
0 commit comments