Skip to content

Commit 84210d0

Browse files
authored
Merge pull request #1689 from SciML/fb/paramopt
Clarify usage intent of `tunable` metadata
2 parents 8c43b52 + d7e4e54 commit 84210d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/Variable_metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ isdisturbance(u)
3434
```
3535

3636
## Mark parameter as tunable
37-
Indicate that a parameter can be automatically tuned by automatic control tuning apps.
37+
Indicate that a parameter can be automatically tuned by parameter optimization or automatic control tuning apps.
3838

3939
```@example metadata
4040
@parameters Kp [tunable=true]

0 commit comments

Comments
 (0)