SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 144
PERFORMANCE ANALYSIS OF LINKAGE LEARNING TECHNIQUES
IN GENETIC ALGORITHMS
R. Lakshmi1
, K. Vivekanandan2
1
Assistant Professor, Department of Computer Science, Pondicherry University , Puducherry, India, rlakshmiselva@yahoo.co.in
2
Professor, Department of Computer Science, Pondicherry Engineering College, Puducherry, India, k.vivekanandan@pec.edu
Abstract
One variance of Genetic Algorithms is a Linkage Learning Genetic Algorithm (LLGA) enhances the efficiencies of Simple
Genetic Algorithm (SGA) while solving NP hard Problems. Discovery of Linkage Learning Technique is an important task in GA.
Almost all existing Linkage Learning Techniques follow either random approach or probabilistic approaches. This makes repeated
passes over the population to determine the relationship between individuals. SGA with random linkage technique is simple but
may take long time to converge to the optimal solutions. This paper uses a linkage learning operator called Gene Silencing which
is an inspired mechanism from biological systems. The Gene Silencing mechanism is used to improve the linkages by preserving
the building blocks in an individual from the disruption of recombination processes such as Crossover and Mutation. It converges
quickly to the optimal solution without compromising the diversification on search spaces. To prove this phenomenon, the
Travelling Sales Person problem (TSP) has been chosen to retain the order of cities in a tour. Experiments carried out on different
TSP benchmark instances taken from TSPLIB which is a standard library for TSP problems. These benchmark instances have also
been applied on various linkage learning techniques and analyses the performance of these techniques with Gene Silencing (GS)
mechanism. The performance analysis has been made on experimental results with respect to optimal solution and convergence
speed.
Index Terms: Linkage Learning, Gene Silencing, Building Blocks, Genetic Algorithm, TSPLIB, Performance Analysis
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUTION
Genetic algorithm is an adaptive heuristic search algorithm
based on the evolutionary ideas of natural selection and
genetics. Genetic Algorithms have proved to be efficient in
handling complex NP-Hard problems in the recent past. A
wide variety of Genetic Algorithms have been devised to
solve a range of problems. Genetic algorithms differ from
each other in terms of solution representation, genetic
operators used, termination criteria, etc. These existing
algorithms, in no way, mark the end of the search for a
better Genetic Algorithm, there is always a scope for further
improvement of these Genetic Algorithms.
Genetic algorithms work very well if the genes belonging to
the same building block are tightly linked together within
the chromosome. Otherwise, if these genes are spread all
over the chromosome, building blocks are very hard to be
created and easy to be destroyed by the recombination
operator. Genetic algorithms cannot perform well under
such circumstances. Traditional genetic algorithms suffer
from the linkage problem and they are unable to learn the
linkage among genes. Traditional genetic algorithms require
the users to possess prior domain knowledge of the problem
so that the genes on chromosomes can be correctly arranged
with respect to the chosen operators. When problem domain
knowledge is available, the problem can be solved easily
using traditional genetic algorithms with an appropriate
chromosome representation. However, when that knowledge
is not available, one way to handle the problem is to make
the GA capable of adapting and learning the linkages that
exist within the chromosome.
The performance of any GA is mainly based on four
parameters namely optimal solutions, convergence rate,
diversification and error rate. The performance of SGA is
enriched by adapting the linkage learning methods inside the
genetic algorithms which learns the relationships among
genes in chromosomes. There is several linkage learning
techniques available for real and binary coded genetic
algorithms. Though many linkage learning techniques like
Bayesian Optimization Algorithms (BOA) [23], Adaptive
Linkage Crossover (ADX) [1], Dependency Structure
Matrix (DSM) [10], Estimation of Distribution Algorithm
(EDA) [2], Masked Operator (MO) [17], Linkage
Identification by Non Linearity Check (LINC) for binary
chromosomes [5], Gene Silencing (GS) [9] [20] [21] is also
used to improve the linkages exist within the chromosome
of any coded representation. So far there is no any
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 145
performance comparison made on various linkage learning
techniques. The objective of this paper is to compare the
efficiency of different linkage learning techniques with the
Gene Silencing method. The results proved effective with
Gene Silencing and are quite comparable.
In this paper linkage learning has been explored on TSP
problem. There are more than 256 solutions of various
approaches including mathematical approaches, dynamic
programming methods and evolutionary algorithms exit to
solve TSP problem. From the literature survey, it has been
already proved that solving TSP with enormous data using
mathematical models and dynamic programming approaches
are more time consuming processes. These approaches may
take years of years to return the optimal path when the data
set is huge. When genetic algorithm [24] [25] is applied, it
converges fast to return the optimal path. The linkage
learning genetic algorithm works even better when compare
to simple GA. This paper uses gene silencing mechanism to
identify the linkages in a chromosome. In the experiments,
TSP benchmark instances from TSPLIB library have been
used on various linkage learning techniques.
The organization of this paper is as follows: Section 2
discusses the brief study of various linkage learning
techniques. Section 3 discusses the experimental results and
the performance analysis and Section 4 concludes the paper.
2. LINKAGE LEARNING TECHNIQUES
Linkage learning techniques can be classified according to
different facets and aspects like how it can be employed in
the algorithm, representation of chromosomes etc. Linkage
problem is an ordering problem of the chromosome and
addressed to the same issue of building-block (BB)
identification or linkage learning. The success of a simple
genetic algorithm relies upon good coding scheme that puts
genes belonging to the same building blocks together on the
chromosome to provide tight linkage of building blocks.
Based on that the linkage learning techniques are classified
into the following categories:
2.1 Random Linkage Learning Techniques
Random linkage discovery is a costless, effective linkage
recognition technique which performs randomly on
chromosomes to identify the linkages. In this technique few
cities are randomly chosen from a parent and change their
loci, we get Offspring. It computes their fitness values and
compare to find the linkages on both offspring. Offspring
with higher fitness value will contain BBs and have more
chances to survive in the next generation. Selection of
highly fit individuals to the next generation is performed by
one of the selection techniques. Several linkage learning
techniques have been existing in this category such as
Inversion Operator [1], Dynamic Linkage Discovery [2]
Algorithm and so on.
2.2 Algorithmic Approaches
This is multi metric approach model, other than fitness
value it also employs extra measurements to determine the
quality (BBs) of individuals in a population. Estimation of
Distribution Algorithms (EDA), Bayesian Optimization
Algorithm (BOA), Extended Compact Genetic Algorithm
(ECGA) and the like [10] [3] [4] [7] are classified as multi
metric approaches
2.3 Binary Approaches
These approaches are more suitable for binary coded
representation. It does bitwise perturbations in individuals
and detects linkage by checking nonlinearity in the
individual caused by perturbations. Linkage Identification
by Nonlinearity Check (LINC) [5], Linkage Identification
by Monotonicity Detection (LIMD) [6], Gene Expression
Messy GA (GEMA) [4] and the like are [11] [16] more
suitable for binary coded representation.
2.4 Operator Techniques
There are several operator techniques such as Harick’s
Linkage Learning [19], Linkage Evolving Operator [2],
Local Search Method (LSM) [18], and Neighbor Affinity
Value method (NAV) [17] of uni metric approaches
available in GAs to find linkages exist within the
chromosome.
2.5 Gene Silencing Mechanism
The principles of genetic algorithm mimic the process of
natural evolution. The concept of gene silencing [9] could
be adopted in genetic algorithm as an operator where other
natural operators like crossover and mutation are already
being applied for any standard GA. Normally, crossover
operator disrupts the good building blocks, even though they
are considered to be useful to evolve good solutions. Since
gene silencing is heritable, the required genes are preserved
from the disruptions of crossover or mutation and carried
over through successive generations till the optimal solution
is reached. In TSP, Gene silencing [15] is used to preserve
the order of the cities in a tour to obtain optimal distance
and also it makes the GA to converge quickly.
3. EXPERIMENTATION AND ANALYSIS
This paper conducts an analysis on performance of Gene
Silencing and compares it with the existing Linkage learning
Techniques. The various Linkage Learning methods
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 146
including gene silencing mechanism are implemented in
MATLAB tool on an i5 system with TSP benchmark
instances gr17, wi29, dj38, swis42, att48, eil101, qa194,
uy734, d1291, nu3496, eg7146, gr9882, d15112, d18512
obtained from the standard library TSPLIB. The following
table is one example of many which illustrate the distance
matrix for the benchmark instance gr17.
Fig -1: Intercity distance table for TSP
Table -1: 1 Experimentation Setup
Genetic Algorithm (GA)
Sl.
No.
Parameters Values
1 Population Size 100
2 Selection Tournament Selection with 10%
3 Elitism% 10%
4 Crossover
Two Point Crossover and
Partially Matched Crossover
5 Mutation Swap Mutation
6 Mutation% 5%
7 Termination
Fixed Number (10000)
generations.
Genetic Algorithm with its parameters listed above have
been applied to different linkage learning techniques such as
Local Search method (LSM), Random Linkage Method
(RLM) and Harik’s Crossover technique. Their optimized
solutions are compared with the optimized solutions of Gene
Silencing mechanism which is shown in chart 1.
For each linkage learning technique, the obtained optimal
distance of different TSP benchmark instances have been
collected from 10 runs. For various techniques, the average
case valuses are used in performance analysis.
Chart -1: Optimal Distances of TSP instances on
Different Linkage Learning Techniques
Chart -2: Optimal Distances of TSP instances on
Different Linkage Learning Techniques
The two graphs show the experimental results of different
linkage learning techniques. The chart 1 shows the shortest
distance found by Random method, local search method,
harik’s crossover method and gene silencing. The chart 2
shows the distance generated by Neighbor Affinity Value,
Linkage Evolving Operator, and Inversion Operator and
Gene Silencing operator. From the graph it is clearly proved
that the gene silencing mechanism outperforms the RLM,
LSM, HXM, NAV, LEO and IO.
CONCLUSIONS
The experimental results show that the distance (optimal
solution) for all benchmark instances obtained from gene
silencing is minimum as compared to the distance
obtained from other linkage learning techniques. In this
paper, the linkage learning techniques in the context of the
traveling salesman problem is discussed. Since crossover
and mutation will disrupt the good building blocks in
subsequent generations, a new biologically inspired
operator, Gene Silencing was applied to preserve those good
building blocks which improve the linkages in a
chromosome. A computation was made with all linkage
learning techniques for the Travelling Salesman problem.
From the results it was found that the Gene Silencing in
linkage Learning Genetic algorithm performed better than
the existing algorithms.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 147
REFERENCES
[1]. R Ayed A. Salman, Kishan Mehrotra, and Chilukuri
K. Mohan, “Adaptive Linkage Crossover”
[2]. R Ying-ping Chen, A Survey of Linkage Learning
Techniques in Genetic and Evolutionary Algorithm
[3]. R H. Kargupta, “Search polynomial complexity, and the
fast messy genetic algorithm. Technical Report 95008,
University of Illinois at Urbana Champaign, Urbana, IL,
October 1995.
[4]. R Kargupta, H, “The Gene Expression Messy Genetic
Algorithm”, Evolutionary Computation, Proceedings of
IEEE International Conference on Volume, Issue, and 20-22
Pages: 814 – 819, May 2009.
[5]. M. Munetomo and D. E. Goldberg, “Identifying linkage
by non-linearity check”, IlliGAL Report No. 98012,
University of Illinois at Urbana-Champaign, Urbana, IL,
2010.
[6]. M. Munetomo and D. E. Goldberg, “Linkage
Identification by Non – Monotonicity Detection for
overlapping functions”, IlliGAL Report No.99005,
University of Illinois at Urbana-Champaign, Urbana, IL,
Genetic and Evolutionary Computation Conference, January
2011.
[7]. Chen, Y.-p., Peng, W.-C., & Jian, M.-c, “Particle swarm
optimization with recombination and dynamic linkage
discovery”, IEEE Transactions on Systems, Vol. 37(6):
pp.1460–1470, 2007.
[8]. David R. Newman, “The Use of Linkage Learning in
Genetic Algorithm”.
[9]. S.Siva Sathya, S.Kuppuswami, Department of
Computer Science, Pondicherry University, “Gene
Silencing for Course Time-Tabling with Genetic
Algorithm”.
[10]. Yu, T.-L., Goldberg, D. E., Yassine, A. A., & Chen,
Y.-p, “Genetic algorithm design inspired by organizational
theory: Pilot study of a dependency structure matrix driven
genetic algorithm”, in Proceedings of Artificial Neural
Networks in Engineering, ANNIE, pp. 327–332, 2003
[11]. Jian, M.-C., & Chen, Y.-p, “Introducing recombination
with dynamic linkage discovery to particle swarm
optimization”, in Proceedings of ACM SIGEVO Genetic
and Evolutionary Computation Conference (GECCO-2006),
pp. 85–86, EI, 2006
[12]. Oliver Kramer, Patrick Koch, “Self-Adaptive Partially
Mapped Crossover”, proceedings of Genetic and Evolution
Computation Conference, pp. 593 – 697, ACM, July 2007.
[13]. Chen., “A Text book of Fundamentals of
Microbiology”.
[14]. Gene Silencing Technique offers new strategy for
treating,curing disease, Science Daily, 2005.
[15]. Lakshmi R, Vivekanandan K. Gene Silencing in
Linkage Learning Genetic Algorithm, page 2, conference
proceeding of NCFC, 2012.
[16]. Chen Y-P, Goldberg DE., “An analysis of a reordering
operator with tournament selection on a GA-hard problem”,
Lecture Notes in Computer Science (LNCS) 2003; 2723:
825–836.
[17]. Corcoran AL, Roger L, Wainwright, “Reducing
disruption of superior building blocks in genetic
algorithms”, Proceedings of the, ACM SIGAPP
Symposium on Applied Computing, Feb 2003.
[18]. Ray SS, Bandyopadhyay S, Pal SK. New Operators of
Genetic Algorithms for Traveling Salesman Problem,
Evolutionary Computation CEC2004;2(1):1457-1464.
[18]. Murata T, Miyata S. Gene Linkage Identification in
Permutation Problems for Local Search and Genetic Local
Search’, Systems, Man and Cybernetics. IEEE International
Conference 2005; 2(10-12): 1920 – 1924.
[19]. G. R. Harik, “Learning gene linkage to efficiently
solve problems of bounded difficulty using Genetic
Algorithms”, University of Michigan, Ann Arbor, IlliGAL
Report No. 97005, 1997
[20]. R.Lakshmi et.l , “A New Biological Operator in
Genetic Algorithm for Class Scheduling Problem”,
International Journal of Computer Applications (0975 –
8887), Volume 60– No.12, December 2012.
[21]. R.Lakshmi , K.Vivekanandan, “Interference Induced
Silencing in Travelling Sales Person Problem using Linkage
Learning Genetic Algorithm”, IJESR, March 2013/ Volume-
3/Issue-3/Article No-12/2670-2679 ISSN 2277-2685.
[22]. Domingo Ortiz-Boyer, Cesar Hervas Martnez CIXL2:
A Crossover Operator for Evolutionary Algorithms Based
on Population Features.
[23]. Martin pelican et.al,”BOA: The Bayesian Optimization
Algorithm”, Illigal Report No.99003, jan 2009.
[24]. Kalyanmoy Deb, Amarendra Kumar, “Real coded
Genetic Algorithms with Simulated Binary Crossover :
Studies on Multimodal and Multi objective Problems
[25]. Andrej Kazakov, “Travelling Salesman Problem:
Local Search and Divide and Conquer working together”,
Independent Research Review, University of Southmapton,
March 2009

