Changeset 2846 for trunk/GSASIIstrMain.py
- Timestamp:
- May 30, 2017 4:40:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r2824 r2846 59 59 #fl.close() 60 60 Ftol = Controls['min dM/M'] 61 Xtol = Controls['SVDtol'] 61 62 Factor = Controls['shift factor'] 62 63 if 'Jacobian' in Controls['deriv type']: … … 68 69 Lamda = Controls.get('Marquardt',-3) 69 70 maxCyc = Controls['max cyc'] 70 result = G2mth.HessianLSQ(G2stMth.errRefine,values,Hess=G2stMth.HessRefine,ftol=Ftol, maxcyc=maxCyc,Print=ifPrint,lamda=Lamda,71 result = G2mth.HessianLSQ(G2stMth.errRefine,values,Hess=G2stMth.HessRefine,ftol=Ftol,xtol=Xtol,maxcyc=maxCyc,Print=ifPrint,lamda=Lamda, 71 72 args=([Histograms,Phases,restraintDict,rigidbodyDict],parmDict,varyList,calcControls,pawleyLookup,dlg)) 72 73 ncyc = result[2]['num cyc']+1
Note: See TracChangeset
for help on using the changeset viewer.