C script containing the basic operations of Genetic Algorithm : Population Initialization, Cross Over , Mutation, Selection according to Fitness function. Simple and easy to Understand specially for beginners. You can also learn the Method implementation better way by customizing the crossover and mutation rates, population , generations, selection method.