Skip to content

Commit c198620

Browse files
committed
fix doc
1 parent ffc756b commit c198620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/tuning/starting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def find_MAP(start = None, vars=None, fmin = optimize.fmin_bfgs, return_raw = Fa
2323
vars : list
2424
List of variables to set to MAP point (Defaults to all continuous).
2525
fmin : function
26-
Optimization algorithm (Defaults to `scipy.optimize.fmin_l_bfgs_b`).
26+
Optimization algorithm (Defaults to `scipy.optimize.fmin_bfgs`).
2727
return_raw : Bool
2828
Whether to return extra value returned by fmin (Defaults to False)
2929
model : Model (optional if in `with` context)

0 commit comments

Comments
 (0)