Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 417 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 417 Bytes

Genetic Algorithm for LFSR

This project uses Genetic Algorithm implementation to calculate the longest non-repeated LFSR cycle for given matrix (you can specify it in Main.js file).

Available Scripts

npm install

npm start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.