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/examples3/thk_safe/INV_surrogate_expect.py

    r319 r465  
    6767####################################################################### 
    6868def optimize(cost,lb,ub,_range): 
    69   from mystic.differential_evolution import DifferentialEvolutionSolver2 
     69  from mystic.solvers import DifferentialEvolutionSolver2 
    7070  from mystic.termination import VTR 
    7171 #from mystic.termination import CandidateRelativeTolerance as CRT 
    7272 #from mystic.termination import ChangeOverGeneration as COG 
    7373  from mystic.strategy import Best1Exp 
    74   from mystic import getch, random_seed, VerboseSow, Sow 
     74  from mystic.tools import getch, random_seed, VerboseSow, Sow 
    7575 
    7676# random_seed(123) 
Note: See TracChangeset for help on using the changeset viewer.