Skip to content

Library of optimal control problems from the control-toolbox ecosystem

License

Notifications You must be signed in to change notification settings

BaptisteCbl/CTProblems.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTProblems.jl

The CTProblems.jl package is part of the control-toolbox ecosystem.

Documentation Build Status
Documentation Documentation Build Status Covering Status

Installation

To install a package from the control-toolbox ecosystem, please visit the installation page.

Overview

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.

About

Library of optimal control problems from the control-toolbox ecosystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%