0% found this document useful (0 votes)
69 views5 pages

Overview of Genetic Algorithms

Genetic algorithms are an optimization technique inspired by Darwin's theory of evolution. It is an iterative process where a population of potential solutions, represented as chromosomes of binary genes, evolves toward better solutions. A fitness function evaluates the chromosomes, and the process of selection, crossover, and mutation iteratively improves the population over generations until finding an optimal solution.

Uploaded by

judehemanth
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views5 pages

Overview of Genetic Algorithms

Genetic algorithms are an optimization technique inspired by Darwin's theory of evolution. It is an iterative process where a population of potential solutions, represented as chromosomes of binary genes, evolves toward better solutions. A fitness function evaluates the chromosomes, and the process of selection, crossover, and mutation iteratively improves the population over generations until finding an optimal solution.

Uploaded by

judehemanth
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd

Genetic Algorithm

-D. Jude
Hemanth

Optimization
It is the methodology of finding the correct
few data from incorrect infinite data.
The commonly used optimization technique
is GENETIC ALGORITHM.
Genetic Algorithm:
It is based on Darwins theory of evolution
It is an iterative process where the output
data at the final iteration is considered to be
the optimal output.
It is also called as evolutionary computation.

Genetic Algorithm
Notations:
Population : The complete infinite input
data
Chromosome : Representation of each
input data in the form of strings
(binary data)
Gene: the individual bits in the string is
called as gene

Algorithm
Flowchart:

Fitness function
calculation
Procedure:

You might also like