Changeset 773


Ignore:
Timestamp:
11/21/14 17:19:31 (18 months ago)
Author:
mmckerns
Message:

provide default values for nbins and npts for LatticeSolver? and BuckshotSolver?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mystic/mystic/ensemble.py

    r771 r773  
    4040parallel mapped optimization starting from the center of N grid points 
    4141    """ 
    42     def __init__(self, dim, nbins): 
     42    def __init__(self, dim, nbins=8): 
    4343        """ 
    4444Takes two initial inputs:  
     
    235235parallel mapped optimization starting from the N random points 
    236236    """ 
    237     def __init__(self, dim, npts): 
     237    def __init__(self, dim, npts=8): 
    238238        """ 
    239239Takes two initial inputs:  
Note: See TracChangeset for help on using the changeset viewer.