Changeset 465 for branches/UQ/math/examples/MPI2_helper.py
- Timestamp:
- 07/01/11 23:05:59 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UQ/math/examples/MPI2_helper.py
r253 r465 63 63 ####################################################################### 64 64 def local_optimize(cost,x0,lb,ub): 65 from mystic.s cipy_optimizeimport PowellDirectionalSolver65 from mystic.solvers import PowellDirectionalSolver 66 66 from mystic.termination import NormalizedChangeOverGeneration as NCOG 67 from mystic import getch, VerboseSow, Sow67 from mystic.tools import getch, VerboseSow, Sow 68 68 69 69 maxiter = 1000
Note: See TracChangeset
for help on using the changeset viewer.