Legend:
- Unmodified
- Added
- Removed
-
DEV_NOTES
r108 r109 1 1 = THINGS TO RESOLVE = 2 2 */*/*py: 3 - move "circle" to mystic.models, and movemore of "mogi" to mystic.models3 - move more of "mogi" to mystic.models 4 4 mystic/mystic/scipy_optimize.py: 5 5 - better way to deal with direc, maxfun, maxiter (?) 6 6 mystic/mystic/differential_evolution.py: 7 7 - use wrap_bounds instead of existing method (?) 8 - fix bug: DESolver throws error when given numpy.inf as a bound (!) 9 - add maxfun, disp, and scipy's callback to DESolver 10 - enable signal_handler & sigint_callback (?) for all 'one-liner' interfaces 11 - DESolver needs documentation 8 12 mystic/mystic/_genSow.py 9 13 - add ability to generate code for docstrings for the class methods
Note: See TracChangeset
for help on using the changeset viewer.