More Related Content

What's hot

A fuzzy logic based on sentiment
A fuzzy logic based on sentimentA fuzzy logic based on sentiment
A fuzzy logic based on sentimentIJDKP
 
Autism_risk_factors
Autism_risk_factorsAutism_risk_factors
Autism_risk_factorsColleen Chen
 
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural NetworkSentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Networkkevig
 
Generation of Question and Answer from Unstructured Document using Gaussian M...
Generation of Question and Answer from Unstructured Document using Gaussian M...Generation of Question and Answer from Unstructured Document using Gaussian M...
Generation of Question and Answer from Unstructured Document using Gaussian M...IJACEE IJACEE
 
DOMAIN BASED CHUNKING
DOMAIN BASED CHUNKINGDOMAIN BASED CHUNKING
DOMAIN BASED CHUNKINGkevig
 
Convolutional recurrent neural network with template based representation for...
Convolutional recurrent neural network with template based representation for...Convolutional recurrent neural network with template based representation for...
Convolutional recurrent neural network with template based representation for...IJECEIAES
 
IRJET- Sentimental Analysis on Audio and Video
IRJET- Sentimental Analysis on Audio and VideoIRJET- Sentimental Analysis on Audio and Video
IRJET- Sentimental Analysis on Audio and VideoIRJET Journal
 
Implementation of Semantic Analysis Using Domain Ontology
Implementation of Semantic Analysis Using Domain OntologyImplementation of Semantic Analysis Using Domain Ontology
Implementation of Semantic Analysis Using Domain OntologyIOSR Journals
 
Knowledge extraction from numerical data an abc
Knowledge extraction from numerical data an abcKnowledge extraction from numerical data an abc
Knowledge extraction from numerical data an abcIAEME Publication
 
Coreference Resolution using Hybrid Approach
Coreference Resolution using Hybrid ApproachCoreference Resolution using Hybrid Approach
Coreference Resolution using Hybrid Approachbutest
 
IRJET - Analysis of Paraphrase Detection using NLP Techniques
IRJET - Analysis of Paraphrase Detection using NLP TechniquesIRJET - Analysis of Paraphrase Detection using NLP Techniques
IRJET - Analysis of Paraphrase Detection using NLP TechniquesIRJET Journal
 
Structural Normalisation Methods for Improving Best Answer Identification in ...
Structural Normalisation Methods for Improving Best Answer Identification in ...Structural Normalisation Methods for Improving Best Answer Identification in ...
Structural Normalisation Methods for Improving Best Answer Identification in ...Gregoire Burel
 
Methods of Combining Neural Networks and Genetic Algorithms
Methods of Combining Neural Networks and Genetic AlgorithmsMethods of Combining Neural Networks and Genetic Algorithms
Methods of Combining Neural Networks and Genetic AlgorithmsESCOM
 
Biometric Identification and Authentication Providence using Fingerprint for ...
Biometric Identification and Authentication Providence using Fingerprint for ...Biometric Identification and Authentication Providence using Fingerprint for ...
Biometric Identification and Authentication Providence using Fingerprint for ...IJECEIAES
 
Extractive Summarization with Very Deep Pretrained Language Model
Extractive Summarization with Very Deep Pretrained Language ModelExtractive Summarization with Very Deep Pretrained Language Model
Extractive Summarization with Very Deep Pretrained Language Modelgerogepatton
 

What's hot (18)

A fuzzy logic based on sentiment
A fuzzy logic based on sentimentA fuzzy logic based on sentiment
A fuzzy logic based on sentiment
 
Estimating the overall sentiment score by inferring modus ponens law
Estimating the overall sentiment score by inferring modus ponens lawEstimating the overall sentiment score by inferring modus ponens law
Estimating the overall sentiment score by inferring modus ponens law
 
Autism_risk_factors
Autism_risk_factorsAutism_risk_factors
Autism_risk_factors
 
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural NetworkSentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
 
Generation of Question and Answer from Unstructured Document using Gaussian M...
Generation of Question and Answer from Unstructured Document using Gaussian M...Generation of Question and Answer from Unstructured Document using Gaussian M...
Generation of Question and Answer from Unstructured Document using Gaussian M...
 
