Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ucb

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ucb - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "ucb",
"description": "An upper confidence bounds multi-armed bandit algorithm",
"version": "2.0.0",
"version": "2.0.1",
"license": "ISC",

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

@@ -26,3 +26,3 @@ ucb

1. Create an optimizer with `3` arms and epsilon `0.25`:
1. Create an optimizer with `3` arms:

@@ -33,4 +33,3 @@ ```js

var algorithm = new Algorithm({
arms: 3,
epsilon: 0.25
arms: 3
});

@@ -37,0 +36,0 @@ ```

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