Skip to content

Commit 8a58f55

Browse files
authored
Update tutorials/introduction-to-optimizationproblems/index.jmd
1 parent ba28a26 commit 8a58f55

File tree

1 file changed

+1
-1
lines changed
  • tutorials/introduction-to-optimizationproblems

1 file changed

+1
-1
lines changed

tutorials/introduction-to-optimizationproblems/index.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ nlp_12 = OptimizationProblems.ADNLPProblems.woods(n=12)
6262
```julia
6363
nlp_120 = OptimizationProblems.ADNLPProblems.woods(n=120)
6464
```
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.
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. Note that in version < 0.8 the argument was `type=Val(DataType)`.
6666
```julia
6767
nlp16_12 = OptimizationProblems.ADNLPProblems.woods(n=12, type=Float16)
6868
```

0 commit comments

Comments
 (0)