Changeset 82 for python/tools.py
- Timestamp:
- 01/26/09 16:12:08 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tools.py
r81 r82 110 110 class Sow(object): 111 111 """ 112 # Instances of objects can be passed as parameters to fmin:112 # Instances of objects can be passed as parameters to solver.Solve(): 113 113 114 114 sow = Sow() 115 fmin(rosen, x0, EvaulationMonitor=sow)115 solver.Solve(rosen, x0, EvaulationMonitor=sow) 116 116 117 117 # Then parameters used to call the CostFunction can be retrieved via
Note: See TracChangeset
for help on using the changeset viewer.