Changeset 420
- Timestamp:
- 08/25/10 14:03:04 (6 years ago)
- Location:
- branches/alta/mystic-0.2a1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alta/mystic-0.2a1/scipy_bfgs.py
r419 r420 14 14 from scipy.optimize. The minimal scipy interface has been preserved, 15 15 and functionality from the mystic solver API has been added with 16 reasonable defaults. 16 reasonable defaults. Note that this solver has an optional scipy 17 dependency, and will typically perform better when scipy is installed. 17 18 18 19 Minimal function interface to optimization routines:: -
branches/alta/mystic-0.2a1/scipy_cg.py
r419 r420 14 14 from scipy.optimize. The minimal scipy interface has been preserved, 15 15 and functionality from the mystic solver API has been added with 16 reasonable defaults. 16 reasonable defaults. Note that this solver has an optional scipy 17 dependency, and will typically perform better when scipy is installed. 17 18 18 19 Minimal function interface to optimization routines::
Note: See TracChangeset
for help on using the changeset viewer.