Loading sas_temper/sas_temper_engine.py +3 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
sas_temper/sas_temper_engine.py +3 −0 Original line number Diff line number Diff line Loading @@ -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) Loading