DOMAIN BASED CHUNKING
DOMAIN BASED CHUNKINGDOMAIN BASED CHUNKING
DOMAIN BASED CHUNKING
 
B017441015
B017441015B017441015
B017441015
 
H017445260
H017445260H017445260
H017445260
 
Convolutional recurrent neural network with template based representation for...
Convolutional recurrent neural network with template based representation for...Convolutional recurrent neural network with template based representation for...
Convolutional recurrent neural network with template based representation for...
 
IRJET- Sentimental Analysis on Audio and Video
IRJET- Sentimental Analysis on Audio and VideoIRJET- Sentimental Analysis on Audio and Video
IRJET- Sentimental Analysis on Audio and Video
 
Implementation of Semantic Analysis Using Domain Ontology
Implementation of Semantic Analysis Using Domain OntologyImplementation of Semantic Analysis Using Domain Ontology
Implementation of Semantic Analysis Using Domain Ontology
 
Knowledge extraction from numerical data an abc
Knowledge extraction from numerical data an abcKnowledge extraction from numerical data an abc
Knowledge extraction from numerical data an abc
 
Coreference Resolution using Hybrid Approach
Coreference Resolution using Hybrid ApproachCoreference Resolution using Hybrid Approach
Coreference Resolution using Hybrid Approach
 
IRJET - Analysis of Paraphrase Detection using NLP Techniques
IRJET - Analysis of Paraphrase Detection using NLP TechniquesIRJET - Analysis of Paraphrase Detection using NLP Techniques
IRJET - Analysis of Paraphrase Detection using NLP Techniques
 
Structural Normalisation Methods for Improving Best Answer Identification in ...
Structural Normalisation Methods for Improving Best Answer Identification in ...Structural Normalisation Methods for Improving Best Answer Identification in ...
Structural Normalisation Methods for Improving Best Answer Identification in ...
 
Methods of Combining Neural Networks and Genetic Algorithms
Methods of Combining Neural Networks and Genetic AlgorithmsMethods of Combining Neural Networks and Genetic Algorithms
Methods of Combining Neural Networks and Genetic Algorithms
 
Biometric Identification and Authentication Providence using Fingerprint for ...
Biometric Identification and Authentication Providence using Fingerprint for ...Biometric Identification and Authentication Providence using Fingerprint for ...
Biometric Identification and Authentication Providence using Fingerprint for ...
 
Extractive Summarization with Very Deep Pretrained Language Model
Extractive Summarization with Very Deep Pretrained Language ModelExtractive Summarization with Very Deep Pretrained Language Model
Extractive Summarization with Very Deep Pretrained Language Model
 

Viewers also liked

Role of heterocyclic dye (methylene blue) with reductant and micelles in phot...
Role of heterocyclic dye (methylene blue) with reductant and micelles in phot...Role of heterocyclic dye (methylene blue) with reductant and micelles in phot...
Role of heterocyclic dye (methylene blue) with reductant and micelles in phot...eSAT Journals
 
Study of content management systems joomla and drupal
Study of content management systems joomla and drupalStudy of content management systems joomla and drupal
Study of content management systems joomla and drupaleSAT Journals
 
Location updation for energy efficient geographic routing in manet
Location updation for energy efficient geographic routing in manetLocation updation for energy efficient geographic routing in manet
Location updation for energy efficient geographic routing in maneteSAT Journals
 
Novel technique in charactarizing a pv module using pulse width modulator
Novel technique in charactarizing a pv module using pulse width modulatorNovel technique in charactarizing a pv module using pulse width modulator
Novel technique in charactarizing a pv module using pulse width modulatoreSAT Journals
 
Novel technique for maximizing the thermal efficiency of a hybrid pv
Novel technique for maximizing the thermal efficiency of a hybrid pvNovel technique for maximizing the thermal efficiency of a hybrid pv
Novel technique for maximizing the thermal efficiency of a hybrid pveSAT Journals
 
Active vibration control of smart piezo cantilever beam using pid controller
Active vibration control of smart piezo cantilever beam using pid controllerActive vibration control of smart piezo cantilever beam using pid controller
Active vibration control of smart piezo cantilever beam using pid controllereSAT Journals
 
Synthesis and characterization of octaazatricyclotetracosane (octc) macrocycl...
Synthesis and characterization of octaazatricyclotetracosane (octc) macrocycl...Synthesis and characterization of octaazatricyclotetracosane (octc) macrocycl...
Synthesis and characterization of octaazatricyclotetracosane (octc) macrocycl...eSAT Journals
 
Prediction of flow characteristics through a circular port of a spool valve u...
Prediction of flow characteristics through a circular port of a spool valve u...Prediction of flow characteristics through a circular port of a spool valve u...
Prediction of flow characteristics through a circular port of a spool valve u...eSAT Journals
 
Performance analysis of production line with bernoulli’s machines
Performance analysis of production line with bernoulli’s machinesPerformance analysis of production line with bernoulli’s machines
Performance analysis of production line with bernoulli’s machineseSAT Journals
 
Mas based framework to protect cloud computing against ddos attack
Mas based framework to protect cloud computing against ddos attackMas based framework to protect cloud computing against ddos attack
Mas based framework to protect cloud computing against ddos attackeSAT Journals
 
Survey methodology and geometrical analysis of late gothic architecture in sa...
Survey methodology and geometrical analysis of late gothic architecture in sa...Survey methodology and geometrical analysis of late gothic architecture in sa...
Survey methodology and geometrical analysis of late gothic architecture in sa...eSAT Journals
 
Obstacle detection using mono vision camera and laser scanner
Obstacle detection using mono vision camera and laser scannerObstacle detection using mono vision camera and laser scanner
Obstacle detection using mono vision camera and laser scannereSAT Journals
 
Advanced portable system for stressfree walking and sitting
Advanced portable system for stressfree walking and sittingAdvanced portable system for stressfree walking and sitting
Advanced portable system for stressfree walking and sittingeSAT Journals
 
Productivity and competitiveness an analysis
Productivity and competitiveness   an analysisProductivity and competitiveness   an analysis
Productivity and competitiveness an analysiseSAT Journals
 
Performance evaluation of various types of nodes in manet with dsr routing pr...
Performance evaluation of various types of nodes in manet with dsr routing pr...Performance evaluation of various types of nodes in manet with dsr routing pr...
Performance evaluation of various types of nodes in manet with dsr routing pr...eSAT Journals
 
A clear water scour around a circular bridge pier under steady flow for diffe...
A clear water scour around a circular bridge pier under steady flow for diffe...A clear water scour around a circular bridge pier under steady flow for diffe...
A clear water scour around a circular bridge pier under steady flow for diffe...eSAT Journals
 
Stabilization or solidification of iron ore mine tailings using cement
Stabilization or solidification of iron ore mine tailings using cementStabilization or solidification of iron ore mine tailings using cement
Stabilization or solidification of iron ore mine tailings using cementeSAT Journals
 

Viewers also liked (17)

Role of heterocyclic dye (methylene blue) with reductant and micelles in phot...
Role of heterocyclic dye (methylene blue) with reductant and micelles in phot...Role of heterocyclic dye (methylene blue) with reductant and micelles in phot...
Role of heterocyclic dye (methylene blue) with reductant and micelles in phot...
 
Study of content management systems joomla and drupal
Study of content management systems joomla and drupalStudy of content management systems joomla and drupal
Study of content management systems joomla and drupal
 
Location updation for energy efficient geographic routing in manet
Location updation for energy efficient geographic routing in manetLocation updation for energy efficient geographic routing in manet
Location updation for energy efficient geographic routing in manet
 
Novel technique in charactarizing a pv module using pulse width modulator
Novel technique in charactarizing a pv module using pulse width modulatorNovel technique in charactarizing a pv module using pulse width modulator
Novel technique in charactarizing a pv module using pulse width modulator
 
Novel technique for maximizing the thermal efficiency of a hybrid pv
Novel technique for maximizing the thermal efficiency of a hybrid pvNovel technique for maximizing the thermal efficiency of a hybrid pv
Novel technique for maximizing the thermal efficiency of a hybrid pv
 
Active vibration control of smart piezo cantilever beam using pid controller
Active vibration control of smart piezo cantilever beam using pid controllerActive vibration control of smart piezo cantilever beam using pid controller
Active vibration control of smart piezo cantilever beam using pid controller
 
Synthesis and characterization of octaazatricyclotetracosane (octc) macrocycl...
Synthesis and characterization of octaazatricyclotetracosane (octc) macrocycl...Synthesis and characterization of octaazatricyclotetracosane (octc) macrocycl...
Synthesis and characterization of octaazatricyclotetracosane (octc) macrocycl...
 
Prediction of flow characteristics through a circular port of a spool valve u...
Prediction of flow characteristics through a circular port of a spool valve u...Prediction of flow characteristics through a circular port of a spool valve u...
Prediction of flow characteristics through a circular port of a spool valve u...
 
Performance analysis of production line with bernoulli’s machines
Performance analysis of production line with bernoulli’s machinesPerformance analysis of production line with bernoulli’s machines
Performance analysis of production line with bernoulli’s machines
 
Mas based framework to protect cloud computing against ddos attack
Mas based framework to protect cloud computing against ddos attackMas based framework to protect cloud computing against ddos attack
Mas based framework to protect cloud computing against ddos attack
 
Survey methodology and geometrical analysis of late gothic architecture in sa...
Survey methodology and geometrical analysis of late gothic architecture in sa...Survey methodology and geometrical analysis of late gothic architecture in sa...
Survey methodology and geometrical analysis of late gothic architecture in sa...
 
Obstacle detection using mono vision camera and laser scanner
Obstacle detection using mono vision camera and laser scannerObstacle detection using mono vision camera and laser scanner
Obstacle detection using mono vision camera and laser scanner
 
Advanced portable system for stressfree walking and sitting
Advanced portable system for stressfree walking and sittingAdvanced portable system for stressfree walking and sitting
Advanced portable system for stressfree walking and sitting
 
Productivity and competitiveness an analysis
Productivity and competitiveness   an analysisProductivity and competitiveness   an analysis
Productivity and competitiveness an analysis
 
Performance evaluation of various types of nodes in manet with dsr routing pr...
Performance evaluation of various types of nodes in manet with dsr routing pr...Performance evaluation of various types of nodes in manet with dsr routing pr...
Performance evaluation of various types of nodes in manet with dsr routing pr...
 
A clear water scour around a circular bridge pier under steady flow for diffe...
A clear water scour around a circular bridge pier under steady flow for diffe...A clear water scour around a circular bridge pier under steady flow for diffe...
A clear water scour around a circular bridge pier under steady flow for diffe...
 
Stabilization or solidification of iron ore mine tailings using cement
Stabilization or solidification of iron ore mine tailings using cementStabilization or solidification of iron ore mine tailings using cement
Stabilization or solidification of iron ore mine tailings using cement
 

Similar to Performance analysis of linkage learning techniques in genetic algorithms

IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...IRJET Journal
 
An interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patternsAn interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patternsRavi Kumar
 
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)IJCSEA Journal
 
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)IJCSEA Journal
 
Comparative study of various supervisedclassification methodsforanalysing def...
Comparative study of various supervisedclassification methodsforanalysing def...Comparative study of various supervisedclassification methodsforanalysing def...
Comparative study of various supervisedclassification methodsforanalysing def...eSAT Publishing House
 
Software Defect Prediction Using Radial Basis and Probabilistic Neural Networks
Software Defect Prediction Using Radial Basis and Probabilistic Neural NetworksSoftware Defect Prediction Using Radial Basis and Probabilistic Neural Networks
Software Defect Prediction Using Radial Basis and Probabilistic Neural NetworksEditor IJCATR
 
Estimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approachEstimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approachcsandit
 
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACHESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACHcscpconf
 
Final Report
Final ReportFinal Report
Final Reportimu409
 
Improving the effectiveness of information retrieval system using adaptive ge...
Improving the effectiveness of information retrieval system using adaptive ge...Improving the effectiveness of information retrieval system using adaptive ge...
Improving the effectiveness of information retrieval system using adaptive ge...ijcsit
 
Knowledge Graph and Similarity Based Retrieval Method for Query Answering System
Knowledge Graph and Similarity Based Retrieval Method for Query Answering SystemKnowledge Graph and Similarity Based Retrieval Method for Query Answering System
Knowledge Graph and Similarity Based Retrieval Method for Query Answering SystemIRJET Journal
 
Vinayaka : A Semi-Supervised Projected Clustering Method Using Differential E...
Vinayaka : A Semi-Supervised Projected Clustering Method Using Differential E...Vinayaka : A Semi-Supervised Projected Clustering Method Using Differential E...
Vinayaka : A Semi-Supervised Projected Clustering Method Using Differential E...ijseajournal
 
A clonal based algorithm for the reconstruction of
A clonal based algorithm for the reconstruction ofA clonal based algorithm for the reconstruction of
A clonal based algorithm for the reconstruction ofeSAT Publishing House
 
A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...eSAT Journals
 
An effective adaptive approach for joining data in data
An effective adaptive approach for joining data in dataAn effective adaptive approach for joining data in data
An effective adaptive approach for joining data in dataeSAT Publishing House
 
