Comparing version 0.2.3 to 0.2.4
@@ -43,5 +43,5 @@ "use strict"; | ||
while (this.iteration < this.iterations) { | ||
yield this.evaluate(); | ||
this.generation = this.generation.evolve(); | ||
this.iteration++; | ||
yield this.evaluate(); | ||
} | ||
@@ -48,0 +48,0 @@ }); |
{ | ||
"name": "evjs", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Generic genetic/evolution algorithm in JS", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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