.coveragerc
.gitignore
.pre-commit-config.yaml
Apptainer.def
CITATION.md
CONTRIBUTORS.md
Dockerfile
LICENSE
README.md
environment.yml
example.py
mkdocs.yml
mypy.ini
pyproject.toml
setup.py
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/CI.yml
.github/workflows/CI_Windows.yml
.github/workflows/CI_apptainer.yml
.github/workflows/CI_conda_forge.yml
.github/workflows/CI_docker.yml
.github/workflows/CI_docker_large_nightly.yml
.github/workflows/CI_large_nightly.yml
.github/workflows/CI_mac.yml
.github/workflows/codeql-analysis.yml
.github/workflows/docker_deploy.yml
.github/workflows/docs.yml
.github/workflows/pypi_deploy.yml
.github/workflows/update_backend.yml
.github/workflows/update_backend_version.py
benchmarks/README.md
benchmarks/benchmark.sh
benchmarks/hyperparamopt.py
benchmarks/print_best_model.py
benchmarks/space.py
docs/.gitignore
docs/README.md
docs/_api.md
docs/api-advanced.md
docs/backend.md
docs/examples.md
docs/gen_docs.sh
docs/gen_param_docs.py
docs/generate_papers.py
docs/operators.md
docs/options.md
docs/papers.yml
docs/requirements.txt
docs/tuning.md
docs/all_contributors/.all-contributorsrc
docs/all_contributors/.gitignore
docs/all_contributors/package.json
docs/all_contributors/run_all_contrib.sh
docs/all_contributors/yarn.lock
docs/assets/87712EA9B4B3CB1B.png
docs/assets/favicon.png
docs/assets/pysr_logo.svg
docs/assets/pysr_logo_reduced.svg
docs/images/Planar_relation.png
docs/images/SyReg_GasConc.png
docs/images/Y_Mgal_Simba.png
docs/images/back_to_formula.png
docs/images/cloud_cover.jpg
docs/images/economic_theory_gravity.png
docs/images/electronnegativity_introduction.jpg
docs/images/example_plot.png
docs/images/hi_mass.png
docs/images/hod_importances.png
docs/images/hyperbolic_volume.png
docs/images/illustris_example.png
docs/images/jet_background_diagram.jpg
docs/images/kidger_thesis.png
docs/images/rediscovering_gravity.png
docs/js/mathjax.js
docs/stylesheets/extra.css
docs/stylesheets/papers_header.txt
examples/pysr_demo.ipynb
pysr/.gitignore
pysr/__init__.py
pysr/__main__.py
pysr/denoising.py
pysr/deprecated.py
pysr/export.py
pysr/export_jax.py
pysr/export_latex.py
pysr/export_numpy.py
pysr/export_sympy.py
pysr/export_torch.py
pysr/expression_specs.py
pysr/feature_selection.py
pysr/julia_extensions.py
pysr/julia_helpers.py
pysr/julia_import.py
pysr/julia_registry_helpers.py
pysr/juliapkg.json
pysr/logger_specs.py
pysr/param_groupings.yml
pysr/sklearn_monkeypatch.py
pysr/sr.py
pysr/utils.py
pysr/version.py
pysr.egg-info/PKG-INFO
pysr.egg-info/SOURCES.txt
pysr.egg-info/dependency_links.txt
pysr.egg-info/requires.txt
pysr.egg-info/top_level.txt
pysr/_cli/__init__.py
pysr/_cli/main.py
pysr/test/__init__.py
pysr/test/__main__.py
pysr/test/generate_dev_juliapkg.py
pysr/test/nb_sanitize.cfg
pysr/test/params.py
pysr/test/test_cli.py
pysr/test/test_dev.py
pysr/test/test_dev_pysr.dockerfile
pysr/test/test_jax.py
pysr/test/test_main.py
pysr/test/test_nb.ipynb
pysr/test/test_startup.py
pysr/test/test_torch.py