Commit 24648297 authored by Heller, William T.'s avatar Heller, William T.
Browse files

Replace sas_temper_engine.py

parent cbb1b9b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -136,6 +136,9 @@ def sa_engine(fconf, modconf, d):
        r = r*fconf.param_rate
        schedule = schedule + 1
        
        noise = "schedule " + str(schedule) + "; iteration " + str(iters)
        print(noise)
    
    # as the final step, we estimate the uncertainties with the jacobian
    f = copy.deepcopy(fbest)
    fbest = est_uncerts(d,f,best_model)