File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 120120repo_url = " github.com/control-toolbox/OptimalControl.jl"
121121
122122makedocs (;
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" ,
Original file line number Diff line number Diff line change 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...
You can’t perform that action at this time.
0 commit comments