Changeset 773
- Timestamp:
- 11/21/14 17:19:31 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/mystic/ensemble.py
r771 r773 40 40 parallel mapped optimization starting from the center of N grid points 41 41 """ 42 def __init__(self, dim, nbins ):42 def __init__(self, dim, nbins=8): 43 43 """ 44 44 Takes two initial inputs: … … 235 235 parallel mapped optimization starting from the N random points 236 236 """ 237 def __init__(self, dim, npts ):237 def __init__(self, dim, npts=8): 238 238 """ 239 239 Takes two initial inputs:
Note: See TracChangeset
for help on using the changeset viewer.