scispace - formally typeset
Search or ask a question

Showing papers on "Extremal optimization published in 2015"


Journal ArticleDOI
01 May 2015
TL;DR: The performance of proposed hybrid method by using fewer ants than the number of cities for the TSPs is better than the performance of compared methods in most cases in terms of solution quality and robustness.
Abstract: The Traveling Salesman Problem (TSP) is one of the standard test problems used in performance analysis of discrete optimization algorithms. The Ant Colony Optimization (ACO) algorithm appears among heuristic algorithms used for solving discrete optimization problems. In this study, a new hybrid method is proposed to optimize parameters that affect performance of the ACO algorithm using Particle Swarm Optimization (PSO). In addition, 3-Opt heuristic method is added to proposed method in order to improve local solutions. The PSO algorithm is used for detecting optimum values of parameters α and β which are used for city selection operations in the ACO algorithm and determines significance of inter-city pheromone and distances. The 3-Opt algorithm is used for the purpose of improving city selection operations, which could not be improved due to falling in local minimums by the ACO algorithm. The performance of proposed hybrid method is investigated on ten different benchmark problems taken from literature and it is compared to the performance of some well-known algorithms. Experimental results show that the performance of proposed method by using fewer ants than the number of cities for the TSPs is better than the performance of compared methods in most cases in terms of solution quality and robustness.

309 citations


Journal ArticleDOI
TL;DR: A novel FOPID controller design method based on an improved multi-objective extremal optimization (MOEO) algorithm for an automatic regulator voltage (AVR) system and the proposed MOEO algorithm is relatively simpler than NSGA-II and single-objectives evolutionary algorithms, such as genetic algorithm, particle swarm optimization (PSO), chaotic anti swarm (CAS) due to its fewer adjustable parameters.

246 citations


Journal ArticleDOI
TL;DR: The aim of this paper is to review the recently proposed multi-objective ant colony optimization (MOACO) algorithms and compare their performances on two, three and four objectives with different numbers of ants and numbers of iterations.
Abstract: Most real world combinatorial optimization problems are difficult to solve with multiple objectives which have to be optimized simultaneously. Over the last few years, researches have been proposed several ant colony optimization algorithms to solve multiple objectives. The aim of this paper is to review the recently proposed multi-objective ant colony optimization (MOACO) algorithms and compare their performances on two, three and four objectives with different numbers of ants and numbers of iterations. Moreover, a detailed analysis is performed for these MOACO algorithms by applying them on several multi-objective benchmark instances of the traveling salesman problem. The results of the analysis have shown that most of the considered MOACO algorithms obtained better performances for more than two objectives and their performance depends slightly on the number of objectives, number of iterations and number of ants used.

80 citations


Journal ArticleDOI
TL;DR: The modified clone selection procedure is presented to improve the quality of the solutions and bring more diversity to the population and the adaptive soft time windows penalty measure is proposed to allow the existence of infeasible solutions in the evolution process.

77 citations


Journal ArticleDOI
TL;DR: The proposed RPEO algorithm is demonstrated to outperform other reported popular evolutionary algorithms, such as real-coded genetic algorithm (RGA) with multi-crossover or simulated binary crossover, differential evolution (DE), modified particle swarm optimization (MPSO), probability based discrete binary PSO (PBPSO) and covariance matrix adaptation evolution strategy (CMAES).

52 citations


Journal ArticleDOI
01 Apr 2015
TL;DR: In this paper, a random-key cuckoo search (RKCS) algorithm was proposed for solving the TSP problem, which used a simplified random key encoding scheme to pass from a continuous space to a combinatorial space.
Abstract: Combinatorial optimization problems are typically NP-hard, and thus very challenging to solve. In this paper, we present the random-key cuckoo search (RKCS) algorithm for solving the famous travelling salesman problem (TSP). We used a simplified random-key encoding scheme to pass from a continuous space (real numbers) to a combinatorial space. We also consider the displacement of a solution in both spaces using Levy flights. The performance of the proposed RKCS is tested against a set of benchmarks of symmetric TSP from the well-known TSPLIB library. The results of the tests show that RKCS is superior to some other metaheuristic algorithms.

