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
  • mystic/examples_other/sam_corana2.py

    r133 r465  
    1111import sam 
    1212#from test_corana import * 
    13 from mystic.scipy_optimize import NelderMeadSimplexSolver as fmin 
     13from mystic.solvers import NelderMeadSimplexSolver as fmin 
    1414from mystic.termination import CandidateRelativeTolerance as CRT 
    15 from mystic import getch, Sow 
     15from mystic.tools import getch, Sow 
    1616 
    1717from mystic.models.corana import corana2d as Corana2 
Note: See TracChangeset for help on using the changeset viewer.