Skip to content

New instance of Space Shuttle ( Task #4) #22

@0Yassine0

Description

@0Yassine0

@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")

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions