-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
@frapac
As discussed, I added the model of space shuttle inspired from Constructive Methods for Initialization and Handling Mixed State-Input Constraints in Optimal Control.
I created the 2 model files : with JuMP space_Shuttle_JMP_V2 and OptimalControl space_Shuttle_OC_V2 and a notebook testSpaceShuttleV2.
With OptimalControl, I don't have a valid results yet. I can't run it on the notebook.
The execution is done in a separate terminal with
using OptimalControl
using NLPModelsIpopt
include("./Problems/OptimalControl/space_Shuttle_OC_V2.jl")
SpaceSV2OC = space_Shuttle_OC_V2();
import HSL_jll
nh = 502
init = space_Shuttle_init(;nh=nh)
sol = OptimalControl.solve(SpaceSV2OC, grid_size=nh, init =init,
tol=1e-8, constr_viol_tol=1e-6, max_iter=1000,
linear_solver="ma57",hsllib=HSL_jll.libhsl_path, print_timing_statistics="yes")Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

