Explain some basic concepts and terms related to Genetic Algorithm?
Population: This is a subset of all the probable solutions that can solve the given problem.
Chromosomes: A chromosome is one of the solutions in the population.
Gene: This is an element in a chromosome.
Fitness function: This is a function that uses a specific input to produce an improved output.
Think nesting: Population contains many chromosomes; each chromosome contains many genes. The fitness function scores each chromosome so the GA knows which solutions to keep.