Changeset 249


Ignore:
Timestamp:
05/30/10 15:09:10 (6 years ago)
Author:
mmckerns
Message:

'diffev' function now also has 'best' defaults for CrossProb? & Scaling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mystic/mystic/differential_evolution.py

    r247 r249  
    563563 
    564564def diffev(func,x0,npop,args=(),bounds=None,ftol=5e-3,gtol=None, 
    565            maxiter=None,maxfun=None,cross=1.0,scale=0.9, 
     565           maxiter=None,maxfun=None,cross=0.9,scale=0.8, 
    566566           full_output=0,disp=1,retall=0,callback=None,invariant_current=True): 
    567567    """Minimize a function using differential evolution. 
Note: See TracChangeset for help on using the changeset viewer.