Skip to content

Commit cf1b530

Browse files
authored
Update starting.py
Clarified find_MAP doc regarding start parameter
1 parent 3b6e351 commit cf1b530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/tuning/starting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def find_MAP(
7070
Parameters
7171
----------
7272
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.
73+
Starting point for the maximization.
74+
Any free RandomVariables that are not being optimized, will be fixed to the start values.
7575
vars: list of TensorVariable
7676
List of free RandomVariables to optimize the posterior with respect to.
7777
Defaults to all continuous RVs in a model. The respective value variables

0 commit comments

Comments
 (0)