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

Replace sas_temper_engine.py

parent 92617ba5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ def sa_engine(fconf, modconf, d):
        # we drop the temperature, tighten the range and increase schedule
        temp = temp*fconf.temp_rate
        r = r*fconf.param_rate
        schedule += 1
        schedule = schedule + 1
    
    # as the final step, we estimate the uncertainties with the jacobian
    f = copy.deepcopy(fbest)