Skip to content

ANiruddha1430/GA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GA

Python program of the binary-coded Genetic Algorithm to solve the maximization and minimization problem using:

- Roulette-wheel reproduction scheme,
- two point crossover, and
- bit-wise mutation.

The main python code is in main.py.
Function for decoding the values of variables is in decode.py.
Fitness calculation function is in fitness.py.
Parent selection is done by Roulette selection Roulette.py.
Crossover function to obtain children is in crossover.py.
Mutation function to get new children is in mutation.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages