Changeset 116 for DEV_NOTES


Ignore:
Timestamp:
03/18/09 13:40:04 (7 years ago)
Author:
mmckerns
Message:

fixed bug from ticket #17 (DEsolver throws error when given numpy.inf as bound)
by migrating DEsolvers to use wrap_bounds (ticket #6);
modified core of test_rosenbrock.py to mirror test_rosenbrock2.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DEV_NOTES

    r112 r116  
    44mystic/mystic/scipy_optimize.py: 
    55 - better way to deal with direc (?) 
     6 - can x0 versus self.population[0] be handled better? (and _clipGuess...) 
    67mystic/mystic/differential_evolution.py: 
    7  - use wrap_bounds instead of existing method (?) 
    8  - fix bug: DESolver throws error when given numpy.inf as a bound (!) 
    98 - resolve strategy, CrossProbability, & ScalingFactor against AbstractSolver 
    109 - allow register of sigint_callback for all 'one-liner' interfaces (?) 
Note: See TracChangeset for help on using the changeset viewer.