Skip to content

Commit

Permalink
Renamed main file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozo132 committed Apr 26, 2020
1 parent eb37ac5 commit da4c215
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_2_training_another_trainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict'


const GA = require('./ga')
const GA = require('./vovk-ga')

const getVector = (...a) => Math.sqrt((Array.isArray(a[0]) ? a[0] : a).reduce((sum, val) => sum += val ** 2, 0))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vovk-ga",
"version": "1.1.1",
"description": "Genetic algo",
"main": "ga.js",
"main": "vovk-ga.js",
"scripts": {
"test": "echo \"No test specified\""
},
Expand Down
File renamed without changes.

0 comments on commit da4c215

Please sign in to comment.