LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
docs/.DS_Store
docs/Makefile
docs/community_guidelines.ipynb
docs/conf.py
docs/index.rst
docs/make.bat
docs/models_overview.ipynb
docs/quickstart.ipynb
docs/regenerate_docs.sh
docs/sr3_mixed_intuition.png
docs/.ipynb_checkpoints/models_overview-checkpoint.ipynb
docs/.ipynb_checkpoints/quickstart-checkpoint.ipynb
src/PySR3.egg-info/PKG-INFO
src/PySR3.egg-info/SOURCES.txt
src/PySR3.egg-info/dependency_links.txt
src/PySR3.egg-info/not-zip-safe
src/PySR3.egg-info/requires.txt
src/PySR3.egg-info/top_level.txt
src/pysr3/__about__.py
src/pysr3/__init__.py
src/pysr3/logger.py
src/pysr3/priors.py
src/pysr3/regularizers.py
src/pysr3/solvers.py
src/pysr3/linear/__init__.py
src/pysr3/linear/models.py
src/pysr3/linear/oracles.py
src/pysr3/linear/problems.py
src/pysr3/lme/__init__.py
src/pysr3/lme/model_selectors.py
src/pysr3/lme/models.py
src/pysr3/lme/oracles.py
src/pysr3/lme/priors.py
src/pysr3/lme/problems.py
tests/__init__.py
tests/linear/__init__.py
tests/linear/test_LinearModels.py
tests/lme/__init__.py
tests/lme/test_LMEModels.py
tests/lme/test_LMEOracle.py
tests/lme/test_LMEProblem.py
tests/lme/test_select_covariates.py
tests/test_core/__init__.py
tests/test_core/test_Priors.py
tests/test_core/test_Regularizers.py