Genetic Algorithm (GA) is a computational evolutionary search technique which is based on Darwin's theory of natural selection i.e. "best fittest will survive." The advantage of Evolutionary algorithm is it searches a population of points in parallel, not a single point. GA has been used for the designing & analysis of Finite Impulse Response (FIR) Low Pass Filter (LPF) by optimizes the error function i.e. Mean Square Error (MSE). In this the coefficients of the filter are treated as chromosomes which are optimized by the Genetic Algorithm to obtain a filter that would satisfy prescribed...
Genetic Algorithm (GA) is a computational evolutionary search technique which is based on Darwin's theory of natural selection i.e. "best fittest will...