Genetic Algorithm (GA)
Genetic algorithm (GA) is a meta-heuristic technique for solving optimization problems. The algorithm mimics the behavior of nature, such as evolution and survival of the fittest. Basically, a population of n chromosomes are randomly created in the beginning. By applying operators, such as crossover and mutation, the population will be updated through many generations. Only … Read more