README.rdoc | 100644 | 0 | 0 | | | 55 Bytes | 1bc0275f87c750419ad6e9fa9370eb5fc0195d5dbb10b0f9db2f5a764e67764f |
Rakefile | 100644 | 0 | 0 | | | 576 Bytes | 530b722377e47efa95688fe0912a58a9a575ac4ae58b5f345684d6aa163e6040 |
lib/best_choice.rb | 100644 | 0 | 0 | | | 538 Bytes | a596241540080fedab6a1a7ed3bc0567dbec8262ac41d47de09430ddf51da329 |
lib/best_choice/algorithm.rb | 100644 | 0 | 0 | | | 1.5 KB | d0402d863d0734bf60572ca55af83065fda309f3883a3532bcc3d4f6f1c06e55 |
lib/best_choice/algorithms/epsilon_greedy.rb | 100644 | 0 | 0 | | | 690 Bytes | ff93a489bc4671d64b0eeeca6fabce31f015810bc4d81bc8ba97ca46da40a3be |
lib/best_choice/rails_util.rb | 100644 | 0 | 0 | | | 1.79 KB | 4dc51b240309ed2accef1f887ace8c86041f1755e691446c6256e256470a5994 |
lib/best_choice/selector.rb | 100644 | 0 | 0 | | | 938 Bytes | 28e311283132b2d262fa583fd7034f989d8632dc0fa4a8d92e6d8f3c16ee927a |
lib/best_choice/selectors/greedy_redis.rb | 100644 | 0 | 0 | | | 303 Bytes | 019aab7066e71bfd758d6e63d22f4df56559db294f95d3f57bab27de73dfea87 |
lib/best_choice/storage/redis_hash.rb | 100644 | 0 | 0 | | | 1.35 KB | f4dc3cf50f55081ea52248aa268ab0312f23d3241bda5b3f921ad6eff3115b80 |
lib/best_choice/version.rb | 100644 | 0 | 0 | | | 48 Bytes | 90a344f2779bc993fe81636937c90ea5de8fff476a1810b437d6c05a5c6b421a |
test/algorithm_test.rb | 100644 | 0 | 0 | | | 919 Bytes | 991327d9b8d135e55d5ecc7f1d64c68f553abae4cca05b44d589b21c8fdc5110 |
test/algorithms/epsilon_greedy_test.rb | 100644 | 0 | 0 | | | 4.46 KB | 00138cd5697f203cdb73f16d1802ff3caaf8126e6cef1e4b92cc71f2de514764 |
test/best_choice_test.rb | 100644 | 0 | 0 | | | 2.7 KB | f199f842a4244699dc3e88065c59db617b024696238068d798047783c44b3b88 |
test/dummy/app/controllers/application_controller.rb | 100644 | 0 | 0 | | | 206 Bytes | f5a99f3e6f51ad3c46bb93becc5473af0cf7ba0666965c0d0eb859c1b1391651 |
test/dummy/app/controllers/main_controller.rb | 100644 | 0 | 0 | | | 406 Bytes | c296cc738c5846aecd32ead58352a09ec9a1d577704ac049d0eace8421504e8f |
test/dummy/app/views/layouts/application.html.erb | 100644 | 0 | 0 | | | 99 Bytes | c9dbfc481dc04247c508f5a44c57c8124f0e3f6c1a8db71af3da77827b1aaaf8 |
test/dummy/app/views/main/landing.html.erb | 100644 | 0 | 0 | | | 485 Bytes | bc521e4cbb4a2dd34b8b433b5c2dd3761c300fdc2f76c015ed651cc0f83b50b9 |
test/dummy/bin/bundle | 100755 | 0 | 0 | | | 129 Bytes | 7130bf85d0a1f4213924c456fffcc778b78258c0008e62a76bff9722a8cf1034 |
test/dummy/bin/rails | 100755 | 0 | 0 | | | 146 Bytes | ff0dcd108ea06bfa271d7e573534ceaa4e91d47b3a7ef5170975df6ee567985a |
test/dummy/bin/rake | 100755 | 0 | 0 | | | 90 Bytes | 436f1fbb82e7b52d0bc032ac6ac9dce49a3f3ec47b909c863783021c116c264c |
test/dummy/config.ru | 100644 | 0 | 0 | | | 154 Bytes | 4bfd478acf3e8d501c7ac4fe74b781f2bc37b40f9866b60c78fdffb723a9b7e9 |
test/dummy/config/application.rb | 100644 | 0 | 0 | | | 187 Bytes | 7a666555b2e83751f59f2acefc25cd15f382e8696c3748987c1bc55c4923e821 |
test/dummy/config/boot.rb | 100644 | 0 | 0 | | | 241 Bytes | 5c66f3db16b2135bd6df7d903cd57e520e0be0f7d26dee3fd7086f2ec911cbb6 |
test/dummy/config/database.yml | 100644 | 0 | 0 | | | 576 Bytes | 7beeabe8810c6df572ab5b68835f781da9f4cff77730bd567e525546c5c526e7 |
test/dummy/config/environment.rb | 100644 | 0 | 0 | | | 151 Bytes | a32d13ecfc004bb47ebd401aa3c870be96983f6650a65b6282ab4cb23edfa3db |
test/dummy/config/environments/development.rb | 100644 | 0 | 0 | | | 1.09 KB | f8038426f644ca5e8418739d7c23c8234579481e35ca3921486c7342108c3380 |
test/dummy/config/environments/production.rb | 100644 | 0 | 0 | | | 3.17 KB | 02e102ad66e7ce03259a88dd7ed21f8cc38952b92a832ccfbc0568f5942ecf38 |
test/dummy/config/environments/test.rb | 100644 | 0 | 0 | | | 1.52 KB | f98fc2ca88a8af1e407af685665d8744f9b15ddeee8a7aa7bf787d365adc50f9 |
test/dummy/config/initializers/secret_token.rb | 100644 | 0 | 0 | | | 659 Bytes | 7dd83b05a8ecd96330ec4206df628e60fd27cf7ab89b6db932e01be226843324 |
test/dummy/config/initializers/session_store.rb | 100644 | 0 | 0 | | | 138 Bytes | 9a68fa17b553c201ea87722f2624a143e831251b768b3a4f064ff249b4639d45 |
test/dummy/config/routes.rb | 100644 | 0 | 0 | | | 104 Bytes | 7d04620115ef03fdfe439fda9975ccfc2963746e45d6de40b848574edd1f103c |
test/dummy/db/test.sqlite3 | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
test/dummy/log/test.log | 100644 | 0 | 0 | | | 250 KB | d5575055727726d96978592d62fdc68026120b390e60109d626bd70bdaaed945 |
test/dummy/test/controllers/main_controller_test.rb | 100644 | 0 | 0 | | | 3.48 KB | 32625e8a3203fc182e0c34634b8b1484943966f71fb2c9337ef7d506b475b60c |
test/fixtures/dummy_algorithm.rb | 100644 | 0 | 0 | | | 81 Bytes | c4353a227681ef203b19ef21eb94a17ee4361fb000eeef29de72efe247e84013 |
test/fixtures/dummy_storage.rb | 100644 | 0 | 0 | | | 53 Bytes | bda9742ea1097c5006b889a161619ee4de29e8e7e5c723ff1b6beddbae1b2b54 |
test/test_helper.rb | 100644 | 0 | 0 | | | 552 Bytes | c7731357107fd434d31a7ebf24bfda876ba0b3bfbd3553845a7097f8f74678c8 |