48 citations


Journal ArticleDOI
01 May 2015
TL;DR: A load balancing algorithm for clusters of multicore processors is presented and discussed and the algorithm is compared against a greedy fully deterministic approach, a genetic algorithm and an EO-based algorithm with random placement of migrated tasks.
Abstract: The paper describes methods for using Extremal Optimization (EO) for processor load balancing during execution of distributed applications. A load balancing algorithm for clusters of multicore processors is presented and discussed. In this algorithm the EO approach is used to periodically detect the best tasks as candidates for migration and for a guided selection of the best computing nodes to receive the migrating tasks. To decrease the complexity of selection for migration, the embedded EO algorithm assumes a two-step stochastic selection during the solution improvement based on two separate fitness functions. The functions are based on specific models which estimate relations between the programs and the executive hardware. The proposed load balancing algorithm is assessed by experiments with simulated load balancing of distributed program graphs. The algorithm is compared against a greedy fully deterministic approach, a genetic algorithm and an EO-based algorithm with random placement of migrated tasks.

43 citations


Journal ArticleDOI
TL;DR: A mathematical formulation and a hybrid heuristic algorithm by combining ant colony optimization algorithm and dynamic programming technique to obtain high quality solutions for the covering salesman problem is proposed.

40 citations


Proceedings ArticleDOI
09 Nov 2015
TL;DR: This paper attempts at proposing and evaluating from a bi-criteria perspective several multi-objective ACSs to tackle SD-MTSP when two objectives need to be simultaneously optimized: minimizing the total cost of traveled subtours while achieving balanced subtours.
Abstract: The single-depot multiple TSP (SD-MTSP) is a simple extension of the standard TSP, in which more than one salesman is allowed to visit the set of interconnected cities, such that each city is visited exactly once (by a single salesman) and the total cost of the traveled subtours is minimized. Although Ant Colony Systems (ACSs) are a natural choice for shortest-path problems, with TSP at its core, the application of ACS on this straightforward extension is not properly explored. The reasons may lie in the bi-criteria nature of the problem (shortest cost versus balanced subtours) and the lack of dedicated benchmarks exposing optimal solutions. This paper attempts at proposing and evaluating from a bi-criteria perspective several multi-objective ACSs to tackle SD-MTSP when two objectives need to be simultaneously optimized: minimizing the total cost of traveled subtours while achieving balanced subtours. Experiments are conducted towards investigating the efficiency of the algorithms in a multi-objective setting.

40 citations


Journal ArticleDOI
TL;DR: The universal method for the solution of problems of non-numerical optimization is considered and a genetic algorithm on the basis of small variations for basic solution was presented.

37 citations


Journal Article
TL;DR: An overview of growing research field from theoretical inception to the practical applications of ACO variants and some of the fields where it can be applied is given.
Abstract: The complex social behaviors of ants have been much studied, and now scientists are finding that these behavior patterns can provide models for solving difficult combinatorial optimization problems. The attempt to develop algorithms inspired by one aspect of ant behavior, the ability to find shortest paths, has become the field of ant colony optimization (ACO). Ant Colony Optimization (ACO) is a derivative of Swarm intelligence (SI). The ant colony optimization algorithm (ACO), introduced by Marco Dorigo, in the year 1992 and it is a paradigm for designing meta heuristic algorithms for optimization problems and is inspired by the foraging behavior of ant colonies. Ant Colony Optimization targets discrete optimization problems and can be extended to continuous optimization problems which is useful to find approximate solutions. Now-a-days, a number of algorithms inspired by the foraging behavior of ant colonies have been applied to solve difficult discrete optimization problems. In fact, ACO algorithm is the most successful and widely recognized algorithm based on the ant behavior. This paper gives an overview of growing research field from theoretical inception to the practical applications of ACO variants and some of the fields where it can be applied.

