An Novel Estimation of Distribution Algorithm for TSP

2013 ◽  
Vol 373-375 ◽  
pp. 1089-1092
Author(s):  
Fa Hong Yu ◽  
Wei Zhi Liao ◽  
Mei Jia Chen

Estimation of distribution algorithms (EDAs) is a method for solving NP-hard problem. But it is hard to find global optimization quickly for some problems, especially for traveling salesman problem (TSP) that is a classical NP-hard combinatorial optimization problem. To solve TSP effectively, a novel estimation of distribution algorithm (NEDA ) is provided, which can solve the conflict between population diversity and algorithm convergence. The experimental results show that the performance of NEDA is effective.

2013 ◽  
Vol 385-386 ◽  
pp. 1675-1678 ◽  
Author(s):  
Yang Yi ◽  
Mei Jia Chen ◽  
Fa Hong Yu

To systematically harmonize the conflict between selective pressure and population diversity in estimation of distribution algorithms, an improved estimation of distribution algorithms based on the entropy increment theorem (IEDAEI) is proposed in this paper. IEDAEI conforms to the entropy increment theorem in simulating the competitive mechanism between energy and entropy in annealing process, in which population diversity is measured by the entropy increment theorem. By solving some typical high-dimension problems with multiple local optimizations, satisfactory results are achieved. The results show that this algorithm has preferable capability to avoid the premature convergence effectively and reduce the cost in search to some extent.


2005 ◽  
Vol 13 (1) ◽  
pp. 125-143 ◽  
Author(s):  
Yong Gao ◽  
Joseph Culberson

In this paper, we investigate the space complexity of the Estimation of Distribution Algorithms (EDAs), a class of sampling-based variants of the genetic algorithm. By analyzing the nature of EDAs, we identify criteria that characterize the space complexity of two typical implementation schemes of EDAs, the factorized distribution algorithm and Bayesian network-based algorithms. Using random additive functions as the prototype, we prove that the space complexity of the factorized distribution algorithm and Bayesian network-based algorithms is exponential in the problem size even if the optimization problem has a very sparse interaction structure.


2005 ◽  
Vol 13 (1) ◽  
pp. 43-66 ◽  
Author(s):  
J. M. Peña ◽  
J. A. Lozano ◽  
P. Larrañaga

Many optimization problems are what can be called globally multimodal, i.e., they present several global optima. Unfortunately, this is a major source of difficulties for most estimation of distribution algorithms, making their effectiveness and efficiency degrade, due to genetic drift. With the aim of overcoming these drawbacks for discrete globally multimodal problem optimization, this paper introduces and evaluates a new estimation of distribution algorithm based on unsupervised learning of Bayesian networks. We report the satisfactory results of our experiments with symmetrical binary optimization problems.


2015 ◽  
Vol 2015 ◽  
pp. 1-13 ◽  
Author(s):  
S. H. Chen

Estimation of distribution algorithms (EDAs) have been used to solve numerous hard problems. However, their use with in-group optimization problems has not been discussed extensively in the literature. A well-known in-group optimization problem is the multiple traveling salesmen problem (mTSP), which involves simultaneous assignment and sequencing procedures and are shown in different forms. This paper presents a new algorithm, namedEDAMLA, which is based on self-guided genetic algorithm with a minimum loading assignment (MLA) rule. This strategy uses the transformed-based encoding approach instead of direct encoding. The solution space of the proposed method is onlyn!. We compare the proposed algorithm against the optimal direct encoding technique, the two-part encoding genetic algorithm, and, in experiments on 34 TSP instances drawn from the TSPLIB, find that its solution space isn!n-1m-1. The scale of the experiments exceeded that presented in prior studies. The results show that the proposed algorithm was superior to the two-part encoding genetic algorithm in terms of minimizing the total traveling distance. Notably, the proposed algorithm did not cause a longer traveling distance when the number of salesmen was increased from 3 to 10. The results suggest that EDA researchers should employ the MLA rule instead of direct encoding in their proposed algorithms.


