Add files via upload
This commit is contained in:
parent
a96e7f321a
commit
b8bf6a1a7f
1 changed files with 1 additions and 3 deletions
|
|
@ -33,8 +33,6 @@ def run_AI_all(pathdir,filename,BF_try_time=60,BF_ops_file_type="14ops", polyfit
|
||||||
|
|
||||||
# load the data for different checks
|
# load the data for different checks
|
||||||
data = np.loadtxt(pathdir+filename)
|
data = np.loadtxt(pathdir+filename)
|
||||||
PA = get_atan(pathdir,"results/mystery_world_atan/",filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg)
|
|
||||||
'''
|
|
||||||
# Run bf and polyfit
|
# Run bf and polyfit
|
||||||
PA = run_bf_polyfit(pathdir,pathdir,filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg)
|
PA = run_bf_polyfit(pathdir,pathdir,filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg)
|
||||||
|
|
||||||
|
|
@ -50,7 +48,7 @@ def run_AI_all(pathdir,filename,BF_try_time=60,BF_ops_file_type="14ops", polyfit
|
||||||
PA = get_sqrt(pathdir,"results/mystery_world_sqrt/",filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg)
|
PA = get_sqrt(pathdir,"results/mystery_world_sqrt/",filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg)
|
||||||
PA = get_squared(pathdir,"results/mystery_world_squared/",filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg)
|
PA = get_squared(pathdir,"results/mystery_world_squared/",filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg)
|
||||||
PA = get_tan(pathdir,"results/mystery_world_tan/",filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg)
|
PA = get_tan(pathdir,"results/mystery_world_tan/",filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg)
|
||||||
'''
|
|
||||||
#############################################################################################################################
|
#############################################################################################################################
|
||||||
# check if the NN is trained. If it is not, train it on the data.
|
# check if the NN is trained. If it is not, train it on the data.
|
||||||
print("Checking for symmetry \n", filename)
|
print("Checking for symmetry \n", filename)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue