Skip to content

A simple evolutionary algorithm that takes a predefined perfect specimen, then randomly generates a population of individuals. Each generation, individuals that are genetically inferior die off. Genetically superior individuals reproduce to refill the population. When the average fitness of the population reaches a certain threshold, the program…

License

Notifications You must be signed in to change notification settings

HarishgunaS/EvolutionAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EvolutionAlgorithm

A simple evolutionary algorithm that takes a predefined perfect specimen, then randomly generates a population of individuals. Each generation, individuals that are genetically inferior die off. Genetically superior individuals reproduce to refill the population. When the average fitness of the population reaches a certain threshold, the program ends.

<iframe height="800px" width="100%" src="https://repl.it/@HarishgunaSatgunarajah/Evolution-Simulator-Completed?lite=true" scrolling="no" frameborder="no" allowtransparency="true" allowfullscreen="true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>

About

A simple evolutionary algorithm that takes a predefined perfect specimen, then randomly generates a population of individuals. Each generation, individuals that are genetically inferior die off. Genetically superior individuals reproduce to refill the population. When the average fitness of the population reaches a certain threshold, the program…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages