- Timestamp:
- 01/03/13 21:35:20 (3 years ago)
- Location:
- branches/decorate
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/decorate/constraints.py
r610 r631 1 1 #!/usr/bin/env python 2 3 # XXX: provide the below from measures, which from bounded?, and ...generic?4 # XXX: with_*** is a 'wrap' constraint, what about 'nested' constraints?5 2 6 3 from mystic.math.measures import * … … 86 83 87 84 85 # XXX: provide the below from measures, which from bounded?, and ...generic? 88 86 ''' 89 87 mean(samples, weights=None) -
branches/decorate/restarts.py
r608 r631 43 43 solver._init_popEnergy = inf 44 44 solver.popEnergy = [solver._init_popEnergy] * solver.nPop 45 45 #solver.energy_history = [] 46 46 47 47 # individual solver __init__
Note: See TracChangeset
for help on using the changeset viewer.