DEV Community

Mujahida Joynab
Mujahida Joynab

Posted on

Genetic Algorithm

Optimization :
Process of making something better

Set of input -> Process -> Output

  • Population -> Set of chromosomes

  • Chromosomes

  • Gene

1 0 1 1 0 0 0 1 1 0 -> Single chromosome

Operators -

- Selection

-

Concept
Initial population

Fitness Function -> Selection -> By applying fitness function .Select most promising element

Fitness Function :
The fitness function is the function you want to optimize . Function which takes the solution as input and produces the suitability of the solution as the output

Top comments (0)