Changeset 104 for DEV_NOTES


Ignore:
Timestamp:
02/20/09 18:36:22 (7 years ago)
Author:
mmckerns
Message:

moved fmin_powell to scipy_optimize;
removed scipy dependency;
cleanup of Solver documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DEV_NOTES

    r103 r104  
    55*/*/*py: 
    66 - move "circle" to mystic.models, and move more of "mogi" to mystic.models 
    7 mystic/mystic/fmin_powell.py: 
     7mystic/mystic/scipy_optimize.py: 
    88 - derive an AbstractSolver class for all solvers to inherit from 
    9  - add scipy solver "Brent", to _remove_ the scipy dependency (*) 
    10  - migrate all contents into scipy_optimize.py 
    11  - clean up & edit inline documentation 
    12  - better way to deal with callback, direc, maxfun, maxiter (?) 
    13 mystic/mystic/scipy_optimize.py: 
    14  - add the "__all__" scipy trick 
     9 - better way to deal with direc, maxfun, maxiter (?) 
    1510mystic/mystic/differential_evolution.py: 
    1611 - add ability to choose initial point 
Note: See TracChangeset for help on using the changeset viewer.