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 ffc756b commit c198620Copy full SHA for c198620
pymc/tuning/starting.py
@@ -23,7 +23,7 @@ def find_MAP(start = None, vars=None, fmin = optimize.fmin_bfgs, return_raw = Fa
23
vars : list
24
List of variables to set to MAP point (Defaults to all continuous).
25
fmin : function
26
- Optimization algorithm (Defaults to `scipy.optimize.fmin_l_bfgs_b`).
+ Optimization algorithm (Defaults to `scipy.optimize.fmin_bfgs`).
27
return_raw : Bool
28
Whether to return extra value returned by fmin (Defaults to False)
29
model : Model (optional if in `with` context)
0 commit comments