CTDirect.jl

Direct transcription of an optimal control problem and resolution
Author control-toolbox
Popularity
9 Stars
Updated Last
5 Days Ago
Started In
February 2023

CTDirect.jl

The CTDirect.jl package is part of the control-toolbox ecosystem. The control-toolbox ecosystem gathers Julia packages for mathematical control and applications. The root package is OptimalControl.jl which aims to provide tools to modelise and solve optimal control problems with ordinary differential equations by direct and indirect methods.

doc OptimalControl.jl

Name Badge
Documentation Documentation Documentation
Code Status Build Status Covering Status pkgeval Code Style: Blue
Dependencies deps
Licence License: MIT
Release Release

Installation

To install CTDirect.jl please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then add the package:

julia> ]
pkg> add CTDirect

Contributing

If you think you found a bug or if you have a feature request / suggestion, feel free to open an issue. Before opening a pull request, please start an issue or a discussion on the topic.

Contributions are welcomed, check out how to contribute to a Github project. If it is your first contribution, you can also check this first contribution tutorial. You can find first good issues (if any ๐Ÿ™‚) here. You may find other packages to contribute to at the control-toolbox organization.

If you want to ask a question, feel free to start a discussion here. This forum is for general discussion about this repository and the control-toolbox organization.

Note

If you want to add an application or a package to the control-toolbox ecosystem, please follow this set up tutorial.