Skip to content

Commit 8a6fc74

Browse files
committed
Lets do optimal control in another one
1 parent 6de5521 commit 8a6fc74

2 files changed

Lines changed: 1 addition & 38 deletions

File tree

lib/BoundaryValueDiffEqCore/src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ function __construct_internal_problem(prob::TwoPointBVProblem, alg, loss, jac,
685685
prob, optf, y, p; lcons = lcons, ucons = ucons)
686686
end
687687
end
688-
# Multiple shooting only use inplace version internal problem constructor
688+
# Multiple shooting always use inplace version internal problem constructor
689689
function __construct_internal_problem(prob, alg, loss, jac, jac_prototype,
690690
resid_prototype, y, p, M::Int, N::Int, ::Nothing)
691691
T = eltype(y)

test/misc/dynamic_optimization.jl

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)