Legend:
- Unmodified
- Added
- Removed
-
DEV_NOTES
r99 r103 1 1 = THINGS TO RESOLVE = 2 2 mystic/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 4 5 */*/*py: 5 6 - move "circle" to mystic.models, and move more of "mogi" to mystic.models 7 mystic/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 (?) 13 mystic/mystic/scipy_optimize.py: 14 - add the "__all__" scipy trick 15 mystic/mystic/differential_evolution.py: 16 - add ability to choose initial point 17 - use wrap_bounds instead of existing method (?) 6 18 7 19
Note: See TracChangeset
for help on using the changeset viewer.