Socket
Socket
Sign inDemoInstall

egreedy

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egreedy - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

lib/Algorithm.js

@@ -14,3 +14,3 @@ var _ = require('lodash');

debug('init', opts);
debug('init', options);

@@ -17,0 +17,0 @@ this.arms = _.isUndefined(options.arms) ? 2 : parseInt(options.arms, 10);

{
"name": "egreedy",
"description": "An epsilon-greedy multi-armed bandit algorithm",
"version": "2.0.2",
"version": "2.0.3",
"license": "ISC",

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc