Skip to content

Commit 436ad09

Browse files
committed
added manual-ai-ded.md
1 parent 3e4a8b9 commit 436ad09

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ cp(
120120
repo_url = "github.com/control-toolbox/OptimalControl.jl"
121121

122122
makedocs(;
123-
draft=false, # if draft is true, then the julia code from .md is not executed # debug
123+
draft=true, # if draft is true, then the julia code from .md is not executed # debug
124124
# to disable the draft mode in a specific markdown file, use the following:
125125
# ```@meta
126126
# Draft = false
@@ -144,6 +144,7 @@ makedocs(;
144144
],
145145
"Manual" => [
146146
"Define a problem" => "manual-abstract.md",
147+
"Use AI" => "manual-ai-ded.md",
147148
"Problem characteristics" => "manual-model.md",
148149
"Set an initial guess" => "manual-initial-guess.md",
149150
"Solve a problem" => "manual-solve.md",

docs/src/manual-ai-ded.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# [Use AI](@id manual-ai-ded)
2+
3+
document here use of standard AI to:
4+
- define a problem using the language DSL (provide a typical prompt allowing the model to learn it)
5+
- solve a problem (CPU / GPU)
6+
- plot the result
7+
- do more complex stuff: multiple shooting, grid refinement, continuation...

0 commit comments

Comments
 (0)