bandit
A multi-armed bandit optimization framework for Rails
File Explorer
Download Latest Version (.zip)- application.js
- bandit.js
- highstock.js
- jquery.min.js
- buttons.css
- forms.css
- modules.css
- reset.css
- structure.css
- typography.css
- application.css
- base.css
- application_controller.rb
- dashboard_controller.rb
- application_helper.rb
- _experiment_table.html.erb
- index.html.erb
- show.html.erb
- application.html.erb
- routes.rb
- array.rb
- controller_concerns.rb
- string.rb
- time.rb
- view_concerns.rb
- base.rb
- epsilon_greedy.rb
- round_robin.rb
- softmax.rb
- ucb.rb
- base.rb
- dalli.rb
- memcache.rb
- memory.rb
- pstore.rb
- redis.rb
- config.rb
- date_hour.rb
- engine.rb
- exceptions.rb
- experiment.rb
- memoizable.rb
- version.rb
- bandit.rake
- bandit.rb
- bandit.yml
- install_generator.rb
- USAGE
- bandit.rb
- config.yml
- dalli_storage_test.rb
- helper.rb
- memcache_storage_test.rb
- memory_storage_test.rb
- pstore_storage_test.rb
- redis_storage_test.rb
- storage_test_base.rb
- yamlstore_storage_test.rb
- .gitignore
- .ruby-gemset
- .ruby-version
- bandit.gemspec
- Gemfile
- LICENSE
- players.rdoc
- Rakefile
- README.md
- whybandit.rdoc
# Installation Guide
1. Get the code
git clone https://github.com/bmuller/bandit
Downloads the entire project code from GitHub to your computer.
cd bandit
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