2013 ◽  
Vol 373-375 ◽  
pp. 1093-1097
Author(s):  
Fa Hong Yu ◽  
Mei Jia Chen ◽  
Wei Zhi Liao

To systematically harmonize the conflict between selective pressure and population diversity in estimation of distribution algorithms, an improved estimation of distribution algorithms based on the minimal free energy (IEDA) is proposed in this paper. IEDA conforms to the principle of minimal free energy in simulating the competitive mechanism between energy and entropy in annealing process, in which population diversity is measured by similarity entropy and the minimum free energy is simulated with an efficient and effective competition by free energy component. Through solving some typical numerical optimization problems, satisfactory results were achieved, which showed that IEDA was a preferable algorithm to avoid the premature convergence effectively and reduce the cost in search to some extent.


Author(s):  
Supawadee Srikamdee ◽  
Prabhas Chongstitvatana

Estimation of distribution algorithms (EDAs) are successfully applied in the fields of bioinformatics for tasks such as gene structure analysis, protein structure prediction, and RNA secondary structure prediction. This paper proposes a new method, namely collaborative learning of estimation of distribution algorithms, or Co-EDAs, based on an estimation of distribution algorithm for RNA secondary structure prediction using a single RNA sequence as input. The proposed method consists of two EDAs with minimum free energy objective. The Co-EDAs use both good and poor solutions to improve the algorithm’s to search throughout the search space. Using information from poor solutions can indicate which area is unappealing to explore when searching with high-dimensional data. The Co-EDAs method was tested with 750 known RNA structures from RNA STRAND v2.0. That database includes data with more than 14 RNA types. The proposed method was compared to three prediction programs that are based on dynamic programming algorithms called Mfold, RNAfold, and RNAstructure. These programs are available as services on web servers. The results on average show that the Co-EDAs yields approximately 6% better accuracy than those competitors in all metrics.


2013 ◽  
Vol 753-755 ◽  
pp. 1192-1195 ◽  
Author(s):  
Shu Tong Xie ◽  
Li Fang Pan

Optimal machining parameters can lead to considerable savings in manufacturing problems. In this paper, to deal with the nonlinear optimization problem of machining parameters which aims to minimize the unit production cost (UC) in parallel turnings, we propose a novel optimization approach which divides this complicated problem into several sub-problems. Then an estimation of distribution algorithm (EDA) is developed to search the optimal results for each sub-problem. Computer simulations show that the proposed approach is efficient in searching the optimal solutions to reduce significantly the unit production cost.


2013 ◽  
Vol 4 (4) ◽  
pp. 41-61
Author(s):  
Orawan Watchanupaporn ◽  
Worasait Suwannik

Estimation of distribution algorithm (EDA) can solve more complicated problems than its predecessor (Genetic Algorithm). EDA uses various methods to probabilistically model a group of highly fit individuals. Calculating the model in sophisticated EDA is very time consuming. To reduce the model building time, the authors propose compressed chromosome encoding. A chromosome is encoded using a format that can be decompressed by the Lempel-Ziv-Welch (LZW) algorithm. The authors combined LZW encoding with various EDAs and termed the class of algorithms Lempel-Ziv-Welch Estimation of Distribution Algorithms (LZWEDA). Experimental results show that LZWEDA significantly outperforms the original EDA. Finally, the authors analyze how LZW encoding transforms a fitness landscape.


2013 ◽  
Vol 694-697 ◽  
pp. 2901-2904 ◽  
Author(s):  
Xiao Yan Yun

The traveling salesman problem (TSP) has been an important problem in the field of distribution and logistics and it is clearlyNP-hard combinatorial optimization problem and difficult to solve. This paper gives a review of achievements of different types of Algorithms for the traveling sales man problem and outlines these advantages and limitation for these algorithms, including dynamic program, brand and bound, genetic algorithm and estimation of distribution algorithms. In addition, some of the most powerful efficiency enhancement techniques applied to TSP is discussed and quite a few common conditions of different methods for TSP are summarized. Finally, some future research direction and content are proposed.


Sign in / Sign up

Export Citation Format

Share Document