Changeset 109 for DEV_NOTES


Ignore:
Timestamp:
03/10/09 15:44:57 (7 years ago)
Author:
mmckerns
Message:

added 'minimal' (one-line) interface for DE Solvers;
added ExtraArgs? to scipy_optimize minimal interfaces;
built example (ffitD) that demonstrates minimal DE interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DEV_NOTES

    r108 r109  
    11= THINGS TO RESOLVE = 
    22*/*/*py: 
    3  - move "circle" to mystic.models, and move more of "mogi" to mystic.models 
     3 - move more of "mogi" to mystic.models 
    44mystic/mystic/scipy_optimize.py: 
    55 - better way to deal with direc, maxfun, maxiter (?) 
    66mystic/mystic/differential_evolution.py: 
    77 - 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 
    812mystic/mystic/_genSow.py 
    913 - add ability to generate code for docstrings for the class methods 
Note: See TracChangeset for help on using the changeset viewer.