We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CTDirect.jl/src/solution.jl
Line 171 in a9ae483
Use the OptimalControlSolution constructor when available in the future release.
OptimalControlSolution
function OptimalControlSolution(ocp::OptimalControlModel; state::Function, control::Function, objective::ctNumber, costate::Union{Nothing, Function}=nothing, times::Union{Nothing, TimesDisc}=nothing, variable::Union{Nothing, Variable}=nothing, iterations::Union{Nothing, Integer}=nothing, stopping::Union{Nothing, Symbol}=nothing, message::Union{Nothing, String}=nothing, success::Union{Nothing, Bool}=nothing, infos::Dict{Symbol, Any}=Dict{Symbol, Any}())::OptimalControlSolution ... end
The text was updated successfully, but these errors were encountered:
The constructor should require a variable if the problem is NonFixed.
NonFixed
Sorry, something went wrong.
v0.12.0
Done
PierreMartinon
joseph-gergaud
No branches or pull requests
CTDirect.jl/src/solution.jl
Line 171 in a9ae483
Use the
OptimalControlSolution
constructor when available in the future release.The text was updated successfully, but these errors were encountered: