Changeset 103 for DEV_NOTES


Ignore:
Timestamp:
02/20/09 16:40:19 (7 years ago)
Author:
mmckerns
Message:

added solver for scipy's fmin_powell (added scipy dependency too = BAD);
corrected output from disp,retall,full_output options to be identical to scipy's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DEV_NOTES

    r99 r103  
    11= THINGS TO RESOLVE = 
    22mystic/examples*/*py: 
    3  - convert scipy.optimize.fmin to mystic.scipy_optimize.fmin 
     3 - convert from scipy.optimize.fmin to mystic.scipy_optimize.fmin 
     4 - convert from scipy.optimize.fmin_powell to mystic.scipy_optimize.fmin_powell 
    45*/*/*py: 
    56 - move "circle" to mystic.models, and move more of "mogi" to mystic.models 
     7mystic/mystic/fmin_powell.py: 
     8 - 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 (?) 
     13mystic/mystic/scipy_optimize.py: 
     14 - add the "__all__" scipy trick 
     15mystic/mystic/differential_evolution.py: 
     16 - add ability to choose initial point 
     17 - use wrap_bounds instead of existing method (?) 
    618 
    719 
Note: See TracChangeset for help on using the changeset viewer.