Proceedings ArticleDOI
11 Jul 2015
TL;DR: The proposed memetic algorithm aims to combine the adaptation capabilities of ACO for DOPs and the superior performance of the US operator on the static travelling salesman problem in order to tackle the DTSP.
Abstract: Ant colony optimization (ACO) algorithms have proved to be able to adapt for solving dynamic optimization problems (DOPs). The integration of local search algorithms has also proved to significantly improve the output of ACO algorithms. However, almost all previous works consider stationary environments. In this paper, the MAX -MIN Ant System, one of the best ACO variations, is integrated with the unstringing and stringing (US) local search operator for the dynamic travelling salesman problem (DTSP). The best solution constructed by ACO is passed to the US operator for local search improvements. The proposed memetic algorithm aims to combine the adaptation capabilities of ACO for DOPs and the superior performance of the US operator on the static travelling salesman problem in order to tackle the DTSP. The experiments show that the MAX -MIN Ant System is able to provide good initial solutions to US and the proposed algorithm outperforms other peer ACO-based memetic algorithms on different DTSPs.

Journal ArticleDOI
TL;DR: The computational result shows that the proposed improved shuffled frog-leaping algorithm has a powerful search capability in solving the flexible job shop scheduling problem compared with other heuristic algorithms, such as the genetic algorithm, tabu search and ant colony optimization.
Abstract: The flexible job shop scheduling problem is a well-known combinatorial optimization problem. This paper proposes an improved shuffled frog-leaping algorithm to solve the flexible job shop scheduling problem. The algorithm possesses an adjustment sequence to design the strategy of local searching and an extremal optimization in information exchange. The computational result shows that the proposed algorithm has a powerful search capability in solving the flexible job shop scheduling problem compared with other heuristic algorithms, such as the genetic algorithm, tabu search and ant colony optimization. Moreover, the results also show that the improved strategies could improve the performance of the algorithm effectively.


Proceedings ArticleDOI
01 Nov 2015
TL;DR: This paper presents a new adaptation of the cuttlefish optimization algorithm in the discrete case, solving the famous travelling salesman problem, which is one of the discrete combinatorial optimization problems.
Abstract: The cuttlefish optimization algorithm is a new combinatorial optimization algorithm in the family of metaheuristics, applied in the continuous domain, and which provides mechanisms for local and global research. This paper presents a new adaptation of this algorithm in the discrete case, solving the famous travelling salesman problem, which is one of the discrete combinatorial optimization problems. This new adaptation proposes a reformulation of the equations to generate solutions depending a different algorithm cases. The experimental results of the proposed algorithm on instances of TSPLib library are compared with the other methods, show the efficiency and quality of this adaptation.

Proceedings ArticleDOI
01 Jun 2015
TL;DR: For parallel optimization of MMAS, some strategies are proposed: by comparing the current solution with the optimal solution, unnecessary ergodic paths and iterations are abandoned, which accelerates the searching process and communications are replaced by calculations, which reduces memory occupation and communication cost enormously.
Abstract: MAX-MIN ant colony system (MMAS) has been one of the most effective ant colony optimization algorithm for the traveling salesman problem (TSP) up to the present. Despite the intrinsic parallelism, problems such as excessive memory occupation and overlong communication cost arise in the parallel process for large-scale numerical examples. In this paper, for parallel optimization of MMAS, some strategies are proposed: a) by comparing the current solution with the optimal solution, unnecessary ergodic paths and iterations are abandoned, which accelerates the searching process, b) for generating distance matrix and updating pheromone matrix, communications are replaced by calculations, which reduces memory occupation and communication cost enormously. MMAS with the above strategies is implemented on the Sunway Blue Light supercomputer based on MPI. As a result, high feasibility and effectiveness are verified.


01 Jan 2015
TL;DR: This research investigates the use of a divide-and-conquer approach for solving continuous large-scale global optimization problems using evolutionary methods and finds the curse of dimensionality is a major hindrance to the efficient optimization.
Abstract: The aim of this research is to investigate the use of a divide-and-conquer approach for solving continuous large-scale global optimization problems using evolutionary methods. The curse of dimensionality is a major hindrance to the efficient optimization

