Sie sind auf Seite 1von 5

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:

Das könnte Ihnen auch gefallen