├── .gitignore ├── LICENSE ├── README.md ├── curveball.py ├── optimizer-tests-FA.py └── optimizer-tests.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Healbadbad/curveball-pytorch/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Healbadbad/curveball-pytorch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Healbadbad/curveball-pytorch/HEAD/README.md -------------------------------------------------------------------------------- /curveball.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Healbadbad/curveball-pytorch/HEAD/curveball.py -------------------------------------------------------------------------------- /optimizer-tests-FA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Healbadbad/curveball-pytorch/HEAD/optimizer-tests-FA.py -------------------------------------------------------------------------------- /optimizer-tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Healbadbad/curveball-pytorch/HEAD/optimizer-tests.py --------------------------------------------------------------------------------