Proceedings ArticleDOI
01 Dec 2015
TL;DR: In the proposed paper four optimization techniques are presented such as ant colony optimization (ACO), genetic algorithm (GA), hybrid technique of ant colony Optimization (ACo) and genetic algorithms (GA) and hybrid techniques of ant colonies optimization and cuckoo search (CS) and the result shows that shortest efficient tour is obtained by new hybrid algorithm.
Abstract: The Travelling Salesman Problem (TSP) is a very popular combinatorial optimization problem of real world. The objective is to find out a shortest possible path travelled by a salesman while visited every city once and returned to the origin city. TSP is one of the NP hard problems and several attempts have been done to solve it by traditional methods. Computational methods give better solution for TSP as most of them are based on repetitive learning. In the proposed paper four optimization techniques are presented such as ant colony optimization (ACO), genetic algorithm (GA), hybrid technique of ant colony optimization (ACO) and genetic algorithm (GA) and hybrid technique of ant colony optimization (ACO) and cuckoo search (CS) algorithm is proposed and implemented for travelling salesman problem. The result shows that shortest efficient tour is obtained by new hybrid algorithm.

Proceedings ArticleDOI
01 Oct 2015
TL;DR: Angry Ant Framework adds a new dimension - a dynamic, biologically-inspired pheromone stratification, which it hopes can become the objective of further state-of-the-art research.
Abstract: Ant Colony Optimization has proven to be an important optimization technique. It has provided a solid base for solving classical computational problems, networks routing problems and many others. Nonetheless, algorithms within the Ant Colony metaheuristic have been shown to struggle to reach the global optimum of the search space, with only a few select ones guaranteed to reach it at all. On the other hand, Ant Colony based hybrid solutions that address this issue suffer from either severely decreased efficiency or low scalability and are usually static and custom-made, with only one particular use. In this paper we present a generic and robust solution to this problem, restricted rigorously to the Ant Colony Optimization paradigm, named Angry Ant Framework. It adds a new dimension -- a dynamic, biologically-inspired pheromone stratification, which we hope can become the objective of further state-of-the-art research. We present a series of experiments to enable a discussion on the benefits provided by this new framework. In particular, we show that Angry Ant Framework increases the efficiency, while at the same time improving the flexibility, the adaptability and the scalability with a very low computational investment.

Proceedings ArticleDOI
01 Aug 2015
TL;DR: This study proposed to improve the performance of GA by applying a knowledge-based initialization technique (KI), which learns the features of evolved population and uses them to guide the generation of initial population.
Abstract: Genetic Algorithm (GA) is efficient for the travelling salesman problem, but it has the defect of slow convergence and is easily trapped in local optima. Because the initialization has a profound impact on the optimization, this study proposed to improve the performance of GA by applying a knowledge-based initialization technique (KI). KI learns the features of evolved population and uses them to guide the generation of initial population. Advanced initial solution without path crossover can be fast generated with this method. Instances in TSPLIB were used to test different initialization methods. The results proved that this proposed technique helped GA get better initial population and performance.

Proceedings ArticleDOI
17 Mar 2015
TL;DR: The purpose of the method is to predict the best termination iteration for an unseen instance by analyzing the performance of the optimization process on solved instances, and has drastically reduced the computational times required by the ACS.
Abstract: The Ant Colony System (ACS) is a well-known bio-inspired optimization algorithm which has been successfully applied to several NP-hard optimization problems, including transportation network optimization. This paper introduces a method to improve the computational time required by the algorithm in finding high quality solutions. The purpose of the method is to predict the best termination iteration for an unseen instance by analyzing the performance of the optimization process on solved instances. A fitness landscape analysis is used to understand the behavior of the optimizer on all given instances. A comprehensive set of features is presented to characterize instances of the transportation network optimization problem. This set of features is associated to the results of the fitness landscape analysis through a machine learning-based approach, so that the behavior of the optimization algorithm may be predicted before the optimization start and the termination iteration may be set accordingly. The proposed system has been tested on a real-world transportation network optimization problem and two randomly generated problems. The proposed method has drastically reduced the computational times required by the ACS in finding high quality solutions.


Book ChapterDOI
08 Apr 2015
TL;DR: Mixing Network Extremal Optimization is a new algorithm designed to identify the community structure in networks by using a game theoretic approach and a network mixing mechanism as a diversity preserving method.
Abstract: Mixing Network Extremal Optimization is a new algorithm designed to identify the community structure in networks by using a game theoretic approach and a network mixing mechanism as a diversity preserving method. Numerical experiments performed on synthetic and real networks illustrate the potential of the approach.

