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

    r126 r465  
    1313 
    1414# Powell's Directonal solver 
    15 from mystic.scipy_optimize import fmin_powell 
     15from mystic.solvers import fmin_powell 
    1616 
    1717# Rosenbrock function 
Note: See TracChangeset for help on using the changeset viewer.