Comparing version 2.0.0 to 2.0.1
{ | ||
"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 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
9842
200