Add files via upload

This commit is contained in:
Silviu Marian Udrescu 2020-06-20 05:33:18 -04:00 committed by GitHub
parent b709df5840
commit 7a0d782d51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
from S_run_aifeynman import run_aifeynman
run_aifeynman("../example_data/","example2.txt",30,"14ops.txt", polyfit_deg=4, NN_epochs=400)
run_aifeynman("../example_data/","example2.txt",30,"14ops.txt", polyfit_deg=3, NN_epochs=400)