Changeset 465 for branches/UQ/math/examples/MPI_surrogate_diam_scatter.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_scatter.py
r201 r465 94 94 ####################################################################### 95 95 def local_optimize(cost,x0,lb,ub): 96 from mystic.s cipy_optimizeimport PowellDirectionalSolver96 from mystic.solvers import PowellDirectionalSolver 97 97 from mystic.termination import NormalizedChangeOverGeneration as NCOG 98 from mystic import getch, VerboseSow, Sow98 from mystic.tools import getch, VerboseSow, Sow 99 99 100 100 maxiter = 1000 … … 133 133 ####################################################################### 134 134 def optimize(cost,lower,upper): 135 from mystic import random_seed135 from mystic.tools import random_seed 136 136 from pyina.ez_map import ez_map2 as map 137 137 from pyina.launchers import mpirun_launcher
Note: See TracChangeset
for help on using the changeset viewer.