Changeset 714 for branches/decorate/restarts.py
- Timestamp:
- 04/03/14 13:43:02 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/decorate/restarts.py
r638 r714 1 #!/usr/bin/env python 2 # 3 # Author: Mike McKerns (mmckerns @caltech and @uqfoundation) 4 # Copyright (c) 2012-2014 California Institute of Technology. 5 # License: 3-clause BSD. The full license text is available at: 6 # - http://mmckerns.github.io/project/mystic/browser/mystic/LICENSE 1 7 2 8 def sumt(cost, solver, term, eps = 1e-4, max_SUMT_iters = 10, **kwds):
Note: See TracChangeset
for help on using the changeset viewer.