Skip to content

Commit

Permalink
Fix for evaluated population for Scheduler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Jan 26, 2025
1 parent d7d873e commit c4a5945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genetic-search-multiprocess",
"version": "7.0.0",
"version": "8.0.0",
"description": "Multiprocessing genetic algorithm implementation library extension",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"multiprocessing"
],
"dependencies": {
"genetic-search": "^12.0.0",
"genetic-search": "^13.0.0",
"multiprocessor": "^2.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit c4a5945

Please sign in to comment.