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

Replace sas_temper_engine.py

parent 5e923fd2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -77,6 +77,11 @@ def sa_engine(fconf, modconf, d):
    schedule = 1
    hit = False
    while schedule <= fconf.temperatures:
        
        # add a little feedback to the user 
        if ((schedule+1) % 10==0):
        print('#', end='', flush=True)

        iters = 1
        
        while iters <= fconf.iterations: