The CTProblems.jl package is part of the control-toolbox ecosystem.
| Documentation | Build Status |
|---|---|
To install a package from the control-toolbox ecosystem, please visit the installation page.
The CTProblems.jl package provides a list of optimal control problems, each of them is made of a description, the model and the solution. You can get access to any problem by a simple description, see CTBase.jl.
For instance, to get the energy-min one dimensional exponential problem, simply
using CTProblems
prob = Problem(:exponential, :energy)and to print the complete list of problems:
ProblemsDescriptions()For more details, see the documentation.