We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888e808 commit a5009c9Copy full SHA for a5009c9
tutorials/introduction-to-optimizationproblems/index.jmd
@@ -64,7 +64,7 @@ nlp_120 = OptimizationProblems.ADNLPProblems.woods(n=120)
64
```
65
One of the advantages of these problems is that they are type-stable. Indeed, one can specify the output type with the keyword `type` as follows.
66
```julia
67
-nlp16_12 = OptimizationProblems.ADNLPProblems.woods(n=12, type=Val(Float16))
+nlp16_12 = OptimizationProblems.ADNLPProblems.woods(n=12, type=Float16)
68
69
Then, all the API will be compatible with the precised type.
70
0 commit comments