This document summarizes a research paper that analyzes the performance and convergence of a novel genetic algorithm model towards finding global minima. The paper introduces genetic algorithms, which are probabilistic search algorithms inspired by natural evolution. It describes the components of genetic algorithms, including chromosomes, fitness functions, reproduction, crossover, and mutation operators. It also discusses encoding solutions as chromosomes and two common genetic algorithm models: Holland's original model and the common model. The paper aims to present an analysis of applying genetic algorithms to optimize test functions and finding their global minima.