LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
physo/__init__.py
physo.egg-info/PKG-INFO
physo.egg-info/SOURCES.txt
physo.egg-info/dependency_links.txt
physo.egg-info/requires.txt
physo.egg-info/top_level.txt
physo/benchmark/__init__.py
physo/benchmark/ClassDataset/ClassEquations.csv
physo/benchmark/ClassDataset/ClassProblem.py
physo/benchmark/ClassDataset/__init__.py
physo/benchmark/ClassDataset/tests/ClassProblem_UnitTest.py
physo/benchmark/ClassDataset/tests/__init__.py
physo/benchmark/FeynmanDataset/BonusEquations.csv
physo/benchmark/FeynmanDataset/FeynmanEquations.csv
physo/benchmark/FeynmanDataset/FeynmanProblem.py
physo/benchmark/FeynmanDataset/__init__.py
physo/benchmark/FeynmanDataset/units.csv
physo/benchmark/FeynmanDataset/tests/FeynmanProblem_UnitTest.py
physo/benchmark/FeynmanDataset/tests/__init__.py
physo/benchmark/utils/__init__.py
physo/benchmark/utils/metrics_utils.py
physo/benchmark/utils/read_logs.py
physo/benchmark/utils/symbolic_utils.py
physo/benchmark/utils/timeout_generic.py
physo/benchmark/utils/timeout_unix.py
physo/config/__init__.py
physo/config/config0.py
physo/config/config0b.py
physo/config/config1.py
physo/config/config1b.py
physo/config/config2.py
physo/config/config2b.py
physo/learn/__init__.py
physo/learn/learn.py
physo/learn/loss.py
physo/learn/monitoring.py
physo/learn/rnn.py
physo/learn/tests/__init__.py
physo/learn/tests/monitoring_UnitTest.py
physo/physym/__init__.py
physo/physym/batch.py
physo/physym/batch_execute.py
physo/physym/dataset.py
physo/physym/dimensional_analysis.py
physo/physym/execute.py
physo/physym/free_const.py
physo/physym/functions.py
physo/physym/library.py
physo/physym/prior.py
physo/physym/program.py
physo/physym/reward.py
physo/physym/token.py
physo/physym/tokenize.py
physo/physym/vect_programs.py
physo/physym/tests/__init__.py
physo/physym/tests/batch_UnitTest.py
physo/physym/tests/batch_execute_UnitParallelTest.py
physo/physym/tests/dataset_UnitTest.py
physo/physym/tests/dimensional_analysis_UnitTest.py
physo/physym/tests/execute_UnitTest.py
physo/physym/tests/free_const_UnitTest.py
physo/physym/tests/functions_UnitTest.py
physo/physym/tests/library_UnitTest.py
physo/physym/tests/prior_UnitTest.py
physo/physym/tests/program_UnitTest.py
physo/physym/tests/program_display_UnitTest.py
physo/physym/tests/reward_UnitTest.py
physo/physym/tests/token_UnitTest.py
physo/physym/tests/tokenize_UnitTest.py
physo/physym/tests/vect_programs_UnitTest.py
physo/task/__init__.py
physo/task/args_handler.py
physo/task/checks.py
physo/task/class_sr.py
physo/task/fit.py
physo/task/optimize.py
physo/task/sr.py
physo/task/tests/__init__.py
physo/task/tests/checks_UnitTest.py
physo/task/tests/class_sr_UnitTest.py
physo/task/tests/sr_UnitTest.py