Legend:
- Unmodified
- Added
- Removed
-
DEV_NOTES
r103 r104 5 5 */*/*py: 6 6 - move "circle" to mystic.models, and move more of "mogi" to mystic.models 7 mystic/mystic/ fmin_powell.py:7 mystic/mystic/scipy_optimize.py: 8 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 9 - better way to deal with direc, maxfun, maxiter (?) 15 10 mystic/mystic/differential_evolution.py: 16 11 - add ability to choose initial point
Note: See TracChangeset
for help on using the changeset viewer.