-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
275 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"description": "<p>The <a href=\"https://juliahub.com/ui/Packages/General/OptimalControl\" rel=\"nofollow\">OptimalControl.jl</a> package is the root package of the <a href=\"https://github.com/control-toolbox\">control-toolbox ecosystem</a>. The control-toolbox ecosystem gathers Julia packages for mathematical control and applications. It aims to provide tools to model and solve optimal control problems with ordinary differential equations by direct and indirect methods.</p>", | ||
"title": "OptimalControl.jl: a Julia package to modelise and solve optimal control problems with ODE's", | ||
"upload_type": "software", | ||
"doi": "10.5281/zenodo.13336652", | ||
"keywords": [ | ||
"optimal control", | ||
"control of ODE's", | ||
"optimization", | ||
"direct transcription", | ||
"shooting" | ||
], | ||
"creators": [ | ||
{ | ||
"affiliation": "Université Côte d’Azur, CNRS, Inria, LJAD", | ||
"name": "Caillau, Jean-Baptiste", | ||
"orcid": "0000-0002-1719-2016" | ||
}, | ||
{ | ||
"affiliation": "Université Toulouse, CNRS, ENSEEIHT-IRIT", | ||
"name": "Cots, Olivier", | ||
"orcid": "0000-0002-4703-4369" | ||
}, | ||
{ | ||
"affiliation": "Université Toulouse, CNRS, ENSEEIHT-IRIT", | ||
"name": "Gergaud, Joseph", | ||
"orcid": "0009-0005-9825-8652" | ||
}, | ||
{ | ||
"affiliation": "CAGE team, Inria Paris", | ||
"name": "Martinon, Pierre", | ||
"orcid": "0000-0003-0571-2376" | ||
}, | ||
{ | ||
"affiliation": "Inria Sophia Antipolis Méditerranée", | ||
"name": "Sed, Sophia" | ||
} | ||
], | ||
"access_right": "open", | ||
"related_identifiers": [ | ||
{ | ||
"scheme": "url", | ||
"identifier": "https://github.com/control-toolbox/OptimalControl.jl/releases/latest", | ||
"relation": "isSupplementTo" | ||
} | ||
], | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@software{Caillau_OptimalControl_jl_a_Julia, | ||
author = {Caillau, Jean-Baptiste and Cots, Olivier and Gergaud, Joseph and Martinon, Pierre and Sed, Sophia}, | ||
doi = {10.5281/zenodo.13336563}, | ||
license = {["MIT"]}, | ||
title = {{OptimalControl.jl: a Julia package to modelise and solve optimal control problems with ODE's}}, | ||
url = {https://control-toolbox.org/OptimalControl.jl} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,39 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite it as below." | ||
abstract: <p>The <a href="https://juliahub.com/ui/Packages/General/OptimalControl" | ||
rel="nofollow">OptimalControl.jl</a> package is the root package of the <a | ||
href="https://github.com/control-toolbox">control-toolbox ecosystem</a>. The control-toolbox | ||
ecosystem gathers Julia packages for mathematical control and applications. It aims | ||
to provide tools to model and solve optimal control problems with ordinary differential | ||
equations by direct and indirect methods.</p> | ||
title: "OptimalControl.jl: a Julia package to modelise and solve optimal control problems with ODE's" | ||
authors: | ||
- family-names: "Caillau" | ||
given-names: "Jean-Baptiste" | ||
orcid: "https://orcid.org/0000-0002-1719-2016" | ||
- family-names: "Cots" | ||
given-names: "Olivier" | ||
orcid: "https://orcid.org/0000-0002-4703-4369" | ||
- family-names: "Gergaud" | ||
given-names: "Joseph" | ||
- family-names: "Martinon" | ||
given-names: "Pierre" | ||
orcid: "https://orcid.org/0000-0003-0571-2376" | ||
title: "OptimalControl.jl" | ||
version: 0.11.2 | ||
- affiliation: "Universit\xE9 C\xF4te d'Azur, CNRS, Inria, LJAD" | ||
family-names: Caillau | ||
given-names: Jean-Baptiste | ||
orcid: 0000-0002-1719-2016 | ||
- affiliation: "Universit\xE9 Toulouse, CNRS, ENSEEIHT-IRIT" | ||
family-names: Cots | ||
given-names: Olivier | ||
orcid: 0000-0002-4703-4369 | ||
- affiliation: "Universit\xE9 Toulouse, CNRS, ENSEEIHT-IRIT" | ||
family-names: Gergaud | ||
given-names: Joseph | ||
orcid: 0009-0005-9825-8652 | ||
- affiliation: CAGE team, Inria Paris | ||
family-names: Martinon | ||
given-names: Pierre | ||
orcid: 0000-0003-0571-2376 | ||
- affiliation: "Inria Sophia Antipolis M\xE9diterran\xE9e" | ||
family-names: Sed | ||
given-names: Sophia | ||
cff-version: 1.2.0 | ||
doi: 10.5281/zenodo.13336563 | ||
date-released: 2024-08-17 | ||
url: "https://github.com/control-toolbox/OptimalControl.jl" | ||
keywords: | ||
- optimal control | ||
- control of ODE's | ||
- optimization | ||
- direct transcription | ||
- shooting | ||
license: | ||
- MIT | ||
url: "https://control-toolbox.org/OptimalControl.jl" | ||
type: software |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "OptimalControl" | ||
uuid = "5f98b655-cc9a-415a-b60e-744165666948" | ||
authors = ["Olivier Cots <[email protected]>"] | ||
version = "0.11.2" | ||
version = "0.11.3" | ||
|
||
[deps] | ||
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.