This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Releases: control-toolbox/CTProblems.jl
Releases · control-toolbox/CTProblems.jl
v0.7.1
v0.7.0
v0.5.9
v0.5.7
v0.5.6
v0.5.0
v0.4.0
Filtering:
julia> @ProblemsList !:integrator | :time
(:goddard, :classical, :altitude, :state_dim_3, :control_dim_1, :mayer, :state_constraint, :control_constraint, :singular_arc)
(:goddard, :all_constraints, :altitude, :state_dim_3, :control_dim_1, :mayer, :state_constraint, :control_constraint, :singular_arc)
(:exponential, :consumption, :state_dim_1, :control_dim_1, :lagrange, :control_non_differentiable)
(:exponential, :energy, :state_dim_1, :control_dim_1, :lagrange)
(:exponential, :time, :state_dim_1, :control_dim_1, :lagrange)
or
julia> @Problems :integrator | :time
List of optimal control problems:
description = Double integrator - energy min
model (Type) = OptimalControlModel{:autonomous, :scalar}
solution (Type) = OptimalControlSolution
description = simple exponential - time min
model (Type) = OptimalControlModel{:autonomous, :scalar}
solution (Type) = OptimalControlSolution