Genetic algorithm. Phenotype

Слайд 2

What is GA?

A genetic algorithm is a search technique used in computing

What is GA? A genetic algorithm is a search technique used in
to find true or approximate solutions to optimization and search problems.
GAs are categorized as global search heuristics.
GAs are a particular class of evolutionary algorithms that use techniques inspired by evolutionary biology such as inheritance, mutation, selection, and crossover.

Слайд 3

The cell

Every animal cell is a complex of many small “factories”

The cell Every animal cell is a complex of many small “factories”
working together.
The nucleus in the center of the cell.
The nucleus contains the genetic information

Слайд 4

Chromosomes

Genetic information is stored in the chromosomes
Each chromosome is built of DNA
Genes

Chromosomes Genetic information is stored in the chromosomes Each chromosome is built
are encoded in the chromosomes
Genes code for proteins
Every gene has a unique position on the chromosome

Слайд 5

Genotype and phenotype

Genotype is a set of chromosomes of a given individual.

Genotype and phenotype Genotype is a set of chromosomes of a given
Therefore, genotypes or single chromosomes can be a special population.
A phenotype is a set of values ​​corresponding to a given genotype, i.e. allowed structure or set of task parameters.