Add files via upload
This commit is contained in:
parent
57f5df08d7
commit
ebdd2a3941
1 changed files with 0 additions and 3 deletions
|
|
@ -189,12 +189,9 @@ def run_aifeynman(pathdir,filename,BF_try_time,BF_ops_file_type, polyfit_deg=4,
|
||||||
continue
|
continue
|
||||||
|
|
||||||
PA_list = PA.get_pareto_points()
|
PA_list = PA.get_pareto_points()
|
||||||
print("test_1 ", PA_list)
|
|
||||||
for j in range(len(PA_list)):
|
for j in range(len(PA_list)):
|
||||||
print(PA_list[j][-1])
|
|
||||||
PA = add_snap_expr_on_pareto(pathdir,filename,PA_list[j][-1],PA, DR_file)
|
PA = add_snap_expr_on_pareto(pathdir,filename,PA_list[j][-1],PA, DR_file)
|
||||||
|
|
||||||
print("test_2 ", PA.get_pareto_points())
|
|
||||||
list_dt = np.array(PA.get_pareto_points())
|
list_dt = np.array(PA.get_pareto_points())
|
||||||
data_file_len = len(np.loadtxt(pathdir+filename))
|
data_file_len = len(np.loadtxt(pathdir+filename))
|
||||||
log_err = []
|
log_err = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue