symbolic-regression/prior-art/Code/ai_feynman_example.py
2025-06-19 14:07:47 +03:00

4 lines
138 B
Python

from S_run_aifeynman import run_aifeynman
run_aifeynman("../example_data/","example1.txt",30,"14ops.txt", polyfit_deg=3, NN_epochs=500)