/genetic-algorithm

EPSI I4 Project

Primary LanguageJavaScriptMIT LicenseMIT

genetic-algorithm

Genetic Algorithm - EPSI Project - I4

License: MIT JavaScript Style Guide CircleCI

Installation

npm install
npm start

Linter

This project use StandardJS as linter with a pre-commit hook.

To configure text editor, see this link.

To run linter : npm run lint

To run linter with auto-fix : npm run lint:fix