Changeset 465 for branches/UQ/math/examples/MPI_surrogate_diam_batchgrid.py
- Timestamp:
- 07/01/11 23:05:59 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UQ/math/examples/MPI_surrogate_diam_batchgrid.py
r202 r465 111 111 ####################################################################### 112 112 def local_optimize(cost,x0,lb,ub): 113 from mystic.s cipy_optimizeimport PowellDirectionalSolver113 from mystic.solvers import PowellDirectionalSolver 114 114 from mystic.termination import NormalizedChangeOverGeneration as NCOG 115 from mystic import getch, VerboseSow, Sow115 from mystic.tools import getch, VerboseSow, Sow 116 116 117 117 maxiter = 1000 … … 150 150 ####################################################################### 151 151 def optimize(cost,lower,upper): 152 from mystic import random_seed152 from mystic.tools import random_seed 153 153 from pyina.ez_map import ez_map2 as map 154 154 from pyina.launchers import mpirun_launcher
Note: See TracChangeset
for help on using the changeset viewer.