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

    r202 r465  
    9696####################################################################### 
    9797def local_optimize(cost,x0,lb,ub): 
    98   from mystic.scipy_optimize import PowellDirectionalSolver 
     98  from mystic.solvers import PowellDirectionalSolver 
    9999  from mystic.termination import NormalizedChangeOverGeneration as NCOG 
    100   from mystic import getch, VerboseSow, Sow 
     100  from mystic.tools import getch, VerboseSow, Sow 
    101101 
    102102 #stepmon = VerboseSow(100) 
Note: See TracChangeset for help on using the changeset viewer.