- Timestamp:
- 07/01/11 23:05:59 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UQ/math/examples/QSUB_surrogate_diam_batchgrid.py
r414 r465 115 115 ####################################################################### 116 116 def local_optimize(cost,x0,lb,ub): 117 from mystic.s cipy_optimizeimport PowellDirectionalSolver117 from mystic.solvers import PowellDirectionalSolver 118 118 from mystic.termination import NormalizedChangeOverGeneration as NCOG 119 from mystic import getch, VerboseSow, Sow119 from mystic.tools import getch, VerboseSow, Sow 120 120 121 121 maxiter = 1000 … … 154 154 ####################################################################### 155 155 def optimize(cost,lower,upper): 156 from mystic import random_seed156 from mystic.tools import random_seed 157 157 from pyina.ez_map import ez_map2 as map 158 158 from pyina.launchers import mpirun_launcher
Note: See TracChangeset
for help on using the changeset viewer.