Changeset 82 for python/tools.py


Ignore:
Timestamp:
01/26/09 16:12:08 (7 years ago)
Author:
mmckerns
Message:

scipy.optimize.fmin fit to mystic.Solve interface;
mystic handlers, etc added to fmin solver;
VerboseSow? edited to handle simplex-type cloud of results per iteration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tools.py

    r81 r82  
    110110class Sow(object): 
    111111    """ 
    112 # Instances of objects can be passed as parameters to fmin: 
     112# Instances of objects can be passed as parameters to solver.Solve(): 
    113113 
    114114sow = Sow() 
    115 fmin(rosen, x0, EvaulationMonitor=sow) 
     115solver.Solve(rosen, x0, EvaulationMonitor=sow) 
    116116 
    117117# Then parameters used to call the CostFunction can be retrieved via 
Note: See TracChangeset for help on using the changeset viewer.