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/MPI2_helper.py

    r253 r465  
    6363####################################################################### 
    6464def local_optimize(cost,x0,lb,ub): 
    65   from mystic.scipy_optimize import PowellDirectionalSolver 
     65  from mystic.solvers import PowellDirectionalSolver 
    6666  from mystic.termination import NormalizedChangeOverGeneration as NCOG 
    67   from mystic import getch, VerboseSow, Sow 
     67  from mystic.tools import getch, VerboseSow, Sow 
    6868 
    6969  maxiter = 1000 
Note: See TracChangeset for help on using the changeset viewer.