Comparing version 2.0.0 to 2.0.1
{ | ||
"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** |
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
11053