Changeset 420


Ignore:
Timestamp:
08/25/10 14:03:04 (6 years ago)
Author:
mmckerns
Message:

minor edit to docs to denote likely performance increase w/ scipy installed

Location:
branches/alta/mystic-0.2a1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/alta/mystic-0.2a1/scipy_bfgs.py

    r419 r420  
    1414from scipy.optimize.  The minimal scipy interface has been preserved, 
    1515and functionality from the mystic solver API has been added with 
    16 reasonable defaults. 
     16reasonable defaults. Note that this solver has an optional scipy 
     17dependency, and will typically perform better when scipy is installed. 
    1718 
    1819Minimal function interface to optimization routines:: 
  • branches/alta/mystic-0.2a1/scipy_cg.py

    r419 r420  
    1414from scipy.optimize.  The minimal scipy interface has been preserved, 
    1515and functionality from the mystic solver API has been added with 
    16 reasonable defaults. 
     16reasonable defaults. Note that this solver has an optional scipy 
     17dependency, and will typically perform better when scipy is installed. 
    1718 
    1819Minimal function interface to optimization routines:: 
Note: See TracChangeset for help on using the changeset viewer.