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 3b6e351 commit cf1b530Copy full SHA for cf1b530
pymc/tuning/starting.py
@@ -70,8 +70,8 @@ def find_MAP(
70
Parameters
71
----------
72
start: `dict` of parameter values (Defaults to `model.initial_point`)
73
- These values will be fixed and used for any free RandomVariables that are
74
- not being optimized.
+ Starting point for the maximization.
+ Any free RandomVariables that are not being optimized, will be fixed to the start values.
75
vars: list of TensorVariable
76
List of free RandomVariables to optimize the posterior with respect to.
77
Defaults to all continuous RVs in a model. The respective value variables
0 commit comments