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.0 to 2.0.1

2

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

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

@@ -120,3 +120,3 @@ egreedy

Inform the algorithm about the payoff from a given arm.
Inform the algorithm about the payoff earned from a given arm.

@@ -130,3 +130,3 @@ **Arguments**

A promise that resolves to a Number representing the count of observed rounds.
A promise that resolves to an updated instance of the algorithm.

@@ -133,0 +133,0 @@ **Example**

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc