CFP last date
20 May 2024
Reseach Article

Comparative Study of Genetic Algorithm Performed in a Single Generation for two Different Fitness Functions Technique f(x) = x^2 and f(x) = x^2+1

by Dipanjan Kumar Dey
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 128 - Number 17
Year of Publication: 2015
Authors: Dipanjan Kumar Dey
10.5120/ijca2015906572

Dipanjan Kumar Dey . Comparative Study of Genetic Algorithm Performed in a Single Generation for two Different Fitness Functions Technique f(x) = x^2 and f(x) = x^2+1. International Journal of Computer Applications. 128, 17 ( October 2015), 7-15. DOI=10.5120/ijca2015906572

@article{ 10.5120/ijca2015906572,
author = { Dipanjan Kumar Dey },
title = { Comparative Study of Genetic Algorithm Performed in a Single Generation for two Different Fitness Functions Technique f(x) = x^2 and f(x) = x^2+1 },
journal = { International Journal of Computer Applications },
issue_date = { October 2015 },
volume = { 128 },
number = { 17 },
month = { October },
year = { 2015 },
issn = { 0975-8887 },
pages = { 7-15 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume128/number17/22964-2015906572/ },
doi = { 10.5120/ijca2015906572 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T23:22:10.830391+05:30
%A Dipanjan Kumar Dey
%T Comparative Study of Genetic Algorithm Performed in a Single Generation for two Different Fitness Functions Technique f(x) = x^2 and f(x) = x^2+1
%J International Journal of Computer Applications
%@ 0975-8887
%V 128
%N 17
%P 7-15
%D 2015
%I Foundation of Computer Science (FCS), NY, USA
Abstract

A genetic algorithm is one of a class of algorithms that searches a solution space for the optimal solution to a problem. First part of this work consists of basic information about Genetic algorithm like what are Individual, Population, Crossover, Genes, Binary Encoding, Flipping, Crossover probability, Mutation probability. What is it used for, what is their aim. In this article the methods of selection, crossover and mutation are specified. In the second part of this paper providing two different fitness functions f(x) = x^2 and f(x) = x^2+1.Solving maximizing problems for two different fitness functions f(x) = x^2 and f(x) = x^2+1 using genetic algorithm in a single generation. A single generation of a Genetic algorithm is performed here with encoding, selection, crossover and mutation. In this paper shown the best string from initial population is same (identical) for two different fitness functions f(x) = x^2 and f(x) = x^2+1.The purpose of this paper is to present a specific varying fitness function (multiple fitness function) technique. The author of this paper was among the first that proposed the different fitness function technique used in GA for selecting the best string.

References
  1. Genetic algorithms for optimization – application in the controller synthesis task – Popov A., diploma thesis, department Systems and Control, faculty Automatics, Technical University Sofia, 2003
  2. “Engineering design optimization with genetic algorithm” by Richard H.Dinger.
  3. “Fundamentals of genetic algorithms, Artificial Intelligence” by RC chakraborty.
  4. GENETIC ALGORITHMS, Chapter 4, Kumara Sastry, David Goldberg
  5. Lecture 2: Canonical Genetic Algorithm, Suggested reading: D. E. Goldberg, Genetic Algorithm in Search, Optimization, and Machine Learning, Addison Wesley Publishing Company, January 1989
  6. The Genetic Algorithm for finding the maxima of single variable functions By DezdemonaGjylapi& Vladimir Kasëmi International Journal of Engineering and Science. Vol.4, Issue 3(March 2014), PP 46-54
  7. SAKAWA, MASATOSHI.Genetic Algorithms and Fuzzy MultiobjectiveOptimization (Kluwer Academic Publishers, 2002). pp. 12-26. ISBN 0-7923-7452-5
  8. Goldberg, D. E. and Voessner, S., 1999, Optimizing global-local search Hybrids, in: Proc. of the Genetic and Evolutionary Computation Conf., pp. 220–228.
  9. Holland, J.,”Adaptation in Natural and Artificial Systems: An Introductory Analysis with Applications to Biology, Control, and Artificial Intelligence.” The University of Michigan Press, 1975.
  10. J. Holland, Adaptation in natural and artificial systems, University of Michigam Press, Ann Arbor, 1975.
  11. Manju Sharma, Novel Knowledge based Selective Tabu Initialization in Genetic algorithm, IJARCSSE, Volume 3, Issue 5, May 2013
  12. K. Deb and S. Argrawal, “Understanding interactions among genetic algorithm parameters,”in Foundations of Genetic Algorithms 5, 1998.
  13. D. E. Goldberg, Genetic Algorithms in Search, Optimization & Machine Learning,Addison Wesley, 1989.
  14. A. E. Eiben, R. Hinterding, and Z. Michalewicz, “Parameter control in evolutionaryalgorithms,”IEEE Transactions on Evolutionary Computation, Vol. 3, 1999,
Index Terms

Computer Science
Information Sciences

Keywords

Genetic algorithm optimization selection crossover mutation