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_unsafe/INV_seesaw2d_inf_thk_diam.py

    r319 r465  
    2626####################################################################### 
    2727def optimize(cost,lb,ub,_constraints): 
    28   from mystic.differential_evolution import DifferentialEvolutionSolver2 
     28  from mystic.solvers import DifferentialEvolutionSolver2 
    2929 #from mystic.termination import CandidateRelativeTolerance as CRT 
    3030 #from mystic.termination import VTR 
    3131  from mystic.termination import ChangeOverGeneration as COG 
    3232  from mystic.strategy import Best1Exp 
    33   from mystic import getch, random_seed, VerboseSow, Sow 
     33  from mystic.tools import getch, random_seed, VerboseSow, Sow 
    3434 
    3535  random_seed(123) 
Note: See TracChangeset for help on using the changeset viewer.