We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b25688 commit c5bdb0bCopy full SHA for c5bdb0b
doc/OnlineDocs/contributed_packages/parmest/driver.rst
@@ -106,7 +106,7 @@ A labeled Pyomo model ``m`` has the following additional suffixes (Pyomo `Suffix
106
107
* ``m.experiment_outputs`` which defines experiment output (Pyomo `Param`, `Var`, or `Expression`)
108
and their associated data values (float, int).
109
-* ``m.unknown_parameters`` which defines the mutable parameters or variables (Pyomo `Parm` or `Var`)
+* ``m.unknown_parameters`` which defines the mutable parameters or variables (Pyomo `Param` or `Var`)
110
to estimate along with their component unique identifier (Pyomo `ComponentUID`).
111
Within parmest, any parameters that are to be estimated are converted to unfixed variables.
112
Variables that are to be estimated are also unfixed.
0 commit comments