Socket
Socket
Sign inDemoInstall

egreedy

Package Overview
Dependencies
4
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.8 to 2.0.9

2

package.json
{
"name": "egreedy",
"description": "An epsilon-greedy multi-armed bandit algorithm",
"version": "2.0.8",
"version": "2.0.9",
"license": "ISC",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -79,3 +79,3 @@ egreedy

assert.equal(algorithm.arms, 3);
assert.equal(algorithm.arms, 2);
assert.equal(algorithm.epsilon, 0.5);

@@ -82,0 +82,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc