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

    r414 r465  
    6060####################################################################### 
    6161def optimize(cost,lower,upper): 
    62   from mystic import random_seed 
     62  from mystic.tools import random_seed 
    6363  from pyina.ez_map import ez_map2 as map 
    6464  from pyina.launchers import mpirun_launcher 
Note: See TracChangeset for help on using the changeset viewer.