You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "<p>The <a href=\"https://juliahub.com/ui/Packages/General/OptimalControlProblems\" rel=\"nofollow\">OptimalControlProblems.jl</a> package is part 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. The root package is <a href=\"https://juliahub.com/ui/Packages/General/OptimalControl\" rel=\"nofollow\">OptimalControl.jl</a> which aims to provide tools to model and solve optimal control problems with ordinary differential equations by direct and indirect methods, both on CPU and GPU.</p>",
3
+
"title": "OptimalControlProblems.jl: a collection of optimal control problems with ODE's in Julia",
abstract: <p>The <a href=\"https://juliahub.com/ui/Packages/General/OptimalControlProblems\" rel=\"nofollow\">OptimalControlProblems.jl</a> package is part 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. The root package is <a href=\"https://juliahub.com/ui/Packages/General/OptimalControl\" rel=\"nofollow\">OptimalControl.jl</a> which aims to provide tools to model and solve optimal control problems with ordinary differential equations by direct and indirect methods, both on CPU and GPU.</p>
2
+
title: "OptimalControlProblems.jl: a collection of optimal control problems with ODE's in Julia"
Copy file name to clipboardExpand all lines: docs/src/index.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,36 @@ using Pkg
15
15
Pkg.add("OptimalControlProblems")
16
16
```
17
17
18
+
## Citing us
19
+
20
+
If you use OptimalControlProblems.jl in your work, please cite us:
21
+
22
+
> Caillau, J.-B., Cots, O., Gergaud, J., & Martinon, P. *OptimalControlProblems.jl: a collection of optimal control problems with ODE's in Julia*. [doi.org/10.5281/zenodo.17013021](https://doi.org/10.5281/zenodo.17013021)
23
+
24
+
or in bibtex format:
25
+
26
+
```bibtex
27
+
@software{Caillau_OptimalControlProblems_jl,
28
+
author = {Caillau, Jean-Baptiste and Cots, Olivier and Gergaud, Joseph and Martinon, Pierre},
29
+
doi = {10.5281/zenodo.17013021},
30
+
license = {["MIT"]},
31
+
title = {{OptimalControlProblems.jl: a collection of optimal control problems with ODE's in Julia}},
If you think you found a bug or if you have a feature request / suggestion, feel free to open an [issue](https://github.com/control-toolbox/OptimalControlProblems.jl/issues). Before opening a pull request, please start an issue or a discussion on the topic.
39
+
40
+
Contributions are welcomed, check out [how to contribute to a Github project](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project). If it is your first contribution, you can also check [this first contribution tutorial](https://github.com/firstcontributions/first-contributions). You can find first good issues (if any 🙂) [here](https://github.com/control-toolbox/OptimalControlProblems.jl/contribute). You may find other packages to contribute to at the [control-toolbox organization](https://github.com/control-toolbox).
41
+
42
+
If you want to ask a question, feel free to start a discussion [here](https://github.com/orgs/control-toolbox/discussions). This forum is for general discussion about this repository and the [control-toolbox organization](https://github.com/control-toolbox).
43
+
44
+
!!! note
45
+
46
+
If you want to add an application or a package to the control-toolbox ecosystem, please follow this [set up tutorial](https://github.com/orgs/control-toolbox/discussions/65).
0 commit comments