From 30ee7813496207baf483d27f793cc20864c85f39 Mon Sep 17 00:00:00 2001 From: Abdalaziz Rashid Date: Wed, 15 Jul 2020 16:15:12 +0300 Subject: [PATCH] Add: configurations file --- configs.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 configs.cfg diff --git a/configs.cfg b/configs.cfg new file mode 100644 index 0000000..ade3181 --- /dev/null +++ b/configs.cfg @@ -0,0 +1,7 @@ +[Default] +dataset_path = /home/aziz/lambda_lab/feynman_dataset/Feynman_without_units/ +operations_file = ./7ops.txt +polynomial_degree = 3 +number_of_epochs = 500 +bruteforce_time = 10 +test_percentage = 0