Changeset 713 for mystic/examples_OUQ
- Timestamp:
- 04/03/14 12:44:55 (2 years ago)
- Location:
- mystic/examples_OUQ
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/examples_OUQ/TEST4d_OUQ_surrogate_diam.py
r688 r713 1 1 #!/usr/bin/env python 2 # 3 # Author: Mike McKerns (mmckerns @caltech and @uqfoundation) 4 # Copyright (c) 2010-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 2 7 3 8 debug = False -
mystic/examples_OUQ/TEST_OUQ_surrogate_diam.py
r688 r713 1 1 #!/usr/bin/env python 2 # 3 # Author: Mike McKerns (mmckerns @caltech and @uqfoundation) 4 # Copyright (c) 2010-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 2 7 3 8 debug = False -
mystic/examples_OUQ/surrogate.py
r255 r713 1 #! /usr/bin/env python 1 #!/usr/bin/env python 2 # 3 # Author: Mike McKerns (mmckerns @caltech and @uqfoundation) 4 # Copyright (c) 2009-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 7 2 8 """Original matlab code: 3 9
Note: See TracChangeset
for help on using the changeset viewer.