Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ef2k/bandits
Multi-arm Bandits implemented in Go.
https://github.com/ef2k/bandits
Last synced: 10 days ago
JSON representation
Multi-arm Bandits implemented in Go.
- Host: GitHub
- URL: https://github.com/ef2k/bandits
- Owner: ef2k
- Created: 2014-08-25T05:52:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-25T05:53:22.000Z (over 10 years ago)
- Last Synced: 2024-11-08T10:41:12.616Z (2 months ago)
- Language: Go
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bandits
=======Multi-Arm Bandits implemented in Go.
Included:
* EpsilonGreedy
Note:
**Not production ready.** This repo was created to keep track of my learning. Don't use this shiz for anything serious.