The CTFlows.jl package is part of the control-toolbox ecosystem.
Category | Badge |
---|---|
Documentation | |
CI / Build | |
Test Coverage | |
Package Evaluation | |
Release / Version | |
License | |
Code Style / Quality |
The control-toolbox ecosystem brings together
Julia
packages for mathematical control and its applications.
- The root package, OptimalControl.jl, provides tools to model and solve optimal control problems defined by ordinary differential equations. It supports both direct and indirect methods, and can run on CPU or GPU.
- Complementing it, OptimalControlProblems.jl offers a curated collection of benchmark optimal control problems formulated with ODEs in Julia. Each problem is available both in the OptimalControl DSL and in JuMP, with discretised versions ready to be solved using the solver of your choice. This makes the package particularly useful for benchmarking and comparing different solution strategies.
To install CTFlows 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 CTFlows
Tip
If you are new to Julia, please follow this guidelines.
Note
The package requires Julia version 1.10 or later.
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.