Skip to content

Collection of Evolutionary Computation Algorithms to use for Teaching

Notifications You must be signed in to change notification settings

hembergerik/EC-Stable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EC-Stable

Collection of Evolutionary Computation Algorithms to use for Teaching

Evolutionary Algorithm for Travelling Salesman Problem is in pony_ea

Glossary

Evolutionary Computation terms:

  • Population, a set of individuals
  • Individual, an individual solution
  • Fitness, a quality measure of an individual
  • Generation, an iteration of the Evolutionary Algorithm
  • Gene, the basic representation of an individual
  • Chromosome, a set of genes of an individual
  • Crossover, a recombination of two individuals' genomes
  • Mutation, a permutation of an individual's genome
  • Elite, individuals preserved from the old population and inserted into the new population
  • Fitness function, a function used to evaluate the fitness of an individual

About

Collection of Evolutionary Computation Algorithms to use for Teaching

Resources

Stars

Watchers

Forks

Packages

No packages published