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.
2 parents 435927c + 858803d commit 535c4e6Copy full SHA for 535c4e6
docsrc/users-guide/workflow.rst
@@ -145,8 +145,8 @@ An example of each is provided in the `next section <examples.rst>`__.
145
146
It returns a :class:`CmdStanVB` object which contains an approximation the posterior distribution.
147
148
-* The :meth:`~CmdStanModel.optimize` runs one of
149
- `Stan's optimization algorithms <https://mc-stan.org/docs/reference-manual/optimization-algorithms-chapter.html>`__.
+* The :meth:`~CmdStanModel.optimize` runs one of Stan's
+ `optimization algorithms <https://mc-stan.org/docs/reference-manual/optimization-algorithms-chapter.html>`__
150
to find a mode of the density specified by the Stan program.
151
152
It returns a :class:`CmdStanMLE` object.
0 commit comments