symbolic-regression/Code/ai_feynman_example.py
Silviu Marian Udrescu f0cc7dfcaa
Add files via upload
2020-03-23 03:35:19 -04:00

4 lines
138 B
Python

from S_run_aifeynman import run_aifeynman
run_aifeynman("../example_data/","example3.txt",30,"14ops.txt", polyfit_deg=4, NN_epochs=400)