Skip to content

OneMax problem solved with AG implementation (the code is a mess, made in rush)

Notifications You must be signed in to change notification settings

lucashm/OneMaxProblemAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OneMax problem solved with AG implementation (the code is a mess, made in rush)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published