Ignore:
Timestamp:
07/01/11 23:05:59 (5 years ago)
Author:
mmckerns
Message:

all solvers import through 'solvers', and tools through 'tools'
renamed BatchGrid? and Scattershot solvers; (see ticket #143)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UQ/math/examples/MPI_surrogate_diam_batchgrid.py

    r202 r465  
    111111####################################################################### 
    112112def local_optimize(cost,x0,lb,ub): 
    113   from mystic.scipy_optimize import PowellDirectionalSolver 
     113  from mystic.solvers import PowellDirectionalSolver 
    114114  from mystic.termination import NormalizedChangeOverGeneration as NCOG 
    115   from mystic import getch, VerboseSow, Sow 
     115  from mystic.tools import getch, VerboseSow, Sow 
    116116 
    117117  maxiter = 1000 
     
    150150####################################################################### 
    151151def optimize(cost,lower,upper): 
    152   from mystic import random_seed 
     152  from mystic.tools import random_seed 
    153153  from pyina.ez_map import ez_map2 as map 
    154154  from pyina.launchers import mpirun_launcher 
Note: See TracChangeset for help on using the changeset viewer.