Changeset 984 for trunk/GSASIImath.py


Ignore:
Timestamp:
Jul 8, 2013 7:30:27 AM (10 years ago)
Author:
vondreele
Message:

update Win2.7 g77 binaries
cov matrix now not modified by lam
no label plotting at all - fails
set MC/SA page after mc/sa run
fix 64 bit bug in switching to map peaks page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIImath.py

    r981 r984  
    147147    nfev += 1
    148148    Yvec,Amat = Hess(x0,*args)
     149    lam = 1.e-8          #unmodified matrix - comment out for matrix modification
    149150    Lam = np.eye(Amat.shape[0])*lam
    150151    Amatlam = Amat*(One+Lam)
     
    23292330        x0 = schedule.getstart_temp(best_state)
    23302331    else:
    2331 #        x0 = random.uniform(size=len(x0))*(upper-lower) + lower
     2332        x0 = random.uniform(size=len(x0))*(upper-lower) + lower #comment to avoid random start
    23322333        best_state.x = None
    23332334        best_state.cost = numpy.Inf
Note: See TracChangeset for help on using the changeset viewer.