Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
methodswithclass committed Sep 27, 2018
1 parent 67105f6 commit 4831eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ var obj = {};

if (rank.worst) {
worst = {
dna:rank.wort.dna,
dna:rank.worst.dna,
runs:rank.worst.runs,
fitness:rank.worst.fitness
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mc-evolve",
"version": "5.1.5",
"version": "5.1.6",
"description": "An Evolutionary Algorithm in JavaScript that takes in a generic module that represents a problem to be optimized",
"main": "evolve.js",
"scripts": {
Expand Down

0 comments on commit 4831eae

Please sign in to comment.