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_scatter.py

    r201 r465  
    7979####################################################################### 
    8080def local_optimize(cost,x0,lb,ub): 
    81   from mystic.scipy_optimize import PowellDirectionalSolver 
     81  from mystic.solvers import PowellDirectionalSolver 
    8282  from mystic.termination import NormalizedChangeOverGeneration as NCOG 
    83   from mystic import getch, VerboseSow, Sow 
     83  from mystic.tools import getch, VerboseSow, Sow 
    8484 
    8585 #stepmon = VerboseSow(100) 
     
    108108####################################################################### 
    109109def optimize(cost,lower,upper): 
    110   from mystic import random_seed 
     110  from mystic.tools import random_seed 
    111111  random_seed(123) 
    112112 
Note: See TracChangeset for help on using the changeset viewer.