Skip to content

manishlamichhane/the-gene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genetic

Implementation of Genetic Alogright in Python.

  • Nature has Male and Female Population
  • Each have their own attributes
  • Male fight with each other to assert Dominance.
  • Dominant Male reproduces with Female
  • The gender of Off-spring is determined by the dominant masculinity or feminity of the parents
  • A selection function selects all alive Male or Female
  • The process continues as long as the Threshold population is not reached.
  • The algorithm tries to maximize Age of the stronger Male

About

Genetic Algo Implementation in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages