Changeset 160 for branches/alta/mystic-0.1a2/mystic/anneal_solver.py
- Timestamp:
- 08/02/09 21:14:05 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alta/mystic-0.1a2/mystic/anneal_solver.py
r158 r160 40 40 Adapted for Mystic, 2009 41 41 """ 42 43 __all__ = ['AnnealSolver','anneal'] 42 44 43 45 # Mystic and numpy imports … … 200 202 def __init__(self, dim): 201 203 """ 202 Takes two initial inputs:204 Takes one initial input: 203 205 dim -- dimensionality of the problem 204 206
Note: See TracChangeset
for help on using the changeset viewer.