From 0f6d6bd84b1f2ea6537e0014deec376a204f3854 Mon Sep 17 00:00:00 2001 From: Silviu Marian Udrescu Date: Fri, 15 May 2020 04:26:45 -0400 Subject: [PATCH] Add files via upload --- Code/S_run_aifeynman.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Code/S_run_aifeynman.py b/Code/S_run_aifeynman.py index 291c7f6..ab7ad73 100644 --- a/Code/S_run_aifeynman.py +++ b/Code/S_run_aifeynman.py @@ -37,7 +37,6 @@ def run_AI_all(pathdir,filename,BF_try_time=60,BF_ops_file_type="14ops", polyfit # Run bf and polyfit PA = run_bf_polyfit(pathdir,pathdir,filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg) - ''' # Run bf and polyfit on modified output PA = get_acos(pathdir,"results/mystery_world_acos/",filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg) PA = get_asin(pathdir,"results/mystery_world_asin/",filename,BF_try_time,BF_ops_file_type, PA, polyfit_deg) @@ -50,7 +49,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_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) - ''' + ############################################################################################################################# # check if the NN is trained. If it is not, train it on the data. print("Checking for symmetry \n", filename)