Proceedings ArticleDOI
01 Nov 2015
TL;DR: A new metaheuristic novel hybrid penguins search optimization algorithm (NPeSOA) which is based on the combination of PeSOA and harmony search algorithm (HS) to solve the Travelling Salesman Problem.
Abstract: Metaheuristics form a family of optimization algorithms for solving combinatorial optimization problems by applying the research procedures to quickly find a good approximation of the best solution. In this paper we proposed a new metaheuristic novel hybrid penguins search optimization algorithm (NPeSOA) which is based on the combination of penguins search optimization algorithm (PeSOA) and harmony search algorithm (HS) to solve the Travelling Salesman Problem. The search for harmony was added to improve the research technique of PeSOA method. The results of this experience are tested by the instances of TSPLib, and compared with the methods of PeSOA and HS to show the efficiency of NPeSOA.

Journal ArticleDOI
TL;DR: The paper focuses on the post-generation 3D IC wirelength optimization stage, and the original partitioning heuristics implemented by the means of the extremal optimization is applied to the MCNC set of benchmark circuits.

Proceedings ArticleDOI
25 May 2015
TL;DR: This paper presents a non-parameter method to identify the peaks of the multi-modal optimization problems provided that the peaks are characterized by a smaller objective values than their neighbors and by a relatively large distance from points with smaller objective value.
Abstract: This paper presents a non-parameter method to identify the peaks of the multi-modal optimization problems provided that the peaks are characterized by a smaller objective values than their neighbors and by a relatively large distance from points with smaller objective value. Using the identified peaks as the seeds, we decompose the population into some subpopulations and dynamically allocate the computational effort to different subpopulations. We evaluate the proposed approach on the CEC2015 single objective multi-niche optimization problems. The promising experimental results show its efficacy.

Proceedings ArticleDOI
20 May 2015
TL;DR: This thesis presents the travelling salesman problem and the application of heuristics in ant colony optimization algorithms and discusses the results of an experiment carried out to solve the travelled salesman problem using the ant colony system with differentHeuristics.
Abstract: This thesis presents the travelling salesman problem and the application of heuristics in ant colony optimization algorithms. The thesis also discusses the results of an experiment carried out to solve the travelling salesman problem using the ant colony system with different heuristics. An example is focused on heuristics application and comparison.

Proceedings ArticleDOI
25 Oct 2015
TL;DR: A hybrid approach is proposed, which is combination of Ant system and other meta-heuristic approaches to take benefits of both methods to solve the quadratic assignment problem (QAP).
Abstract: Many real-world problems in logistics, transport, and manufacturing can be modeled as combinatorial optimization problems. In this work, a hybrid variant of meta-heuristic algorithm ant colony optimization (ACO) is used. Different variants of ant colony optimization have been applied to the quadratic assignment problem (QAP). In this paper a hybrid approach is proposed, which is combination of Ant system and other meta-heuristic approaches to take benefits of both methods. This hybrid approach is accompanied by a local search technique. Moreover, a comparative analysis is done using QAPLIB.

Journal Article
TL;DR: Aimed at the combinatorial optimization of tool trajectory upon the complex free-form curved surface piece, Hamiltonian path was adopted and the K-opt partial search strategy was introduced to find the solution to OTSP.
Abstract: Aimed at the combinatorial optimization of tool trajectory upon the complex free-form curved surface piece,Hamiltonian path was adopted to transform it to an open traveling salesman problem(OTSP).Meanwhile the strategy of integrating the problem-unrelated optimization algorithm and the problem-related local search was adopted.First,the membership cloud models were introduced to adapt and adjust the randomness controlled by the ant colony algorithm.Then,the K-opt partial search strategy was introduced to find the solution to OTSP in respect of the combinatorial optimization of the tool trajectory based on the improved membership cloud models ant colony algorithm(MCMACA).The simulation result shows that MCMACA features better global search ability and local convergence.Meanwhile,it has obvious advantages in terms of optimization of the spray painting robot tool trajectory on complex curved surface.