Ignore:
Timestamp:
05/21/10 23:50:18 (6 years ago)
Author:
mmckerns
Message:

again fixing so epydoc and setup.py are happy with "mystic.math"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • releases/mystic-0.2a1/mystic/scipy_optimize.py

    r219 r243  
    153153    callback -- an optional user-supplied function to call after each 
    154154        iteration.  It is called as callback(xk), where xk is the 
    155         current parameter vector. [default = None] 
    156     disp -- non-zero to print convergence messages. [default = 0] 
    157     radius -- percentage change for initial simplex values. 
    158         [default = 0.05] 
     155        current parameter vector.                           [default = None] 
     156    disp -- non-zero to print convergence messages.         [default = 0] 
     157    radius -- percentage change for initial simplex values. [default = 0.05] 
    159158 
    160159""" 
Note: See TracChangeset for help on using the changeset viewer.