Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "aep-lib", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Assimilaion & Equalization process library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,2 +5,4 @@ # README | ||
See [github page](https://github.com/GlaDos28/aep-lib) for Thesis.md and other files | ||
### Usage | ||
@@ -17,3 +19,3 @@ | ||
(object) => true, | ||
new index.SignDescriptor("num", 10 /* threshold */, 5 /* accept time */, index.utilFunctions.getLinearConvergentImpact("num", 1 /* converge rate */)) | ||
new aep.SignDescriptor("num", 10 /* threshold */, 5 /* accept time */, aep.utilFunctions.getLinearConvergentImpact("num", 1 /* converge rate */)) | ||
); | ||
@@ -27,3 +29,3 @@ | ||
const aeProcess = new index.AEProcess(aepDescriptor); | ||
const aeProcess = new aep.AEProcess(aepDescriptor); | ||
@@ -30,0 +32,0 @@ for (let i = 0; i < 5; i++) { |
49907
40