.gitignore
README.md
requirements.txt
setup.py
.circleci/config.yml
notebooks/backprop_network.ipynb
notebooks/ga_opt_network.ipynb
notebooks/hybrid_rhc_network.ipynb
notebooks/regression_examples.ipynb
notebooks/rhc_opt_network.ipynb
notebooks/sa_opt_network.ipynb
pyperch/__init__.py
pyperch.egg-info/PKG-INFO
pyperch.egg-info/SOURCES.txt
pyperch.egg-info/dependency_links.txt
pyperch.egg-info/requires.txt
pyperch.egg-info/top_level.txt
pyperch/neural/__init__.py
pyperch/neural/backprop_nn.py
pyperch/neural/ga_nn.py
pyperch/neural/rhc_nn.py
pyperch/neural/sa_nn.py
pyperch/optim/__init__.py
pyperch/optim/es.py
pyperch/optim/ga.py
pyperch/optim/rhc.py
pyperch/optim/sa.py
pyperch/utils/__init__.py
pyperch/utils/decorators.py
pyperch/utils/utils.py
tests/__init__.py
tests/test_backprop.py
tests/test_ga.py
tests/test_regression.py
tests/test_rhc.py
tests/test_sa.py