.gitignore
CLASSDESIGN.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.py
slune.jpeg
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/python-package.yml
.github/workflows/tests_macos.yml
.github/workflows/tests_ubuntu.yml
.github/workflows/tests_windows.yml
docs/.html/index.html
docs/.html/search.js
docs/.html/src.html
docs/.html/src/slune.html
docs/.html/src/slune/base.html
docs/.html/src/slune/loggers.html
docs/.html/src/slune/savers.html
docs/.html/src/slune/searchers.html
docs/.html/src/slune/slune.html
docs/.html/src/slune/utils.html
docs/.html/src/slune/loggers/default.html
docs/.html/src/slune/savers/csv.html
docs/.html/src/slune/searchers/grid.html
examples/From_README/regularized_linear_regression.ipynb
src/__init__.py
src/slune/__init__.py
src/slune/base.py
src/slune/slune.py
src/slune/utils.py
src/slune/loggers/__init__.py
src/slune/loggers/default.py
src/slune/savers/__init__.py
src/slune/savers/csv.py
src/slune/searchers/__init__.py
src/slune/searchers/grid.py
src/slune_lib.egg-info/PKG-INFO
src/slune_lib.egg-info/SOURCES.txt
src/slune_lib.egg-info/dependency_links.txt
src/slune_lib.egg-info/requires.txt
src/slune_lib.egg-info/top_level.txt
templates/cpu_template.sh
templates/gpu_template.sh
tests/__init__.py
tests/test_loggers_default.py
tests/test_savers_csv.py
tests/test_searchers_grid.py
tests/test_slune.py
tests/test_utils.py