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

    r236 r465  
    1515""" 
    1616 
    17 from mystic.differential_evolution import DifferentialEvolutionSolver 
     17from mystic.solvers import DifferentialEvolutionSolver 
    1818from mystic.termination import ChangeOverGeneration, VTR 
    1919from mystic.strategy import Best1Exp, Best1Bin, Rand1Exp 
    2020from mystic.math import poly1d 
    21 from mystic import getch, VerboseSow 
     21from mystic.tools import getch, VerboseSow 
    2222 
    2323import random 
Note: See TracChangeset for help on using the changeset viewer.