Single parent mating in genetic algorithm for real robotic system identification
Single parent mating in genetic algorithm for real robotic system identificationSingle parent mating in genetic algorithm for real robotic system identification
Single parent mating in genetic algorithm for real robotic system identificationIAESIJAI
 
An automated speech recognition and feature selection approach based on impro...
An automated speech recognition and feature selection approach based on impro...An automated speech recognition and feature selection approach based on impro...
An automated speech recognition and feature selection approach based on impro...IAESIJAI
 
Software Testing Using Genetic Algorithms
Software Testing Using Genetic AlgorithmsSoftware Testing Using Genetic Algorithms
Software Testing Using Genetic AlgorithmsIJCSES Journal
 
Multibiometric Secure Index Value Code Generation for Authentication and Retr...
Multibiometric Secure Index Value Code Generation for Authentication and Retr...Multibiometric Secure Index Value Code Generation for Authentication and Retr...
Multibiometric Secure Index Value Code Generation for Authentication and Retr...ijsrd.com
 

Similar to Performance analysis of linkage learning techniques in genetic algorithms (20)

IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
IRJET- Gene Mutation Data using Multiplicative Adaptive Algorithm and Gene On...
 
An interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patternsAn interactive approach to multiobjective clustering of gene expression patterns
An interactive approach to multiobjective clustering of gene expression patterns
 
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)
 
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)
Filter Based Approach for Genomic Feature Set Selection (FBA-GFS)
 
Comparative study of various supervisedclassification methodsforanalysing def...
Comparative study of various supervisedclassification methodsforanalysing def...Comparative study of various supervisedclassification methodsforanalysing def...
Comparative study of various supervisedclassification methodsforanalysing def...
 
1207.2600
1207.26001207.2600
1207.2600
 
Software Defect Prediction Using Radial Basis and Probabilistic Neural Networks
Software Defect Prediction Using Radial Basis and Probabilistic Neural NetworksSoftware Defect Prediction Using Radial Basis and Probabilistic Neural Networks
Software Defect Prediction Using Radial Basis and Probabilistic Neural Networks
 
Estimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approachEstimating project development effort using clustered regression approach
Estimating project development effort using clustered regression approach
 
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACHESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
ESTIMATING PROJECT DEVELOPMENT EFFORT USING CLUSTERED REGRESSION APPROACH
 
Final Report
Final ReportFinal Report
Final Report
 
Improving the effectiveness of information retrieval system using adaptive ge...
Improving the effectiveness of information retrieval system using adaptive ge...Improving the effectiveness of information retrieval system using adaptive ge...
Improving the effectiveness of information retrieval system using adaptive ge...
 
Knowledge Graph and Similarity Based Retrieval Method for Query Answering System
Knowledge Graph and Similarity Based Retrieval Method for Query Answering SystemKnowledge Graph and Similarity Based Retrieval Method for Query Answering System
Knowledge Graph and Similarity Based Retrieval Method for Query Answering System
 
Vinayaka : A Semi-Supervised Projected Clustering Method Using Differential E...
Vinayaka : A Semi-Supervised Projected Clustering Method Using Differential E...Vinayaka : A Semi-Supervised Projected Clustering Method Using Differential E...
Vinayaka : A Semi-Supervised Projected Clustering Method Using Differential E...
 
A clonal based algorithm for the reconstruction of
A clonal based algorithm for the reconstruction ofA clonal based algorithm for the reconstruction of
A clonal based algorithm for the reconstruction of
 
A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...A clonal based algorithm for the reconstruction of genetic network using s sy...
A clonal based algorithm for the reconstruction of genetic network using s sy...
 
An effective adaptive approach for joining data in data
An effective adaptive approach for joining data in dataAn effective adaptive approach for joining data in data
An effective adaptive approach for joining data in data
 
Single parent mating in genetic algorithm for real robotic system identification
Single parent mating in genetic algorithm for real robotic system identificationSingle parent mating in genetic algorithm for real robotic system identification
Single parent mating in genetic algorithm for real robotic system identification
 
An automated speech recognition and feature selection approach based on impro...
An automated speech recognition and feature selection approach based on impro...An automated speech recognition and feature selection approach based on impro...
An automated speech recognition and feature selection approach based on impro...
 
Software Testing Using Genetic Algorithms
Software Testing Using Genetic AlgorithmsSoftware Testing Using Genetic Algorithms
Software Testing Using Genetic Algorithms
 
Multibiometric Secure Index Value Code Generation for Authentication and Retr...
Multibiometric Secure Index Value Code Generation for Authentication and Retr...Multibiometric Secure Index Value Code Generation for Authentication and Retr...
Multibiometric Secure Index Value Code Generation for Authentication and Retr...
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniquesugginaramesh
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Recently uploaded (20)

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniques
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

