Skip to content

Commit

Permalink
documenting init param of mfista
Browse files Browse the repository at this point in the history
  • Loading branch information
dohmatob committed Jul 15, 2015
1 parent 0166085 commit cb39f7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nilearn/decoding/fista.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ def mfista(f1_grad, f2_prox, total_energy, lipschitz_constant, w_size,
float, and a dict with the key "converged", that says if the method to
compute f2_prox converged or not.
init : dict-like, optional (default None)
Dictionary of initialization parameters. Possible keys are 'w',
'stepsize', 'z', 't', 'dgap_factor'.
callback : callable(dict) -> bool
Function called on every iteration. If it returns True, then the loop
breaks.
Expand Down

0 comments on commit cb39f7f

Please sign in to comment.