Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 613 Bytes

File metadata and controls

33 lines (24 loc) · 613 Bytes

This React application was made for Educational purposes.

This app uses Genetic Algorythm to resolve the oneMax problem. The code is a mess, i've hardcoded this in just a day because there was not much time.

How to Run

Execute the following commands:

sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install npm

Download or clone this repository, then go into it's folder and run:

npm install
npm start

Hint: If you want to make the build faster, consider installing yarn:

sudo apt-get install  yarn

Then run:

yarn install
yarn start