Performance analysis of linkage learning techniques in genetic algorithms

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 144 PERFORMANCE ANALYSIS OF LINKAGE LEARNING TECHNIQUES IN GENETIC ALGORITHMS R. Lakshmi1 , K. Vivekanandan2 1 Assistant Professor, Department of Computer Science, Pondicherry University , Puducherry, India, rlakshmiselva@yahoo.co.in 2 Professor, Department of Computer Science, Pondicherry Engineering College, Puducherry, India, k.vivekanandan@pec.edu Abstract One variance of Genetic Algorithms is a Linkage Learning Genetic Algorithm (LLGA) enhances the efficiencies of Simple Genetic Algorithm (SGA) while solving NP hard Problems. Discovery of Linkage Learning Technique is an important task in GA. Almost all existing Linkage Learning Techniques follow either random approach or probabilistic approaches. This makes repeated passes over the population to determine the relationship between individuals. SGA with random linkage technique is simple but may take long time to converge to the optimal solutions. This paper uses a linkage learning operator called Gene Silencing which is an inspired mechanism from biological systems. The Gene Silencing mechanism is used to improve the linkages by preserving the building blocks in an individual from the disruption of recombination processes such as Crossover and Mutation. It converges quickly to the optimal solution without compromising the diversification on search spaces. To prove this phenomenon, the Travelling Sales Person problem (TSP) has been chosen to retain the order of cities in a tour. Experiments carried out on different TSP benchmark instances taken from TSPLIB which is a standard library for TSP problems. These benchmark instances have also been applied on various linkage learning techniques and analyses the performance of these techniques with Gene Silencing (GS) mechanism. The performance analysis has been made on experimental results with respect to optimal solution and convergence speed. Index Terms: Linkage Learning, Gene Silencing, Building Blocks, Genetic Algorithm, TSPLIB, Performance Analysis --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUTION Genetic algorithm is an adaptive heuristic search algorithm based on the evolutionary ideas of natural selection and genetics. Genetic Algorithms have proved to be efficient in handling complex NP-Hard problems in the recent past. A wide variety of Genetic Algorithms have been devised to solve a range of problems. Genetic algorithms differ from each other in terms of solution representation, genetic operators used, termination criteria, etc. These existing algorithms, in no way, mark the end of the search for a better Genetic Algorithm, there is always a scope for further improvement of these Genetic Algorithms. Genetic algorithms work very well if the genes belonging to the same building block are tightly linked together within the chromosome. Otherwise, if these genes are spread all over the chromosome, building blocks are very hard to be created and easy to be destroyed by the recombination operator. Genetic algorithms cannot perform well under such circumstances. Traditional genetic algorithms suffer from the linkage problem and they are unable to learn the linkage among genes. Traditional genetic algorithms require the users to possess prior domain knowledge of the problem so that the genes on chromosomes can be correctly arranged with respect to the chosen operators. When problem domain knowledge is available, the problem can be solved easily using traditional genetic algorithms with an appropriate chromosome representation. However, when that knowledge is not available, one way to handle the problem is to make the GA capable of adapting and learning the linkages that exist within the chromosome. The performance of any GA is mainly based on four parameters namely optimal solutions, convergence rate, diversification and error rate. The performance of SGA is enriched by adapting the linkage learning methods inside the genetic algorithms which learns the relationships among genes in chromosomes. There is several linkage learning techniques available for real and binary coded genetic algorithms. Though many linkage learning techniques like Bayesian Optimization Algorithms (BOA) [23], Adaptive Linkage Crossover (ADX) [1], Dependency Structure Matrix (DSM) [10], Estimation of Distribution Algorithm (EDA) [2], Masked Operator (MO) [17], Linkage Identification by Non Linearity Check (LINC) for binary chromosomes [5], Gene Silencing (GS) [9] [20] [21] is also used to improve the linkages exist within the chromosome of any coded representation. So far there is no any
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 145 performance comparison made on various linkage learning techniques. The objective of this paper is to compare the efficiency of different linkage learning techniques with the Gene Silencing method. The results proved effective with Gene Silencing and are quite comparable. In this paper linkage learning has been explored on TSP problem. There are more than 256 solutions of various approaches including mathematical approaches, dynamic programming methods and evolutionary algorithms exit to solve TSP problem. From the literature survey, it has been already proved that solving TSP with enormous data using mathematical models and dynamic programming approaches are more time consuming processes. These approaches may take years of years to return the optimal path when the data set is huge. When genetic algorithm [24] [25] is applied, it converges fast to return the optimal path. The linkage learning genetic algorithm works even better when compare to simple GA. This paper uses gene silencing mechanism to identify the linkages in a chromosome. In the experiments, TSP benchmark instances from TSPLIB library have been used on various linkage learning techniques. The organization of this paper is as follows: Section 2 discusses the brief study of various linkage learning techniques. Section 3 discusses the experimental results and the performance analysis and Section 4 concludes the paper. 2. LINKAGE LEARNING TECHNIQUES Linkage learning techniques can be classified according to different facets and aspects like how it can be employed in the algorithm, representation of chromosomes etc. Linkage problem is an ordering problem of the chromosome and addressed to the same issue of building-block (BB) identification or linkage learning. The success of a simple genetic algorithm relies upon good coding scheme that puts genes belonging to the same building blocks together on the chromosome to provide tight linkage of building blocks. Based on that the linkage learning techniques are classified into the following categories: 2.1 Random Linkage Learning Techniques Random linkage discovery is a costless, effective linkage recognition technique which performs randomly on chromosomes to identify the linkages. In this technique few cities are randomly chosen from a parent and change their loci, we get Offspring. It computes their fitness values and compare to find the linkages on both offspring. Offspring with higher fitness value will contain BBs and have more chances to survive in the next generation. Selection of highly fit individuals to the next generation is performed by one of the selection techniques. Several linkage learning techniques have been existing in this category such as Inversion Operator [1], Dynamic Linkage Discovery [2] Algorithm and so on. 2.2 Algorithmic Approaches This is multi metric approach model, other than fitness value it also employs extra measurements to determine the quality (BBs) of individuals in a population. Estimation of Distribution Algorithms (EDA), Bayesian Optimization Algorithm (BOA), Extended Compact Genetic Algorithm (ECGA) and the like [10] [3] [4] [7] are classified as multi metric approaches 2.3 Binary Approaches These approaches are more suitable for binary coded representation. It does bitwise perturbations in individuals and detects linkage by checking nonlinearity in the individual caused by perturbations. Linkage Identification by Nonlinearity Check (LINC) [5], Linkage Identification by Monotonicity Detection (LIMD) [6], Gene Expression Messy GA (GEMA) [4] and the like are [11] [16] more suitable for binary coded representation. 2.4 Operator Techniques There are several operator techniques such as Harick’s Linkage Learning [19], Linkage Evolving Operator [2], Local Search Method (LSM) [18], and Neighbor Affinity Value method (NAV) [17] of uni metric approaches available in GAs to find linkages exist within the chromosome. 2.5 Gene Silencing Mechanism The principles of genetic algorithm mimic the process of natural evolution. The concept of gene silencing [9] could be adopted in genetic algorithm as an operator where other natural operators like crossover and mutation are already being applied for any standard GA. Normally, crossover operator disrupts the good building blocks, even though they are considered to be useful to evolve good solutions. Since gene silencing is heritable, the required genes are preserved from the disruptions of crossover or mutation and carried over through successive generations till the optimal solution is reached. In TSP, Gene silencing [15] is used to preserve the order of the cities in a tour to obtain optimal distance and also it makes the GA to converge quickly. 3. EXPERIMENTATION AND ANALYSIS This paper conducts an analysis on performance of Gene Silencing and compares it with the existing Linkage learning Techniques. The various Linkage Learning methods
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 146 including gene silencing mechanism are implemented in MATLAB tool on an i5 system with TSP benchmark instances gr17, wi29, dj38, swis42, att48, eil101, qa194, uy734, d1291, nu3496, eg7146, gr9882, d15112, d18512 obtained from the standard library TSPLIB. The following table is one example of many which illustrate the distance matrix for the benchmark instance gr17. Fig -1: Intercity distance table for TSP Table -1: 1 Experimentation Setup Genetic Algorithm (GA) Sl. No. Parameters Values 1 Population Size 100 2 Selection Tournament Selection with 10% 3 Elitism% 10% 4 Crossover Two Point Crossover and Partially Matched Crossover 5 Mutation Swap Mutation 6 Mutation% 5% 7 Termination Fixed Number (10000) generations. Genetic Algorithm with its parameters listed above have been applied to different linkage learning techniques such as Local Search method (LSM), Random Linkage Method (RLM) and Harik’s Crossover technique. Their optimized solutions are compared with the optimized solutions of Gene Silencing mechanism which is shown in chart 1. For each linkage learning technique, the obtained optimal distance of different TSP benchmark instances have been collected from 10 runs. For various techniques, the average case valuses are used in performance analysis. Chart -1: Optimal Distances of TSP instances on Different Linkage Learning Techniques Chart -2: Optimal Distances of TSP instances on Different Linkage Learning Techniques The two graphs show the experimental results of different linkage learning techniques. The chart 1 shows the shortest distance found by Random method, local search method, harik’s crossover method and gene silencing. The chart 2 shows the distance generated by Neighbor Affinity Value, Linkage Evolving Operator, and Inversion Operator and Gene Silencing operator. From the graph it is clearly proved that the gene silencing mechanism outperforms the RLM, LSM, HXM, NAV, LEO and IO. CONCLUSIONS The experimental results show that the distance (optimal solution) for all benchmark instances obtained from gene silencing is minimum as compared to the distance obtained from other linkage learning techniques. In this paper, the linkage learning techniques in the context of the traveling salesman problem is discussed. Since crossover and mutation will disrupt the good building blocks in subsequent generations, a new biologically inspired operator, Gene Silencing was applied to preserve those good building blocks which improve the linkages in a chromosome. A computation was made with all linkage learning techniques for the Travelling Salesman problem. From the results it was found that the Gene Silencing in linkage Learning Genetic algorithm performed better than the existing algorithms.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 147 REFERENCES [1]. R Ayed A. Salman, Kishan Mehrotra, and Chilukuri K. Mohan, “Adaptive Linkage Crossover” [2]. R Ying-ping Chen, A Survey of Linkage Learning Techniques in Genetic and Evolutionary Algorithm [3]. R H. Kargupta, “Search polynomial complexity, and the fast messy genetic algorithm. Technical Report 95008, University of Illinois at Urbana Champaign, Urbana, IL, October 1995. [4]. R Kargupta, H, “The Gene Expression Messy Genetic Algorithm”, Evolutionary Computation, Proceedings of IEEE International Conference on Volume, Issue, and 20-22 Pages: 814 – 819, May 2009. [5]. M. Munetomo and D. E. Goldberg, “Identifying linkage by non-linearity check”, IlliGAL Report No. 98012, University of Illinois at Urbana-Champaign, Urbana, IL, 2010. [6]. M. Munetomo and D. E. Goldberg, “Linkage Identification by Non – Monotonicity Detection for overlapping functions”, IlliGAL Report No.99005, University of Illinois at Urbana-Champaign, Urbana, IL, Genetic and Evolutionary Computation Conference, January 2011. [7]. Chen, Y.-p., Peng, W.-C., & Jian, M.-c, “Particle swarm optimization with recombination and dynamic linkage discovery”, IEEE Transactions on Systems, Vol. 37(6): pp.1460–1470, 2007. [8]. David R. Newman, “The Use of Linkage Learning in Genetic Algorithm”. [9]. S.Siva Sathya, S.Kuppuswami, Department of Computer Science, Pondicherry University, “Gene Silencing for Course Time-Tabling with Genetic Algorithm”. [10]. Yu, T.-L., Goldberg, D. E., Yassine, A. A., & Chen, Y.-p, “Genetic algorithm design inspired by organizational theory: Pilot study of a dependency structure matrix driven genetic algorithm”, in Proceedings of Artificial Neural Networks in Engineering, ANNIE, pp. 327–332, 2003 [11]. Jian, M.-C., & Chen, Y.-p, “Introducing recombination with dynamic linkage discovery to particle swarm optimization”, in Proceedings of ACM SIGEVO Genetic and Evolutionary Computation Conference (GECCO-2006), pp. 85–86, EI, 2006 [12]. Oliver Kramer, Patrick Koch, “Self-Adaptive Partially Mapped Crossover”, proceedings of Genetic and Evolution Computation Conference, pp. 593 – 697, ACM, July 2007. [13]. Chen., “A Text book of Fundamentals of Microbiology”. [14]. Gene Silencing Technique offers new strategy for treating,curing disease, Science Daily, 2005. [15]. Lakshmi R, Vivekanandan K. Gene Silencing in Linkage Learning Genetic Algorithm, page 2, conference proceeding of NCFC, 2012. [16]. Chen Y-P, Goldberg DE., “An analysis of a reordering operator with tournament selection on a GA-hard problem”, Lecture Notes in Computer Science (LNCS) 2003; 2723: 825–836. [17]. Corcoran AL, Roger L, Wainwright, “Reducing disruption of superior building blocks in genetic algorithms”, Proceedings of the, ACM SIGAPP Symposium on Applied Computing, Feb 2003. [18]. Ray SS, Bandyopadhyay S, Pal SK. New Operators of Genetic Algorithms for Traveling Salesman Problem, Evolutionary Computation CEC2004;2(1):1457-1464. [18]. Murata T, Miyata S. Gene Linkage Identification in Permutation Problems for Local Search and Genetic Local Search’, Systems, Man and Cybernetics. IEEE International Conference 2005; 2(10-12): 1920 – 1924. [19]. G. R. Harik, “Learning gene linkage to efficiently solve problems of bounded difficulty using Genetic Algorithms”, University of Michigan, Ann Arbor, IlliGAL Report No. 97005, 1997 [20]. R.Lakshmi et.l , “A New Biological Operator in Genetic Algorithm for Class Scheduling Problem”, International Journal of Computer Applications (0975 – 8887), Volume 60– No.12, December 2012. [21]. R.Lakshmi , K.Vivekanandan, “Interference Induced Silencing in Travelling Sales Person Problem using Linkage Learning Genetic Algorithm”, IJESR, March 2013/ Volume- 3/Issue-3/Article No-12/2670-2679 ISSN 2277-2685. [22]. Domingo Ortiz-Boyer, Cesar Hervas Martnez CIXL2: A Crossover Operator for Evolutionary Algorithms Based on Population Features. [23]. Martin pelican et.al,”BOA: The Bayesian Optimization Algorithm”, Illigal Report No.99003, jan 2009. [24]. Kalyanmoy Deb, Amarendra Kumar, “Real coded Genetic Algorithms with Simulated Binary Crossover : Studies on Multimodal and Multi objective Problems [25]. Andrej Kazakov, “Travelling Salesman Problem: Local Search and Divide and Conquer working together”, Independent Research Review, University of Southmapton, March 2009