Changeset 3044
- Timestamp:
- Sep 3, 2017 2:35:45 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 Exercises 2 2 GSASII.BAT 3 basinhopping.py 3 4 binwin2.7
-
- Property svn:ignore
-
trunk/GSASIImath.py
r3043 r3044 4562 4562 4563 4563 def MCSAcallback(x, f,accept): 4564 fmin = min(f) 4565 return not pgbar.Update(min(100.,fmin*100), 4566 newmsg='%s%8.4f%s'%('MC/SA Residual:',fmin*100,'%'))[0] 4564 return not pgbar.Update(min(100.,f*100), 4565 newmsg='%s%8.4f%s'%('MC/SA Residual:',f*100,'%'))[0] 4567 4566 4568 4567 sq2pi = np.sqrt(2*np.pi)
Note: See TracChangeset
for help on using the changeset viewer.