Go to file
2023-12-12 17:33:28 +01:00
src save function accepts more hyperparameter types now 2023-12-12 17:33:28 +01:00
tests time_out.time_limit errors if a function call lasts too long 2023-07-01 14:13:04 +02:00
.gitignore time_out.time_limit errors if a function call lasts too long 2023-07-01 14:13:04 +02:00
jo3util time_out.time_limit errors if a function call lasts too long 2023-07-01 14:13:04 +02:00
LICENSE ginit 2023-07-01 13:30:03 +02:00
makefile ginit 2023-07-01 13:30:03 +02:00
pyproject.toml save function accepts more hyperparameter types now 2023-12-12 17:33:28 +01:00
README.md ginit 2023-07-01 13:30:03 +02:00
requirements.txt root file and some debug tools 2023-09-28 15:04:29 +02:00
setup.py ginit 2023-07-01 13:30:03 +02:00

README

files


|.gitignore |a list of unshared files| |makefile|dev tools for installing, publisizing etc.| |pyproject.toml |project metadata| |requirements.txt |python dependencies| |setup.py|necessary for pip install -e .| |src/main.py|first file that gets called|