AI-Feynman icon indicating copy to clipboard operation
AI-Feynman copied to clipboard

Results 49 AI-Feynman issues
Sort by recently updated
recently updated
newest added

# The following commands are needed: ## Create a new virtual environment / venv does not work use virtualenv `virtualenv -p python3 feyn` ## Activate the virtual environment `source feyn/bin/activate`...

I am trying the example using: aifeynman.run_aifeynman("./example_data/", "example1.txt", 60, "14ops.txt", polyfit_deg=3, NN_epochs=500) It runs and then fails with this error: Checking for generalized symmetry... identify_decompositions ./example_data/ example1.txt_train Trying (0, 1)...

This PR fix Issue #82 Like in issue #82, I have also tried to use the package on my Mac, but it seems the dependency of the lib is out-of-date....

Hi, I'm following your instructions for installing AI-Feynman. pip install aifeynman doesn't work because it calls pip install sklearn during the installation, and this command is deprecated (it should be...

I get the following error message when building in a ```conda``` environment: ```shell ValueError: A valid Fortran version was not found in this string: arm64-apple-darwin20.0.0-gfortran: warning: could not understand version...

Hi, I was wondering what the different columns in the solution files were referring to. I know the last one is the solution equation but what are the other five?

Hi, I've been trying the AI Feynman algorithm on the examples and the Feynman dataset provided on the website but I've had terrible accuracy. I haven't been able to get...

I tried on Ubuntu Linux Desktop 21 and 22, but installing the aifeynman library fails to build on both (doesn't complete pip install aifeynman). Ubuntu 22 seems to spit out...

I have two problems. The first has to do with units. I've searched all over, but I can't seem to find how to format units so that AI Feynman can...

Received the following error when the code was "checking for generalized symmetry" and "trying (0, 1)": > LinAlgError: Array must not contain infs or NaNs Is there any way to...