Loading sas_temper/sas_temper_engine.py +9 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,9 @@ def sa_control(fconf, modconf, d): # st_time = time.time() # add a little feedback to the user print('model started:', end='', flush=True) # the number of refinement iterations to do for j in range(0,refines) : for i in range(0,refine_models): Loading @@ -45,9 +48,15 @@ def sa_control(fconf, modconf, d): else: res[i],mprof[i],mprof_usm[i] = sa_engine(fconf,localconf,d) # add a little feedback to the user print('#', end='', flush=True) # refine the ranges to start over localconf = sa_refine(refine_models, res) # add a little feedback to the user print(" done") best = 1000000000.00 hit = 0 for k in range(0, refine_models): Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ def is_external_dependency(dependency): setup( name='sas_temper', version='0.1.0', version='0.2.0', description='SAS data analysis using simulated annealing and reproducibility characterization. Uses sasmodels package', packages=['sas_temper'], scripts=['scripts/sas_temper'], Loading Loading
sas_temper/sas_temper_engine.py +9 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,9 @@ def sa_control(fconf, modconf, d): # st_time = time.time() # add a little feedback to the user print('model started:', end='', flush=True) # the number of refinement iterations to do for j in range(0,refines) : for i in range(0,refine_models): Loading @@ -45,9 +48,15 @@ def sa_control(fconf, modconf, d): else: res[i],mprof[i],mprof_usm[i] = sa_engine(fconf,localconf,d) # add a little feedback to the user print('#', end='', flush=True) # refine the ranges to start over localconf = sa_refine(refine_models, res) # add a little feedback to the user print(" done") best = 1000000000.00 hit = 0 for k in range(0, refine_models): Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ def is_external_dependency(dependency): setup( name='sas_temper', version='0.1.0', version='0.2.0', description='SAS data analysis using simulated annealing and reproducibility characterization. Uses sasmodels package', packages=['sas_temper'], scripts=['scripts/sas_temper'], Loading