WorldWideScience

Sample records for ant colony optimization

  1. Ant colony search algorithm for optimal reactive power optimization

    Directory of Open Access Journals (Sweden)

    Lenin K.

    2006-01-01

    Full Text Available The paper presents an (ACSA Ant colony search Algorithm for Optimal Reactive Power Optimization and voltage control of power systems. ACSA is a new co-operative agents’ approach, which is inspired by the observation of the behavior of real ant colonies on the topic of ant trial formation and foraging methods. Hence, in the ACSA a set of co-operative agents called "Ants" co-operates to find good solution for Reactive Power Optimization problem. The ACSA is applied for optimal reactive power optimization is evaluated on standard IEEE, 30, 57, 191 (practical test bus system. The proposed approach is tested and compared to genetic algorithm (GA, Adaptive Genetic Algorithm (AGA.

  2. Ant colony algorithm for clustering in portfolio optimization

    Science.gov (United States)

    Subekti, R.; Sari, E. R.; Kusumawati, R.

    2018-03-01

    This research aims to describe portfolio optimization using clustering methods with ant colony approach. Two stock portfolios of LQ45 Indonesia is proposed based on the cluster results obtained from ant colony optimization (ACO). The first portfolio consists of assets with ant colony displacement opportunities beyond the defined probability limits of the researcher, where the weight of each asset is determined by mean-variance method. The second portfolio consists of two assets with the assumption that each asset is a cluster formed from ACO. The first portfolio has a better performance compared to the second portfolio seen from the Sharpe index.

  3. Edge detection in digital images using Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Marjan Kuchaki Rafsanjani

    2015-11-01

    Full Text Available Ant Colony Optimization (ACO is an optimization algorithm inspired by the behavior of real ant colonies to approximate the solutions of difficult optimization problems. In this paper, ACO is introduced to tackle the image edge detection problem. The proposed approach is based on the distribution of ants on an image; ants try to find possible edges by using a state transition function. Experimental results show that the proposed method compared to standard edge detectors is less sensitive to Gaussian noise and gives finer details and thinner edges when compared to earlier ant-based approaches.

  4. Warehouse stocking optimization based on dynamic ant colony genetic algorithm

    Science.gov (United States)

    Xiao, Xiaoxu

    2018-04-01

    In view of the various orders of FAW (First Automotive Works) International Logistics Co., Ltd., the SLP method is used to optimize the layout of the warehousing units in the enterprise, thus the warehouse logistics is optimized and the external processing speed of the order is improved. In addition, the relevant intelligent algorithms for optimizing the stocking route problem are analyzed. The ant colony algorithm and genetic algorithm which have good applicability are emphatically studied. The parameters of ant colony algorithm are optimized by genetic algorithm, which improves the performance of ant colony algorithm. A typical path optimization problem model is taken as an example to prove the effectiveness of parameter optimization.

  5. PARAMETER ESTIMATION OF VALVE STICTION USING ANT COLONY OPTIMIZATION

    Directory of Open Access Journals (Sweden)

    S. Kalaivani

    2012-07-01

    Full Text Available In this paper, a procedure for quantifying valve stiction in control loops based on ant colony optimization has been proposed. Pneumatic control valves are widely used in the process industry. The control valve contains non-linearities such as stiction, backlash, and deadband that in turn cause oscillations in the process output. Stiction is one of the long-standing problems and it is the most severe problem in the control valves. Thus the measurement data from an oscillating control loop can be used as a possible diagnostic signal to provide an estimate of the stiction magnitude. Quantification of control valve stiction is still a challenging issue. Prior to doing stiction detection and quantification, it is necessary to choose a suitable model structure to describe control-valve stiction. To understand the stiction phenomenon, the Stenman model is used. Ant Colony Optimization (ACO, an intelligent swarm algorithm, proves effective in various fields. The ACO algorithm is inspired from the natural trail following behaviour of ants. The parameters of the Stenman model are estimated using ant colony optimization, from the input-output data by minimizing the error between the actual stiction model output and the simulated stiction model output. Using ant colony optimization, Stenman model with known nonlinear structure and unknown parameters can be estimated.

  6. Runtime analysis of the 1-ANT ant colony optimizer

    DEFF Research Database (Denmark)

    Doerr, Benjamin; Neumann, Frank; Sudholt, Dirk

    2011-01-01

    The runtime analysis of randomized search heuristics is a growing field where, in the last two decades, many rigorous results have been obtained. First runtime analyses of ant colony optimization (ACO) have been conducted only recently. In these studies simple ACO algorithms such as the 1-ANT...... that give us a more detailed impression of the 1-ANT’s performance. Furthermore, the experiments also deal with the question whether using many ant solutions in one iteration can decrease the total runtime....

  7. Image Edge Tracking via Ant Colony Optimization

    Science.gov (United States)

    Li, Ruowei; Wu, Hongkun; Liu, Shilong; Rahman, M. A.; Liu, Sanchi; Kwok, Ngai Ming

    2018-04-01

    A good edge plot should use continuous thin lines to describe the complete contour of the captured object. However, the detection of weak edges is a challenging task because of the associated low pixel intensities. Ant Colony Optimization (ACO) has been employed by many researchers to address this problem. The algorithm is a meta-heuristic method developed by mimicking the natural behaviour of ants. It uses iterative searches to find the optimal solution that cannot be found via traditional optimization approaches. In this work, ACO is employed to track and repair broken edges obtained via conventional Sobel edge detector to produced a result with more connected edges.

  8. Response Ant Colony Optimization of End Milling Surface Roughness

    Directory of Open Access Journals (Sweden)

    Ahmed N. Abd Alla

    2010-03-01

    Full Text Available Metal cutting processes are important due to increased consumer demands for quality metal cutting related products (more precise tolerances and better product surface roughness that has driven the metal cutting industry to continuously improve quality control of metal cutting processes. This paper presents optimum surface roughness by using milling mould aluminium alloys (AA6061-T6 with Response Ant Colony Optimization (RACO. The approach is based on Response Surface Method (RSM and Ant Colony Optimization (ACO. The main objectives to find the optimized parameters and the most dominant variables (cutting speed, feedrate, axial depth and radial depth. The first order model indicates that the feedrate is the most significant factor affecting surface roughness.

  9. Ant Colony Optimization and the Minimum Cut Problem

    DEFF Research Database (Denmark)

    Kötzing, Timo; Lehre, Per Kristian; Neumann, Frank

    2010-01-01

    Ant Colony Optimization (ACO) is a powerful metaheuristic for solving combinatorial optimization problems. With this paper we contribute to the theoretical understanding of this kind of algorithm by investigating the classical minimum cut problem. An ACO algorithm similar to the one that was prov...

  10. Ant Colony Optimization ACO For The Traveling Salesman Problem TSP Using Partitioning

    Directory of Open Access Journals (Sweden)

    Alok Bajpai

    2015-08-01

    Full Text Available Abstract An ant colony optimization is a technique which was introduced in 1990s and which can be applied to a variety of discrete combinatorial optimization problem and to continuous optimization. The ACO algorithm is simulated with the foraging behavior of the real ants to find the incremental solution constructions and to realize a pheromone laying-and-following mechanism. This pheromone is the indirect communication among the ants. In this paper we introduces the partitioning technique based on the divide and conquer strategy for the traveling salesman problem which is one of the most important combinatorial problem in which the original problem is partitioned into the group of sub problems. And then we apply the ant colony algorithm using candidate list strategy for each smaller sub problems. After that by applying the local optimization and combining the sub problems to find the good solution for the original problem by improving the exploration efficiency of the ants. At the end of this paper we have also be presented the comparison of result with the normal ant colony system for finding the optimal solution to the traveling salesman problem.

  11. Ant colony optimization and constraint programming

    CERN Document Server

    Solnon, Christine

    2013-01-01

    Ant colony optimization is a metaheuristic which has been successfully applied to a wide range of combinatorial optimization problems. The author describes this metaheuristic and studies its efficiency for solving some hard combinatorial problems, with a specific focus on constraint programming. The text is organized into three parts. The first part introduces constraint programming, which provides high level features to declaratively model problems by means of constraints. It describes the main existing approaches for solving constraint satisfaction problems, including complete tree search

  12. ADAPTIVE ANT COLONY OPTIMIZATION BASED GRADIENT FOR EDGE DETECTION

    Directory of Open Access Journals (Sweden)

    Febri Liantoni

    2014-08-01

    Full Text Available Ant Colony Optimization (ACO is a nature-inspired optimization algorithm which is motivated by ants foraging behavior. Due to its favorable advantages, ACO has been widely used to solve several NP-hard problems, including edge detection. Since ACO initially distributes ants at random, it may cause imbalance ant distribution which later affects path discovery process. In this paper an adaptive ACO is proposed to optimize edge detection by adaptively distributing ant according to gradient analysis. Ants are adaptively distributed according to gradient ratio of each image regions. Region which has bigger gradient ratio, will have bigger number of ant distribution. Experiments are conducted using images from various datasets. Precision and recall are used to quantitatively evaluate performance of the proposed algorithm. Precision and recall of adaptive ACO reaches 76.98 % and 96.8 %. Whereas highest precision and recall for standard ACO are 69.74 % and 74.85 %. Experimental results show that the adaptive ACO outperforms standard ACO which randomly distributes ants.

  13. Application of ant colony optimization in NPP classification fault location

    International Nuclear Information System (INIS)

    Xie Chunli; Liu Yongkuo; Xia Hong

    2009-01-01

    Nuclear Power Plant is a highly complex structural system with high safety requirements. Fault location appears to be particularly important to enhance its safety. Ant Colony Optimization is a new type of optimization algorithm, which is used in the fault location and classification of nuclear power plants in this paper. Taking the main coolant system of the first loop as the study object, using VB6.0 programming technology, the NPP fault location system is designed, and is tested against the related data in the literature. Test results show that the ant colony optimization can be used in the accurate classification fault location in the nuclear power plants. (authors)

  14. DATA MINING UNTUK KLASIFIKASI PELANGGAN DENGAN ANT COLONY OPTIMIZATION

    Directory of Open Access Journals (Sweden)

    Maulani Kapiudin

    2007-01-01

    Full Text Available In this research the system for potentially customer classification is designed by extracting rule based classification from raw data with certain criteria. The searching process uses customer database from a bank with data mining technic by using ant colony optimization. A test based on min_case_per_rule variety and phenomene updating were done on a certain period of time. The result are group of customer class which base on rules built by ant and by modifying the pheromone updating, the area of the case is getting bigger. Prototype of the software is coded with C++ 6 version. The customer database master is created by using Microsoft Access. This paper gives information about potential customer of bank that can be classified by prototype of the software. Abstract in Bahasa Indonesia : Pada penelitian untuk sistem klasifikasi potensial customer ini didesain dengan melakukan ekstrak rule berdasarkan klasifikasi dari data mentah dengan kriteria tertentu. Proses pencarian menggunakan database pelanggan dari suatu bank dengan teknik data mining dengan ant colony optimization. Dilakukan percobaan dengan min_case_per_rule variety dan phenomene updating pada periode waktu tertentu. Hasilnya adalah sekelompok class pelanggan yang didasarkan dari rules yang dibangun dengan ant dan dengan dimodifikasi dengan pheromone updating, area permasalahan menjadi lebih melebar. Prototype dari software ini menggunakan C++ versi 6. Database pelanggan dibangun dengan Microsoft Access. Paper ini memberikan informasi mengenai potensi pelanggan dari bank, sehingga dapat diklasifikasikan dengan prototype dari software. Kata kunci: ant colony optimization, classification, min_case_per_rule, term, pheromone updating

  15. A seismic fault recognition method based on ant colony optimization

    Science.gov (United States)

    Chen, Lei; Xiao, Chuangbai; Li, Xueliang; Wang, Zhenli; Huo, Shoudong

    2018-05-01

    Fault recognition is an important section in seismic interpretation and there are many methods for this technology, but no one can recognize fault exactly enough. For this problem, we proposed a new fault recognition method based on ant colony optimization which can locate fault precisely and extract fault from the seismic section. Firstly, seismic horizons are extracted by the connected component labeling algorithm; secondly, the fault location are decided according to the horizontal endpoints of each horizon; thirdly, the whole seismic section is divided into several rectangular blocks and the top and bottom endpoints of each rectangular block are considered as the nest and food respectively for the ant colony optimization algorithm. Besides that, the positive section is taken as an actual three dimensional terrain by using the seismic amplitude as a height. After that, the optimal route from nest to food calculated by the ant colony in each block is judged as a fault. Finally, extensive comparative tests were performed on the real seismic data. Availability and advancement of the proposed method were validated by the experimental results.

  16. Improved Ant Colony Optimization for Seafood Product Delivery Routing Problem

    Directory of Open Access Journals (Sweden)

    Baozhen Yao

    2014-02-01

    Full Text Available This paper deals with a real-life vehicle delivery routing problem, which is a seafood product delivery routing problem. Considering the features of the seafood product delivery routing problem, this paper formulated this problem as a multi-depot open vehicle routing problem. Since the multi-depot open vehicle routing problem is a very complex problem, a method is used to reduce the complexity of the problem by changing the multi-depot open vehicle routing problem into an open vehicle routing problem with a dummy central depot in this paper. Then, ant colony optimization is used to solve the problem. To improve the performance of the algorithm, crossover operation and some adaptive strategies are used. Finally, the computational results for the benchmark problems of the multi-depot vehicle routing problem indicate that the proposed ant colony optimization is an effective method to solve the multi-depot vehicle routing problem. Furthermore, the computation results of the seafood product delivery problem from Dalian, China also suggest that the proposed ant colony optimization is feasible to solve the seafood product delivery routing problem.

  17. Flexible Job Shop Scheduling Problem Using an Improved Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Lei Wang

    2017-01-01

    Full Text Available As an extension of the classical job shop scheduling problem, the flexible job shop scheduling problem (FJSP plays an important role in real production systems. In FJSP, an operation is allowed to be processed on more than one alternative machine. It has been proven to be a strongly NP-hard problem. Ant colony optimization (ACO has been proven to be an efficient approach for dealing with FJSP. However, the basic ACO has two main disadvantages including low computational efficiency and local optimum. In order to overcome these two disadvantages, an improved ant colony optimization (IACO is proposed to optimize the makespan for FJSP. The following aspects are done on our improved ant colony optimization algorithm: select machine rule problems, initialize uniform distributed mechanism for ants, change pheromone’s guiding mechanism, select node method, and update pheromone’s mechanism. An actual production instance and two sets of well-known benchmark instances are tested and comparisons with some other approaches verify the effectiveness of the proposed IACO. The results reveal that our proposed IACO can provide better solution in a reasonable computational time.

  18. ACOustic: A Nature-Inspired Exploration Indicator for Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Rafid Sagban

    2015-01-01

    Full Text Available A statistical machine learning indicator, ACOustic, is proposed to evaluate the exploration behavior in the iterations of ant colony optimization algorithms. This idea is inspired by the behavior of some parasites in their mimicry to the queens’ acoustics of their ant hosts. The parasites’ reaction results from their ability to indicate the state of penetration. The proposed indicator solves the problem of robustness that results from the difference of magnitudes in the distance’s matrix, especially when combinatorial optimization problems with rugged fitness landscape are applied. The performance of the proposed indicator is evaluated against the existing indicators in six variants of ant colony optimization algorithms. Instances for travelling salesman problem and quadratic assignment problem are used in the experimental evaluation. The analytical results showed that the proposed indicator is more informative and more robust.

  19. Ant Colony Optimization for Control

    NARCIS (Netherlands)

    Van Ast, J.M.

    2010-01-01

    The very basis of this thesis is the collective behavior of ants in colonies. Ants are an excellent example of how rather simple behavior on a local level can lead to complex behavior on a global level that is beneficial for the individuals. The key in the self-organization of ants is communication

  20. An experimental analysis of design choices of multi-objective ant colony optimization algorithms

    OpenAIRE

    Lopez-Ibanez, Manuel; Stutzle, Thomas

    2012-01-01

    There have been several proposals on how to apply the ant colony optimization (ACO) metaheuristic to multi-objective combinatorial optimization problems (MOCOPs). This paper proposes a new formulation of these multi-objective ant colony optimization (MOACO) algorithms. This formulation is based on adding specific algorithm components for tackling multiple objectives to the basic ACO metaheuristic. Examples of these components are how to represent multiple objectives using pheromone and heuris...

  1. Loading pattern optimization using ant colony algorithm

    International Nuclear Information System (INIS)

    Hoareau, Fabrice

    2008-01-01

    Electricite de France (EDF) operates 58 nuclear power plants (NPP), of the Pressurized Water Reactor type. The loading pattern optimization of these NPP is currently done by EDF expert engineers. Within this framework, EDF R and D has developed automatic optimization tools that assist the experts. LOOP is an industrial tool, developed by EDF R and D and based on a simulated annealing algorithm. In order to improve the results of such automatic tools, new optimization methods have to be tested. Ant Colony Optimization (ACO) algorithms are recent methods that have given very good results on combinatorial optimization problems. In order to evaluate the performance of such methods on loading pattern optimization, direct comparisons between LOOP and a mock-up based on the Max-Min Ant System algorithm (a particular variant of ACO algorithms) were made on realistic test-cases. It is shown that the results obtained by the ACO mock-up are very similar to those of LOOP. Future research will consist in improving these encouraging results by using parallelization and by hybridizing the ACO algorithm with local search procedures. (author)

  2. Optic disc detection using ant colony optimization

    Science.gov (United States)

    Dias, Marcy A.; Monteiro, Fernando C.

    2012-09-01

    The retinal fundus images are used in the treatment and diagnosis of several eye diseases, such as diabetic retinopathy and glaucoma. This paper proposes a new method to detect the optic disc (OD) automatically, due to the fact that the knowledge of the OD location is essential to the automatic analysis of retinal images. Ant Colony Optimization (ACO) is an optimization algorithm inspired by the foraging behaviour of some ant species that has been applied in image processing for edge detection. Recently, the ACO was used in fundus images to detect edges, and therefore, to segment the OD and other anatomical retinal structures. We present an algorithm for the detection of OD in the retina which takes advantage of the Gabor wavelet transform, entropy and ACO algorithm. Forty images of the retina from DRIVE database were used to evaluate the performance of our method.

  3. Aircraft technology portfolio optimization using ant colony optimization

    Science.gov (United States)

    Villeneuve, Frederic J.; Mavris, Dimitri N.

    2012-11-01

    Technology portfolio selection is a combinatorial optimization problem often faced with a large number of combinations and technology incompatibilities. The main research question addressed in this article is to determine if Ant Colony Optimization (ACO) is better suited than Genetic Algorithms (GAs) and Simulated Annealing (SA) for technology portfolio optimization when incompatibility constraints between technologies are present. Convergence rate, capability to find optima, and efficiency in handling of incompatibilities are the three criteria of comparison. The application problem consists of finding the best technology portfolio from 29 aircraft technologies. The results show that ACO and GAs converge faster and find optima more easily than SA, and that ACO can optimize portfolios with technology incompatibilities without using penalty functions. This latter finding paves the way for more use of ACO when the number of constraints increases, such as in the technology and concept selection for complex engineering systems.

  4. Multi-view 3D scene reconstruction using ant colony optimization techniques

    International Nuclear Information System (INIS)

    Chrysostomou, Dimitrios; Gasteratos, Antonios; Nalpantidis, Lazaros; Sirakoulis, Georgios C

    2012-01-01

    This paper presents a new method performing high-quality 3D object reconstruction of complex shapes derived from multiple, calibrated photographs of the same scene. The novelty of this research is found in two basic elements, namely: (i) a novel voxel dissimilarity measure, which accommodates the elimination of the lighting variations of the models and (ii) the use of an ant colony approach for further refinement of the final 3D models. The proposed reconstruction procedure employs a volumetric method based on a novel projection test for the production of a visual hull. While the presented algorithm shares certain aspects with the space carving algorithm, it is, nevertheless, first enhanced with the lightness compensating image comparison method, and then refined using ant colony optimization. The algorithm is fast, computationally simple and results in accurate representations of the input scenes. In addition, compared to previous publications, the particular nature of the proposed algorithm allows accurate 3D volumetric measurements under demanding lighting environmental conditions, due to the fact that it can cope with uneven light scenes, resulting from the characteristics of the voxel dissimilarity measure applied. Besides, the intelligent behavior of the ant colony framework provides the opportunity to formulate the process as a combinatorial optimization problem, which can then be solved by means of a colony of cooperating artificial ants, resulting in very promising results. The method is validated with several real datasets, along with qualitative comparisons with other state-of-the-art 3D reconstruction techniques, following the Middlebury benchmark. (paper)

  5. Calibration of Water Supply Systems Based on Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Mahmoud Faghfoor Maghrebi

    2013-03-01

    Full Text Available Leakage is one of the main problems in the water supply systems and due to the limitations in water supply and its costly process, reduction of leak in water distribution networks can be considered as one of the main goals of the water supply authorities. One of the leak detection techniques in water distribution system is the usage of the recorded node pressures at some locations to calibrate the whole system node pressures. Calibration process is accomplished by the optimization of a constrained objective function. Therefore, in addition to performing a hydraulic analysis of the network, application of an optimization technique is needed. In the current paper, a comparsion between the ant colony and genetic algorithm methodes, in calibration of the node pressures and leak detections was investigated. To examine the workability and the way of leak detection, analysis of the network with an assumed leak was carried out. The results showed that the effectiveness of the ant colony optimization in the detection of the position and magnitude of leak in a water network.

  6. Dynamic Vehicle Routing Problems with Enhanced Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Haitao Xu

    2018-01-01

    Full Text Available As we all know, there are a great number of optimization problems in the world. One of the relatively complicated and high-level problems is the vehicle routing problem (VRP. Dynamic vehicle routing problem (DVRP is a major variant of VRP, and it is closer to real logistic scene. In DVRP, the customers’ demands appear with time, and the unserved customers’ points must be updated and rearranged while carrying out the programming paths. Owing to the complexity and significance of the problem, DVRP applications have grabbed the attention of researchers in the past two decades. In this paper, we have two main contributions to solving DVRP. Firstly, DVRP is solved with enhanced Ant Colony Optimization (E-ACO, which is the traditional Ant Colony Optimization (ACO fusing improved K-means and crossover operation. K-means can divide the region with the most reasonable distance, while ACO using crossover is applied to extend search space and avoid falling into local optimum prematurely. Secondly, several new evaluation benchmarks are proposed, which can objectively and comprehensively estimate the proposed method. In the experiment, the results for different scale problems are compared to those of previously published papers. Experimental results show that the algorithm is feasible and efficient.

  7. A nuclear reactor core fuel reload optimization using artificial ant colony connective networks

    International Nuclear Information System (INIS)

    Lima, Alan M.M. de; Schirru, Roberto; Carvalho da Silva, Fernando; Medeiros, Jose Antonio Carlos Canedo

    2008-01-01

    The core of a nuclear Pressurized Water Reactor (PWR) may be reloaded every time the fuel burn-up is such that it is not more possible to maintain the reactor operating at nominal power. The nuclear core fuel reload optimization problem consists in finding a pattern of burned-up and fresh-fuel assemblies that maximize the number of full operational days. This is an NP-Hard problem, meaning that complexity grows exponentially with the number of fuel assemblies in the core. Moreover, the problem is non-linear and its search space is highly discontinuous and multi-modal. Ant Colony System (ACS) is an optimization algorithm based on artificial ants that uses the reinforcement learning technique. The ACS was originally developed to solve the Traveling Salesman Problem (TSP), which is conceptually similar to the nuclear core fuel reload problem. In this work a parallel computational system based on the ACS, called Artificial Ant Colony Networks is introduced to solve the core fuel reload optimization problem

  8. A nuclear reactor core fuel reload optimization using artificial ant colony connective networks

    Energy Technology Data Exchange (ETDEWEB)

    Lima, Alan M.M. de [Universidade Federal do Rio de Janeiro, PEN/COPPE - UFRJ, Ilha do Fundao s/n, CEP 21945-970 Rio de Janeiro (Brazil)], E-mail: alanmmlima@yahoo.com.br; Schirru, Roberto [Universidade Federal do Rio de Janeiro, PEN/COPPE - UFRJ, Ilha do Fundao s/n, CEP 21945-970 Rio de Janeiro (Brazil)], E-mail: schirru@lmp.ufrj.br; Carvalho da Silva, Fernando [Universidade Federal do Rio de Janeiro, PEN/COPPE - UFRJ, Ilha do Fundao s/n, CEP 21945-970 Rio de Janeiro (Brazil)], E-mail: fernando@con.ufrj.br; Medeiros, Jose Antonio Carlos Canedo [Universidade Federal do Rio de Janeiro, PEN/COPPE - UFRJ, Ilha do Fundao s/n, CEP 21945-970 Rio de Janeiro (Brazil)], E-mail: canedo@lmp.ufrj.br

    2008-09-15

    The core of a nuclear Pressurized Water Reactor (PWR) may be reloaded every time the fuel burn-up is such that it is not more possible to maintain the reactor operating at nominal power. The nuclear core fuel reload optimization problem consists in finding a pattern of burned-up and fresh-fuel assemblies that maximize the number of full operational days. This is an NP-Hard problem, meaning that complexity grows exponentially with the number of fuel assemblies in the core. Moreover, the problem is non-linear and its search space is highly discontinuous and multi-modal. Ant Colony System (ACS) is an optimization algorithm based on artificial ants that uses the reinforcement learning technique. The ACS was originally developed to solve the Traveling Salesman Problem (TSP), which is conceptually similar to the nuclear core fuel reload problem. In this work a parallel computational system based on the ACS, called Artificial Ant Colony Networks is introduced to solve the core fuel reload optimization problem.

  9. Comparison Performance of Genetic Algorithm and Ant Colony Optimization in Course Scheduling Optimizing

    Directory of Open Access Journals (Sweden)

    Imam Ahmad Ashari

    2016-11-01

    Full Text Available Scheduling problems at the university is a complex type of scheduling problems. The scheduling process should be carried out at every turn of the semester's. The core of the problem of scheduling courses at the university is that the number of components that need to be considered in making the schedule, some of the components was made up of students, lecturers, time and a room with due regard to the limits and certain conditions so that no collision in the schedule such as mashed room, mashed lecturer and others. To resolve a scheduling problem most appropriate technique used is the technique of optimization. Optimization techniques can give the best results desired. Metaheuristic algorithm is an algorithm that has a lot of ways to solve the problems to the very limit the optimal solution. In this paper, we use a genetic algorithm and ant colony optimization algorithm is an algorithm metaheuristic to solve the problem of course scheduling. The two algorithm will be tested and compared to get performance is the best. The algorithm was tested using data schedule courses of the university in Semarang. From the experimental results we conclude that the genetic algorithm has better performance than the ant colony optimization  algorithm in solving the case of course scheduling.

  10. Scalable Clustering of High-Dimensional Data Technique Using SPCM with Ant Colony Optimization Intelligence

    Directory of Open Access Journals (Sweden)

    Thenmozhi Srinivasan

    2015-01-01

    Full Text Available Clusters of high-dimensional data techniques are emerging, according to data noisy and poor quality challenges. This paper has been developed to cluster data using high-dimensional similarity based PCM (SPCM, with ant colony optimization intelligence which is effective in clustering nonspatial data without getting knowledge about cluster number from the user. The PCM becomes similarity based by using mountain method with it. Though this is efficient clustering, it is checked for optimization using ant colony algorithm with swarm intelligence. Thus the scalable clustering technique is obtained and the evaluation results are checked with synthetic datasets.

  11. Single Allocation Hub-and-spoke Networks Design Based on Ant Colony Optimization Algorithm

    Directory of Open Access Journals (Sweden)

    Yang Pingle

    2014-10-01

    Full Text Available Capacitated single allocation hub-and-spoke networks can be abstracted as a mixed integer linear programming model equation with three variables. Introducing an improved ant colony algorithm, which has six local search operators. Meanwhile, introducing the "Solution Pair" concept to decompose and optimize the composition of the problem, the problem can become more specific and effectively meet the premise and advantages of using ant colony algorithm. Finally, location simulation experiment is made according to Australia Post data to demonstrate this algorithm has good efficiency and stability for solving this problem.

  12. Ant- and Ant-Colony-Inspired ALife Visual Art.

    Science.gov (United States)

    Greenfield, Gary; Machado, Penousal

    2015-01-01

    Ant- and ant-colony-inspired ALife art is characterized by the artistic exploration of the emerging collective behavior of computational agents, developed using ants as a metaphor. We present a chronology that documents the emergence and history of such visual art, contextualize ant- and ant-colony-inspired art within generative art practices, and consider how it relates to other ALife art. We survey many of the algorithms that artists have used in this genre, address some of their aims, and explore the relationships between ant- and ant-colony-inspired art and research on ant and ant colony behavior.

  13. Topology optimum design of compliant mechanisms using modified ant colony optimization

    Energy Technology Data Exchange (ETDEWEB)

    Yoo, Kwang Seon; Han, Seog Young [Hanyang University, Seoul (Korea, Republic of)

    2015-08-15

    A Modified ant colony optimization (MACO) algorithm was suggested for topology optimal design of compliant mechanisms since standard ACO cannot provide an appropriate optimal topology. In order to improve computational efficiency and suitability of standard ACO algorithm in topology optimization for compliant mechanisms, a continuous variable, called the 'Element contribution significance (ECS),'is employed, which serves to replace the positions of ants in the standard ACO algorithm, and assess the importance of each element in the optimization process. MACO algorithm was applied to topology optimizations of both linear and geometrically nonlinear compliant mechanisms using three kinds of objective functions, and optimized topologies were compared each other. From the comparisons, it was concluded that MACO algorithm can effectively be applied to topology optimizations of linear and geometrically nonlinear compliant mechanisms, and the ratio of Mutual potential energy (MPE) to Strain energy (SE) type of objective function is the best for topology optimal design of compliant mechanisms.

  14. Clarifying Cutting and Sewing Processes with Due Windows Using an Effective Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Rong-Hwa Huang

    2013-01-01

    Full Text Available The cutting and sewing process is a traditional flow shop scheduling problem in the real world. This two-stage flexible flow shop is often commonly associated with manufacturing in the fashion and textiles industry. Many investigations have demonstrated that the ant colony optimization (ACO algorithm is effective and efficient for solving scheduling problems. This work applies a novel effective ant colony optimization (EACO algorithm to solve two-stage flexible flow shop scheduling problems and thereby minimize earliness, tardiness, and makespan. Computational results reveal that for both small and large problems, EACO is more effective and robust than both the particle swarm optimization (PSO algorithm and the ACO algorithm. Importantly, this work demonstrates that EACO can solve complex scheduling problems in an acceptable period of time.

  15. Survey on Recent Research and Implementation of Ant Colony Optimization in Various Engineering Applications

    Directory of Open Access Journals (Sweden)

    Mohan B. Chandra

    2011-08-01

    Full Text Available Ant colony optimization (ACO takes inspiration from the foraging behaviour of real ant species. This ACO exploits a similar mechanism for solving optimization problems for the various engineering field of study. Many successful implementations using ACO are now available in many applications. This paper reviewing varies systematic approach on recent research and implementation of ACO. Finally it presents the experimental result of ACO which is applied for routing problem and compared with existing algorithms.

  16. An approach using quantum ant colony optimization applied to the problem of identification of nuclear power plant transients

    International Nuclear Information System (INIS)

    Silva, Marcio H.; Schirru, Roberto; Medeiros, Jose A.C.C.

    2009-01-01

    Using concepts and principles of the quantum computation, as the quantum bit and superposition of states, coupled with the biological metaphor of a colony of ants, used in the Ant Colony Optimization algorithm (ACO), Wang et al developed the Quantum Ant Colony Optimization (QACO). In this paper we present a modification of the algorithm proposed by Wang et al. While the original QACO was used just for simple benchmarks functions with, at the most, two dimensions, QACO A lfa was developed for application where the original QACO, due to its tendency to converge prematurely, does not obtain good results, as in complex multidimensional functions. Furthermore, to evaluate its behavior, both algorithms are applied to the real problem of identification of accidents in PWR nuclear power plants. (author)

  17. A Stochastic Inversion Method for Potential Field Data: Ant Colony Optimization

    Science.gov (United States)

    Liu, Shuang; Hu, Xiangyun; Liu, Tianyou

    2014-07-01

    Simulating natural ants' foraging behavior, the ant colony optimization (ACO) algorithm performs excellently in combinational optimization problems, for example the traveling salesman problem and the quadratic assignment problem. However, the ACO is seldom used to inverted for gravitational and magnetic data. On the basis of the continuous and multi-dimensional objective function for potential field data optimization inversion, we present the node partition strategy ACO (NP-ACO) algorithm for inversion of model variables of fixed shape and recovery of physical property distributions of complicated shape models. We divide the continuous variables into discrete nodes and ants directionally tour the nodes by use of transition probabilities. We update the pheromone trails by use of Gaussian mapping between the objective function value and the quantity of pheromone. It can analyze the search results in real time and promote the rate of convergence and precision of inversion. Traditional mapping, including the ant-cycle system, weaken the differences between ant individuals and lead to premature convergence. We tested our method by use of synthetic data and real data from scenarios involving gravity and magnetic anomalies. The inverted model variables and recovered physical property distributions were in good agreement with the true values. The ACO algorithm for binary representation imaging and full imaging can recover sharper physical property distributions than traditional linear inversion methods. The ACO has good optimization capability and some excellent characteristics, for example robustness, parallel implementation, and portability, compared with other stochastic metaheuristics.

  18. Estimating the net electricity energy generation and demand using the ant colony optimization approach. Case of Turkey

    International Nuclear Information System (INIS)

    Toksari, M. Duran

    2009-01-01

    This paper presents Turkey's net electricity energy generation and demand based on economic indicators. Forecasting model for electricity energy generation and demand is first proposed by the ant colony optimization (ACO) approach. It is multi-agent system in which the behavior of each ant is inspired by the foraging behavior of real ants to solve optimization problem. Ant colony optimization electricity energy estimation (ACOEEE) model is developed using population, gross domestic product (GDP), import and export. All equations proposed here are linear electricity energy generation and demand (linear A COEEGE and linear ACOEEDE) and quadratic energy generation and demand (quadratic A COEEGE and quadratic ACOEEDE). Quadratic models for both generation and demand provided better fit solution due to the fluctuations of the economic indicators. The ACOEEGE and ACOEEDE models indicate Turkey's net electricity energy generation and demand until 2025 according to three scenarios. (author)

  19. A nuclear reactor core fuel reload optimization using Artificial-Ant-Colony Connective Networks

    International Nuclear Information System (INIS)

    Lima, Alan M.M. de; Schirru, Roberto

    2005-01-01

    A Pressurized Water Reactor core must be reloaded every time the fuel burnup reaches a level when it is not possible to sustain nominal power operation. The nuclear core fuel reload optimization consists in finding a burned-up and fresh-fuel-assembly pattern that maximizes the number of full operational days. This problem is NP-hard, meaning that complexity grows exponentially with the number of fuel assemblies in the core. Besides that, the problem is non-linear and its search space is highly discontinual and multimodal. In this work a parallel computational system based on Ant Colony System (ACS) called Artificial-Ant-Colony Networks is introduced to solve the nuclear reactor core fuel reload optimization problem. ACS is a system based on artificial agents that uses the reinforcement learning technique and was originally developed to solve the Traveling Salesman Problem, which is conceptually similar to the nuclear fuel reload problem. (author)

  20. [Application of rational ant colony optimization to improve the reproducibility degree of laser three-dimensional copy].

    Science.gov (United States)

    Cui, Xiao-Yan; Huo, Zhong-Gang; Xin, Zhong-Hua; Tian, Xiao; Zhang, Xiao-Dong

    2013-07-01

    Three-dimensional (3D) copying of artificial ears and pistol printing are pushing laser three-dimensional copying technique to a new page. Laser three-dimensional scanning is a fresh field in laser application, and plays an irreplaceable part in three-dimensional copying. Its accuracy is the highest among all present copying techniques. Reproducibility degree marks the agreement of copied object with the original object on geometry, being the most important index property in laser three-dimensional copying technique. In the present paper, the error of laser three-dimensional copying was analyzed. The conclusion is that the data processing to the point cloud of laser scanning is the key technique to reduce the error and increase the reproducibility degree. The main innovation of this paper is as follows. On the basis of traditional ant colony optimization, rational ant colony optimization algorithm proposed by the author was applied to the laser three-dimensional copying as a new algorithm, and was put into practice. Compared with customary algorithm, rational ant colony optimization algorithm shows distinct advantages in data processing of laser three-dimensional copying, reducing the error and increasing the reproducibility degree of the copy.

  1. Ant Colony Optimization for Markowitz Mean-Variance Portfolio Model

    Science.gov (United States)

    Deng, Guang-Feng; Lin, Woo-Tsong

    This work presents Ant Colony Optimization (ACO), which was initially developed to be a meta-heuristic for combinatorial optimization, for solving the cardinality constraints Markowitz mean-variance portfolio model (nonlinear mixed quadratic programming problem). To our knowledge, an efficient algorithmic solution for this problem has not been proposed until now. Using heuristic algorithms in this case is imperative. Numerical solutions are obtained for five analyses of weekly price data for the following indices for the period March, 1992 to September, 1997: Hang Seng 31 in Hong Kong, DAX 100 in Germany, FTSE 100 in UK, S&P 100 in USA and Nikkei 225 in Japan. The test results indicate that the ACO is much more robust and effective than Particle swarm optimization (PSO), especially for low-risk investment portfolios.

  2. Advanced Harmony Search with Ant Colony Optimization for Solving the Traveling Salesman Problem

    Directory of Open Access Journals (Sweden)

    Ho-Yoeng Yun

    2013-01-01

    Full Text Available We propose a novel heuristic algorithm based on the methods of advanced Harmony Search and Ant Colony Optimization (AHS-ACO to effectively solve the Traveling Salesman Problem (TSP. The TSP, in general, is well known as an NP-complete problem, whose computational complexity increases exponentially by increasing the number of cities. In our algorithm, Ant Colony Optimization (ACO is used to search the local optimum in the solution space, followed by the use of the Harmony Search to escape the local optimum determined by the ACO and to move towards a global optimum. Experiments were performed to validate the efficiency of our algorithm through a comparison with other algorithms and the optimum solutions presented in the TSPLIB. The results indicate that our algorithm is capable of generating the optimum solution for most instances in the TSPLIB; moreover, our algorithm found better solutions in two cases (kroB100 and pr144 when compared with the optimum solution presented in the TSPLIB.

  3. An ant colony optimization algorithm for phylogenetic estimation under the minimum evolution principle

    Directory of Open Access Journals (Sweden)

    Milinkovitch Michel C

    2007-11-01

    Full Text Available Abstract Background Distance matrix methods constitute a major family of phylogenetic estimation methods, and the minimum evolution (ME principle (aiming at recovering the phylogeny with shortest length is one of the most commonly used optimality criteria for estimating phylogenetic trees. The major difficulty for its application is that the number of possible phylogenies grows exponentially with the number of taxa analyzed and the minimum evolution principle is known to belong to the NP MathType@MTEF@5@5@+=feaafiart1ev1aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGacaGaaiaabeqaaeqabiWaaaGcbaWenfgDOvwBHrxAJfwnHbqeg0uy0HwzTfgDPnwy1aaceaGae8xdX7Kaeeiuaafaaa@3888@-hard class of problems. Results In this paper, we introduce an Ant Colony Optimization (ACO algorithm to estimate phylogenies under the minimum evolution principle. ACO is an optimization technique inspired from the foraging behavior of real ant colonies. This behavior is exploited in artificial ant colonies for the search of approximate solutions to discrete optimization problems. Conclusion We show that the ACO algorithm is potentially competitive in comparison with state-of-the-art algorithms for the minimum evolution principle. This is the first application of an ACO algorithm to the phylogenetic estimation problem.

  4. Image Watermarking Algorithm Based on Multiobjective Ant Colony Optimization and Singular Value Decomposition in Wavelet Domain

    Directory of Open Access Journals (Sweden)

    Khaled Loukhaoukha

    2013-01-01

    Full Text Available We present a new optimal watermarking scheme based on discrete wavelet transform (DWT and singular value decomposition (SVD using multiobjective ant colony optimization (MOACO. A binary watermark is decomposed using a singular value decomposition. Then, the singular values are embedded in a detailed subband of host image. The trade-off between watermark transparency and robustness is controlled by multiple scaling factors (MSFs instead of a single scaling factor (SSF. Determining the optimal values of the multiple scaling factors (MSFs is a difficult problem. However, a multiobjective ant colony optimization is used to determine these values. Experimental results show much improved performances of the proposed scheme in terms of transparency and robustness compared to other watermarking schemes. Furthermore, it does not suffer from the problem of high probability of false positive detection of the watermarks.

  5. A Generalized Ant Colony Algorithm for Job一shop Scheduling Problem

    Directory of Open Access Journals (Sweden)

    ZHANG Hong-Guo

    2017-02-01

    Full Text Available Aiming at the problem of ant colony algorithm for solving Job一shop scheduling problem. Considering the complexity of the algorithm that uses disjunctive graph to describe the relationship between workpiece processing. To solve the problem of optimal solution,a generalized ant colony algorithm is proposed. Under the premise of considering constrained relationship between equipment and process,the pheromone update mechanism is applied to solve Job-shop scheduling problem,so as to improve the quality of the solution. In order to improve the search efficiency,according to the state transition rules of ant colony algorithm,this paper makes a detailed study on the selection and improvement of the parameters in the algorithm,and designs the pheromone update strategy. Experimental results show that a generalized ant colony algorithm is more feasible and more effective. Compared with other algorithms in the literature,the results prove that the algorithm improves in computing the optimal solution and convergence speed.

  6. Ant colony optimization techniques for the hamiltonian p-median problem

    Directory of Open Access Journals (Sweden)

    M. Zohrehbandian

    2010-12-01

    Full Text Available Location-Routing problems involve locating a number of facilitiesamong candidate sites and establishing delivery routes to a set of users in such a way that the total system cost is minimized. A special case of these problems is Hamiltonian p-Median problem (HpMP. This research applies the metaheuristic method of ant colony optimization (ACO to solve the HpMP. Modifications are made to the ACO algorithm used to solve the traditional vehicle routing problem (VRP in order to allow the search of the optimal solution of the HpMP. Regarding this metaheuristic algorithm a computational experiment is reported as well.

  7. Scalable unit commitment by memory-bounded ant colony optimization with A{sup *} local search

    Energy Technology Data Exchange (ETDEWEB)

    Saber, Ahmed Yousuf; Alshareef, Abdulaziz Mohammed [Department of Electrical and Computer Engineering, King Abdulaziz University, P.O. Box 80204, Jeddah 21589 (Saudi Arabia)

    2008-07-15

    Ant colony optimization (ACO) is successfully applied in optimization problems. Performance of the basic ACO for small problems with moderate dimension and searching space is satisfactory. As the searching space grows exponentially in the large-scale unit commitment problem, the basic ACO is not applicable for the vast size of pheromone matrix of ACO in practical time and physical computer-memory limit. However, memory-bounded methods prune the least-promising nodes to fit the system in computer memory. Therefore, the authors propose memory-bounded ant colony optimization (MACO) in this paper for the scalable (no restriction for system size) unit commitment problem. This MACO intelligently solves the limitation of computer memory, and does not permit the system to grow beyond a bound on memory. In the memory-bounded ACO implementation, A{sup *} heuristic is introduced to increase local searching ability and probabilistic nearest neighbor method is applied to estimate pheromone intensity for the forgotten value. Finally, the benchmark data sets and existing methods are used to show the effectiveness of the proposed method. (author)

  8. Ant Larval Demand Reduces Aphid Colony Growth Rates in an Ant-Aphid Interaction

    Directory of Open Access Journals (Sweden)

    James M. Cook

    2012-02-01

    Full Text Available Ants often form mutualistic interactions with aphids, soliciting honeydew in return for protective services. Under certain circumstances, however, ants will prey upon aphids. In addition, in the presence of ants aphids may increase the quantity or quality of honeydew produced, which is costly. Through these mechanisms, ant attendance can reduce aphid colony growth rates. However, it is unknown whether demand from within the ant colony can affect the ant-aphid interaction. In a factorial experiment, we tested whether the presence of larvae in Lasius niger ant colonies affected the growth rate of Aphis fabae colonies. Other explanatory variables tested were the origin of ant colonies (two separate colonies were used and previous diet (sugar only or sugar and protein. We found that the presence of larvae in the ant colony significantly reduced the growth rate of aphid colonies. Previous diet and colony origin did not affect aphid colony growth rates. Our results suggest that ant colonies balance the flow of two separate resources from aphid colonies- renewable sugars or a protein-rich meal, depending on demand from ant larvae within the nest. Aphid payoffs from the ant-aphid interaction may change on a seasonal basis, as the demand from larvae within the ant colony waxes and wanes.

  9. Efficient distribution of toy products using ant colony optimization algorithm

    Science.gov (United States)

    Hidayat, S.; Nurpraja, C. A.

    2017-12-01

    CV Atham Toys (CVAT) produces wooden toys and furniture, comprises 13 small and medium industries. CVAT always attempt to deliver customer orders on time but delivery costs are high. This is because of inadequate infrastructure such that delivery routes are long, car maintenance costs are high, while fuel subsidy by the government is still temporary. This study seeks to minimize the cost of product distribution based on the shortest route using one of five Ant Colony Optimization (ACO) algorithms to solve the Vehicle Routing Problem (VRP). This study concludes that the best of the five is the Ant Colony System (ACS) algorithm. The best route in 1st week gave a total distance of 124.11 km at a cost of Rp 66,703.75. The 2nd week route gave a total distance of 132.27 km at a cost of Rp 71,095.13. The 3rd week best route gave a total distance of 122.70 km with a cost of Rp 65,951.25. While the 4th week gave a total distance of 132.27 km at a cost of Rp 74,083.63. Prior to this study there was no effort to calculate these figures.

  10. Reliability optimization using multiobjective ant colony system approaches

    International Nuclear Information System (INIS)

    Zhao Jianhua; Liu Zhaoheng; Dao, M.-T.

    2007-01-01

    The multiobjective ant colony system (ACS) meta-heuristic has been developed to provide solutions for the reliability optimization problem of series-parallel systems. This type of problems involves selection of components with multiple choices and redundancy levels that produce maximum benefits, and is subject to the cost and weight constraints at the system level. These are very common and realistic problems encountered in conceptual design of many engineering systems. It is becoming increasingly important to develop efficient solutions to these problems because many mechanical and electrical systems are becoming more complex, even as development schedules get shorter and reliability requirements become very stringent. The multiobjective ACS algorithm offers distinct advantages to these problems compared with alternative optimization methods, and can be applied to a more diverse problem domain with respect to the type or size of the problems. Through the combination of probabilistic search, multiobjective formulation of local moves and the dynamic penalty method, the multiobjective ACSRAP, allows us to obtain an optimal design solution very frequently and more quickly than with some other heuristic approaches. The proposed algorithm was successfully applied to an engineering design problem of gearbox with multiple stages

  11. Optimization of fuel reloads for a BWR using the ant colony system

    International Nuclear Information System (INIS)

    Esquivel E, J.; Ortiz S, J. J.

    2009-10-01

    In this work some results obtained during the development of optimization systems are presented, which are employees for the fuel reload design in a BWR. The systems use the ant colony optimization technique. As first instance, a system is developed that was adapted at travel salesman problem applied for the 32 state capitals of Mexican Republic. The purpose of this implementation is that a similarity exists with the design of fuel reload, since the two problems are of combinatorial optimization with decision variables that have similarity between both. The system was coupled to simulator SIMULATE-3, obtaining good results when being applied to an operation cycle in equilibrium for reactors of nuclear power plant of Laguna Verde. (Author)

  12. Solving Multi-Resource Constrained Project Scheduling Problem using Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Hsiang-Hsi Huang

    2015-01-01

    Full Text Available This paper applied Ant Colony Optimization (ACO to develop a resource constraints scheduling model to achieve the resource allocation optimization and the shortest completion time of a project under resource constraints and the activities precedence requirement for projects. Resource leveling is also discussed and has to be achieved under the resource allocation optimization in this research. Testing cases and examples adopted from the international test bank were studied for verifying the effectiveness of the proposed model. The results showed that the solutions of different cases all have a better performance within a reasonable time. These can be obtained through ACO algorithm under the same constrained conditions. A program was written for the proposed model that is able to automatically produce the project resource requirement figure after the project duration is solved.

  13. Balancing emergency message dissemination and network lifetime in wireless body area network using ant colony optimization and Bayesian game formulation

    Directory of Open Access Journals (Sweden)

    R. Latha

    Full Text Available Nowadays, Wireless Body Area Network (WBAN is emerging very fast and so many new methods and algorithms are coming up for finding the optimal path for disseminating emergency messages. Ant Colony Optimization (ACO is one of the cultural algorithms for solving many hard problems such as Travelling Salesman Problem (TSP. ACO is a natural behaviour of ants, which work stochastically with the help of pheromone trails deposited in the shortest route to find their food. This optimization procedure involves adapting, positive feedback and inherent parallelism. Each ant will deposit certain amount of pheromone in the tour construction it makes searching for food. This type of communication is known as stigmetric communication. In addition, if a dense WBAN environment prevails, such as hospital, i.e. in the environment of overlapping WBAN, game formulation was introduced for analyzing the mixed strategy behaviour of WBAN. In this paper, the ant colony optimization approach to the travelling salesman problem was applied to the WBAN to determine the shortest route for sending emergency message to the doctor via sensor nodes; and also a static Bayesian game formulation with mixed strategy was analysed to enhance the network lifetime. Whenever the patient needs any critical care or any other medical issue arises, emergency messages will be created by the WBAN and sent to the doctor's destination. All the modes of communication were realized in a simulation environment using OMNet++. The authors investigated a balanced model of emergency message dissemination and network lifetime in WBAN using ACO and Bayesian game formulation. Keywords: Wireless body area network, Ant colony optimization, Bayesian game model, Sensor network, Message latency, Network lifetime

  14. Optimization of China Crude Oil Transportation Network with Genetic Ant Colony Algorithm

    Directory of Open Access Journals (Sweden)

    Yao Wang

    2015-08-01

    Full Text Available Taking into consideration both shipping and pipeline transport, this paper first analysed the risk factors for different modes of crude oil import transportation. Then, based on the minimum of both transportation cost and overall risk, a multi-objective programming model was established to optimize the transportation network of crude oil import, and the genetic algorithm and ant colony algorithm were employed to solve the problem. The optimized result shows that VLCC (Very Large Crude Carrier is superior in long distance sea transportation, whereas pipeline transport is more secure than sea transport. Finally, this paper provides related safeguard suggestions on crude oil import transportation.

  15. A Novel Spectrum Scheduling Scheme with Ant Colony Optimization Algorithm

    Directory of Open Access Journals (Sweden)

    Liping Liu

    2018-01-01

    Full Text Available Cognitive radio is a promising technology for improving spectrum utilization, which allows cognitive users access to the licensed spectrum while primary users are absent. In this paper, we design a resource allocation framework based on graph theory for spectrum assignment in cognitive radio networks. The framework takes into account the constraints that interference for primary users and possible collision among cognitive users. Based on the proposed model, we formulate a system utility function to maximize the system benefit. Based on the proposed model and objective problem, we design an improved ant colony optimization algorithm (IACO from two aspects: first, we introduce differential evolution (DE process to accelerate convergence speed by monitoring mechanism; then we design a variable neighborhood search (VNS process to avoid the algorithm falling into the local optimal. Simulation results demonstrate that the improved algorithm achieves better performance.

  16. Optimization of travel salesman problem using the ant colony system and Greedy search

    International Nuclear Information System (INIS)

    Esquivel E, J.; Ordonez A, A.; Ortiz S, J. J.

    2008-01-01

    In this paper we present some results obtained during the development of optimization systems that can be used to design refueling and patterns of control rods in a BWR. These systems use ant colonies and Greedy search. The first phase of this project is to be familiar with these optimization techniques applied to the problem of travel salesman problem (TSP). The utility of TSP study is that, like the refueling design and pattern design of control rods are problems of combinative optimization. Even, the similarity with the problem of the refueling design is remarkable. It is presented some results for the TSP with the 32 state capitals of Mexico country. (Author)

  17. Intelligent Hypothermia Care System using AntColony Optimization for Rules Prediction

    Directory of Open Access Journals (Sweden)

    Hayder Naser Khraibet

    2017-12-01

    Full Text Available Intelligent Hypothermia Care System (IHCS is an intelligence system uses set of methodologies, algorithms, architectures and processes to determine where patients in a postoperative recovery area must be sent. Hypothermia is a significant concern after surgery. This paper utilizes the classification task in data mining to propose an intelligent technique to predict where to send a patient after surgery: intensive care unit, general floor or home. To achieve this goal, this paper evaluates the performance of decision tree algorithm, exemplifying the deterministic approach, against the AntMiner algorithm, exemplifying the heuristic approach, to choose the best approach in detecting the patient’s status. Results show the outperformance of the heuristic approach. The implication of this proposal will be twofold: in hypothermia treatment and in the application of ant colony optimization

  18. An Improved Ant Colony Matching by Using Discrete Curve Evolution

    OpenAIRE

    Saadi, Younes; Sari, Eka,; Herawan, Tutut

    2014-01-01

    Part 1: Information & Communication Technology-EurAsia Conference 2014, ICT-EurAsia 2014; International audience; In this paper we present an improved Ant Colony Optimization (ACO) for contour matching, which can be used to match 2D shapes. Discrete Curve Evolution (DCE) technique is used to simplify the extracted contour. In order to find the best correspondence between shapes, the match process is formulated as a Quadratic Assignment Problem (QAP) and resolved by using Ant Colony Optimizati...

  19. Solving optimum operation of single pump unit problem with ant colony optimization (ACO) algorithm

    International Nuclear Information System (INIS)

    Yuan, Y; Liu, C

    2012-01-01

    For pumping stations, the effective scheduling of daily pump operations from solutions to the optimum design operation problem is one of the greatest potential areas for energy cost-savings, there are some difficulties in solving this problem with traditional optimization methods due to the multimodality of the solution region. In this case, an ACO model for optimum operation of pumping unit is proposed and the solution method by ants searching is presented by rationally setting the object function and constrained conditions. A weighted directed graph was constructed and feasible solutions may be found by iteratively searching of artificial ants, and then the optimal solution can be obtained by applying the rule of state transition and the pheromone updating. An example calculation was conducted and the minimum cost was found as 4.9979. The result of ant colony algorithm was compared with the result from dynamic programming or evolutionary solving method in commercial software under the same discrete condition. The result of ACO is better and the computing time is shorter which indicates that ACO algorithm can provide a high application value to the field of optimal operation of pumping stations and related fields.

  20. Improved Ant Colony Clustering Algorithm and Its Performance Study

    Science.gov (United States)

    Gao, Wei

    2016-01-01

    Clustering analysis is used in many disciplines and applications; it is an important tool that descriptively identifies homogeneous groups of objects based on attribute values. The ant colony clustering algorithm is a swarm-intelligent method used for clustering problems that is inspired by the behavior of ant colonies that cluster their corpses and sort their larvae. A new abstraction ant colony clustering algorithm using a data combination mechanism is proposed to improve the computational efficiency and accuracy of the ant colony clustering algorithm. The abstraction ant colony clustering algorithm is used to cluster benchmark problems, and its performance is compared with the ant colony clustering algorithm and other methods used in existing literature. Based on similar computational difficulties and complexities, the results show that the abstraction ant colony clustering algorithm produces results that are not only more accurate but also more efficiently determined than the ant colony clustering algorithm and the other methods. Thus, the abstraction ant colony clustering algorithm can be used for efficient multivariate data clustering. PMID:26839533

  1. Ant colony optimization as a descriptor selection in QSPR modeling: Estimation of the λmax of anthraquinones-based dyes

    OpenAIRE

    Morteza Atabati; Kobra Zarei; Azam Borhani

    2016-01-01

    Quantitative structure–property relationship (QSPR) studies based on ant colony optimization (ACO) were carried out for the prediction of λmax of 9,10-anthraquinone derivatives. ACO is a meta-heuristic algorithm, which is derived from the observation of real ants and proposed to feature selection. After optimization of 3D geometry of structures by the semi-empirical quantum-chemical calculation at AM1 level, different descriptors were calculated by the HyperChem and Dragon softwares (1514 des...

  2. Multiobjective optimal placement of switches and protective devices in electric power distribution systems using ant colony optimization

    Energy Technology Data Exchange (ETDEWEB)

    Tippachon, Wiwat; Rerkpreedapong, Dulpichet [Department of Electrical Engineering, Kasetsart University, 50 Phaholyothin Rd., Ladyao, Jatujak, Bangkok 10900 (Thailand)

    2009-07-15

    This paper presents a multiobjective optimization methodology to optimally place switches and protective devices in electric power distribution networks. Identifying the type and location of them is a combinatorial optimization problem described by a nonlinear and nondifferential function. The multiobjective ant colony optimization (MACO) has been applied to this problem to minimize the total cost while simultaneously minimize two distribution network reliability indices including system average interruption frequency index (SAIFI) and system interruption duration index (SAIDI). Actual distribution feeders are used in the tests, and test results have shown that the algorithm can determine the set of optimal nondominated solutions. It allows the utility to obtain the optimal type and location of devices to achieve the best system reliability with the lowest cost. (author)

  3. application of ant colony optimisation in distribution transformer sizing

    African Journals Online (AJOL)

    HP

    Keywords: ant colony, optimization, transformer sizing, distribution transformer. 1. INTRODUCTION ... more intensive pheromone and higher probability to be chosen [12]. ..... pp.29-41, 1996. [7] EC global market place, “Technical Parameters”,.

  4. Gis-Based Route Finding Using ANT Colony Optimization and Urban Traffic Data from Different Sources

    Science.gov (United States)

    Davoodi, M.; Mesgari, M. S.

    2015-12-01

    Nowadays traffic data is obtained from multiple sources including GPS, Video Vehicle Detectors (VVD), Automatic Number Plate Recognition (ANPR), Floating Car Data (FCD), VANETs, etc. All such data can be used for route finding. This paper proposes a model for finding the optimum route based on the integration of traffic data from different sources. Ant Colony Optimization is applied in this paper because the concept of this method (movement of ants in a network) is similar to urban road network and movements of cars. The results indicate that this model is capable of incorporating data from different sources, which may even be inconsistent.

  5. Simulation optimization based ant colony algorithm for the uncertain quay crane scheduling problem

    Directory of Open Access Journals (Sweden)

    Naoufal Rouky

    2019-01-01

    Full Text Available This work is devoted to the study of the Uncertain Quay Crane Scheduling Problem (QCSP, where the loading /unloading times of containers and travel time of quay cranes are considered uncertain. The problem is solved with a Simulation Optimization approach which takes advantage of the great possibilities offered by the simulation to model the real details of the problem and the capacity of the optimization to find solutions with good quality. An Ant Colony Optimization (ACO meta-heuristic hybridized with a Variable Neighborhood Descent (VND local search is proposed to determine the assignments of tasks to quay cranes and the sequences of executions of tasks on each crane. Simulation is used inside the optimization algorithm to generate scenarios in agreement with the probabilities of the distributions of the uncertain parameters, thus, we carry out stochastic evaluations of the solutions found by each ant. The proposed optimization algorithm is tested first for the deterministic case on several well-known benchmark instances. Then, in the stochastic case, since no other work studied exactly the same problem with the same assumptions, the Simulation Optimization approach is compared with the deterministic version. The experimental results show that the optimization algorithm is competitive as compared to the existing methods and that the solutions found by the Simulation Optimization approach are more robust than those found by the optimization algorithm.

  6. Applying Data Clustering Feature to Speed Up Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Chao-Yang Pang

    2014-01-01

    Full Text Available Ant colony optimization (ACO is often used to solve optimization problems, such as traveling salesman problem (TSP. When it is applied to TSP, its runtime is proportional to the squared size of problem N so as to look less efficient. The following statistical feature is observed during the authors’ long-term gene data analysis using ACO: when the data size N becomes big, local clustering appears frequently. That is, some data cluster tightly in a small area and form a class, and the correlation between different classes is weak. And this feature makes the idea of divide and rule feasible for the estimate of solution of TSP. In this paper an improved ACO algorithm is presented, which firstly divided all data into local clusters and calculated small TSP routes and then assembled a big TSP route with them. Simulation shows that the presented method improves the running speed of ACO by 200 factors under the condition that data set holds feature of local clustering.

  7. Transfer function fitting using a continuous Ant Colony Optimization (ACO algorithm

    Directory of Open Access Journals (Sweden)

    A. Reineix

    2015-03-01

    Full Text Available An original approach is proposed in order to achieve the  fitting of ultra-wideband complex frequency functions, such  as the complex impedances, by using the so-called ACO  (Ant Colony Optimization methods. First, we present the  optimization principle of ACO, which originally was  dedicated to the combinatorial problems. Further on, the  extension to the continuous and mixed problems is  explained in more details. The interest in this approach is  proved by its ability to define practical constraints and  objectives, such as minimizing the number of filters used in  the model with respect to a fixed relative error. Finally, the  establishment of the model for the first and second order  filter types illustrates the power of the method and its  interest for the time-domain electromagnetic computation.

  8. Ant-Based Phylogenetic Reconstruction (ABPR: A new distance algorithm for phylogenetic estimation based on ant colony optimization

    Directory of Open Access Journals (Sweden)

    Karla Vittori

    2008-12-01

    Full Text Available We propose a new distance algorithm for phylogenetic estimation based on Ant Colony Optimization (ACO, named Ant-Based Phylogenetic Reconstruction (ABPR. ABPR joins two taxa iteratively based on evolutionary distance among sequences, while also accounting for the quality of the phylogenetic tree built according to the total length of the tree. Similar to optimization algorithms for phylogenetic estimation, the algorithm allows exploration of a larger set of nearly optimal solutions. We applied the algorithm to four empirical data sets of mitochondrial DNA ranging from 12 to 186 sequences, and from 898 to 16,608 base pairs, and covering taxonomic levels from populations to orders. We show that ABPR performs better than the commonly used Neighbor-Joining algorithm, except when sequences are too closely related (e.g., population-level sequences. The phylogenetic relationships recovered at and above species level by ABPR agree with conventional views. However, like other algorithms of phylogenetic estimation, the proposed algorithm failed to recover expected relationships when distances are too similar or when rates of evolution are very variable, leading to the problem of long-branch attraction. ABPR, as well as other ACO-based algorithms, is emerging as a fast and accurate alternative method of phylogenetic estimation for large data sets.

  9. GIS-BASED ROUTE FINDING USING ANT COLONY OPTIMIZATION AND URBAN TRAFFIC DATA FROM DIFFERENT SOURCES

    Directory of Open Access Journals (Sweden)

    M. Davoodi

    2015-12-01

    Full Text Available Nowadays traffic data is obtained from multiple sources including GPS, Video Vehicle Detectors (VVD, Automatic Number Plate Recognition (ANPR, Floating Car Data (FCD, VANETs, etc. All such data can be used for route finding. This paper proposes a model for finding the optimum route based on the integration of traffic data from different sources. Ant Colony Optimization is applied in this paper because the concept of this method (movement of ants in a network is similar to urban road network and movements of cars. The results indicate that this model is capable of incorporating data from different sources, which may even be inconsistent.

  10. Fidelity-Based Ant Colony Algorithm with Q-learning of Quantum System

    Science.gov (United States)

    Liao, Qin; Guo, Ying; Tu, Yifeng; Zhang, Hang

    2018-03-01

    Quantum ant colony algorithm (ACA) has potential applications in quantum information processing, such as solutions of traveling salesman problem, zero-one knapsack problem, robot route planning problem, and so on. To shorten the search time of the ACA, we suggest the fidelity-based ant colony algorithm (FACA) for the control of quantum system. Motivated by structure of the Q-learning algorithm, we demonstrate the combination of a FACA with the Q-learning algorithm and suggest the design of a fidelity-based ant colony algorithm with the Q-learning to improve the performance of the FACA in a spin-1/2 quantum system. The numeric simulation results show that the FACA with the Q-learning can efficiently avoid trapping into local optimal policies and increase the speed of convergence process of quantum system.

  11. Gas ultrasonic flow rate measurement through genetic-ant colony optimization based on the ultrasonic pulse received signal model

    Science.gov (United States)

    Hou, Huirang; Zheng, Dandan; Nie, Laixiao

    2015-04-01

    For gas ultrasonic flowmeters, the signals received by ultrasonic sensors are susceptible to noise interference. If signals are mingled with noise, a large error in flow measurement can be caused by triggering mistakenly using the traditional double-threshold method. To solve this problem, genetic-ant colony optimization (GACO) based on the ultrasonic pulse received signal model is proposed. Furthermore, in consideration of the real-time performance of the flow measurement system, the improvement of processing only the first three cycles of the received signals rather than the whole signal is proposed. Simulation results show that the GACO algorithm has the best estimation accuracy and ant-noise ability compared with the genetic algorithm, ant colony optimization, double-threshold and enveloped zero-crossing. Local convergence doesn’t appear with the GACO algorithm until -10 dB. For the GACO algorithm, the converging accuracy and converging speed and the amount of computation are further improved when using the first three cycles (called GACO-3cycles). Experimental results involving actual received signals show that the accuracy of single-gas ultrasonic flow rate measurement can reach 0.5% with GACO-3 cycles, which is better than with the double-threshold method.

  12. Cloud computing task scheduling strategy based on differential evolution and ant colony optimization

    Science.gov (United States)

    Ge, Junwei; Cai, Yu; Fang, Yiqiu

    2018-05-01

    This paper proposes a task scheduling strategy DEACO based on the combination of Differential Evolution (DE) and Ant Colony Optimization (ACO), aiming at the single problem of optimization objective in cloud computing task scheduling, this paper combines the shortest task completion time, cost and load balancing. DEACO uses the solution of the DE to initialize the initial pheromone of ACO, reduces the time of collecting the pheromone in ACO in the early, and improves the pheromone updating rule through the load factor. The proposed algorithm is simulated on cloudsim, and compared with the min-min and ACO. The experimental results show that DEACO is more superior in terms of time, cost, and load.

  13. A universal optimization strategy for ant colony optimization algorithms based on the Physarum-inspired mathematical model

    International Nuclear Information System (INIS)

    Zhang, Zili; Gao, Chao; Liu, Yuxin; Qian, Tao

    2014-01-01

    Ant colony optimization (ACO) algorithms often fall into the local optimal solution and have lower search efficiency for solving the travelling salesman problem (TSP). According to these shortcomings, this paper proposes a universal optimization strategy for updating the pheromone matrix in the ACO algorithms. The new optimization strategy takes advantages of the unique feature of critical paths reserved in the process of evolving adaptive networks of the Physarum-inspired mathematical model (PMM). The optimized algorithms, denoted as PMACO algorithms, can enhance the amount of pheromone in the critical paths and promote the exploitation of the optimal solution. Experimental results in synthetic and real networks show that the PMACO algorithms are more efficient and robust than the traditional ACO algorithms, which are adaptable to solve the TSP with single or multiple objectives. Meanwhile, we further analyse the influence of parameters on the performance of the PMACO algorithms. Based on these analyses, the best values of these parameters are worked out for the TSP. (paper)

  14. A hybrid of ant colony optimization and artificial bee colony algorithm for probabilistic optimal placement and sizing of distributed energy resources

    International Nuclear Information System (INIS)

    Kefayat, M.; Lashkar Ara, A.; Nabavi Niaki, S.A.

    2015-01-01

    Highlights: • A probabilistic optimization framework incorporated with uncertainty is proposed. • A hybrid optimization approach combining ACO and ABC algorithms is proposed. • The problem is to deal with technical, environmental and economical aspects. • A fuzzy interactive approach is incorporated to solve the multi-objective problem. • Several strategies are implemented to compare with literature methods. - Abstract: In this paper, a hybrid configuration of ant colony optimization (ACO) with artificial bee colony (ABC) algorithm called hybrid ACO–ABC algorithm is presented for optimal location and sizing of distributed energy resources (DERs) (i.e., gas turbine, fuel cell, and wind energy) on distribution systems. The proposed algorithm is a combined strategy based on the discrete (location optimization) and continuous (size optimization) structures to achieve advantages of the global and local search ability of ABC and ACO algorithms, respectively. Also, in the proposed algorithm, a multi-objective ABC is used to produce a set of non-dominated solutions which store in the external archive. The objectives consist of minimizing power losses, total emissions produced by substation and resources, total electrical energy cost, and improving the voltage stability. In order to investigate the impact of the uncertainty in the output of the wind energy and load demands, a probabilistic load flow is necessary. In this study, an efficient point estimate method (PEM) is employed to solve the optimization problem in a stochastic environment. The proposed algorithm is tested on the IEEE 33- and 69-bus distribution systems. The results demonstrate the potential and effectiveness of the proposed algorithm in comparison with those of other evolutionary optimization methods

  15. Application of ant colony Algorithm and particle swarm optimization in architectural design

    Science.gov (United States)

    Song, Ziyi; Wu, Yunfa; Song, Jianhua

    2018-02-01

    By studying the development of ant colony algorithm and particle swarm algorithm, this paper expounds the core idea of the algorithm, explores the combination of algorithm and architectural design, sums up the application rules of intelligent algorithm in architectural design, and combines the characteristics of the two algorithms, obtains the research route and realization way of intelligent algorithm in architecture design. To establish algorithm rules to assist architectural design. Taking intelligent algorithm as the beginning of architectural design research, the authors provide the theory foundation of ant colony Algorithm and particle swarm algorithm in architectural design, popularize the application range of intelligent algorithm in architectural design, and provide a new idea for the architects.

  16. Analysis of parameter estimation and optimization application of ant colony algorithm in vehicle routing problem

    Science.gov (United States)

    Xu, Quan-Li; Cao, Yu-Wei; Yang, Kun

    2018-03-01

    Ant Colony Optimization (ACO) is the most widely used artificial intelligence algorithm at present. This study introduced the principle and mathematical model of ACO algorithm in solving Vehicle Routing Problem (VRP), and designed a vehicle routing optimization model based on ACO, then the vehicle routing optimization simulation system was developed by using c ++ programming language, and the sensitivity analyses, estimations and improvements of the three key parameters of ACO were carried out. The results indicated that the ACO algorithm designed in this paper can efficiently solve rational planning and optimization of VRP, and the different values of the key parameters have significant influence on the performance and optimization effects of the algorithm, and the improved algorithm is not easy to locally converge prematurely and has good robustness.

  17. Ant colony optimization and neural networks applied to nuclear power plant monitoring

    International Nuclear Information System (INIS)

    Santos, Gean Ribeiro dos; Andrade, Delvonei Alves de; Pereira, Iraci Martinez

    2015-01-01

    A recurring challenge in production processes is the development of monitoring and diagnosis systems. Those systems help on detecting unexpected changes and interruptions, preventing losses and mitigating risks. Artificial Neural Networks (ANNs) have been extensively used in creating monitoring systems. Usually the ANNs created to solve this kind of problem are created by taking into account only parameters as the number of inputs, outputs, and hidden layers. The result networks are generally fully connected and have no improvements in its topology. This work intends to use an Ant Colony Optimization (ACO) algorithm to create a tuned neural network. The ACO search algorithm will use Back Error Propagation (BP) to optimize the network topology by suggesting the best neuron connections. The result ANN will be applied to monitoring the IEA-R1 research reactor at IPEN. (author)

  18. Ant colony optimization and neural networks applied to nuclear power plant monitoring

    Energy Technology Data Exchange (ETDEWEB)

    Santos, Gean Ribeiro dos; Andrade, Delvonei Alves de; Pereira, Iraci Martinez, E-mail: gean@usp.br, E-mail: delvonei@ipen.br, E-mail: martinez@ipen.br [Instituto de Pesquisas Energeticas e Nucleares (IPEN/CNEN-SP), Sao Paulo, SP (Brazil)

    2015-07-01

    A recurring challenge in production processes is the development of monitoring and diagnosis systems. Those systems help on detecting unexpected changes and interruptions, preventing losses and mitigating risks. Artificial Neural Networks (ANNs) have been extensively used in creating monitoring systems. Usually the ANNs created to solve this kind of problem are created by taking into account only parameters as the number of inputs, outputs, and hidden layers. The result networks are generally fully connected and have no improvements in its topology. This work intends to use an Ant Colony Optimization (ACO) algorithm to create a tuned neural network. The ACO search algorithm will use Back Error Propagation (BP) to optimize the network topology by suggesting the best neuron connections. The result ANN will be applied to monitoring the IEA-R1 research reactor at IPEN. (author)

  19. Enhanced ant colony optimization for inventory routing problem

    Science.gov (United States)

    Wong, Lily; Moin, Noor Hasnah

    2015-10-01

    The inventory routing problem (IRP) integrates and coordinates two important components of supply chain management which are transportation and inventory management. We consider a one-to-many IRP network for a finite planning horizon. The demand for each product is deterministic and time varying as well as a fleet of capacitated homogeneous vehicles, housed at a depot/warehouse, delivers the products from the warehouse to meet the demand specified by the customers in each period. The inventory holding cost is product specific and is incurred at the customer sites. The objective is to determine the amount of inventory and to construct a delivery routing that minimizes both the total transportation and inventory holding cost while ensuring each customer's demand is met over the planning horizon. The problem is formulated as a mixed integer programming problem and is solved using CPLEX 12.4 to get the lower and upper bound (best integer) for each instance considered. We propose an enhanced ant colony optimization (ACO) to solve the problem and the built route is improved by using local search. The computational experiments demonstrating the effectiveness of our approach is presented.

  20. Gas ultrasonic flow rate measurement through genetic-ant colony optimization based on the ultrasonic pulse received signal model

    International Nuclear Information System (INIS)

    Hou, Huirang; Zheng, Dandan; Nie, Laixiao

    2015-01-01

    For gas ultrasonic flowmeters, the signals received by ultrasonic sensors are susceptible to noise interference. If signals are mingled with noise, a large error in flow measurement can be caused by triggering mistakenly using the traditional double-threshold method. To solve this problem, genetic-ant colony optimization (GACO) based on the ultrasonic pulse received signal model is proposed. Furthermore, in consideration of the real-time performance of the flow measurement system, the improvement of processing only the first three cycles of the received signals rather than the whole signal is proposed. Simulation results show that the GACO algorithm has the best estimation accuracy and ant-noise ability compared with the genetic algorithm, ant colony optimization, double-threshold and enveloped zero-crossing. Local convergence doesn’t appear with the GACO algorithm until –10 dB. For the GACO algorithm, the converging accuracy and converging speed and the amount of computation are further improved when using the first three cycles (called GACO-3cycles). Experimental results involving actual received signals show that the accuracy of single-gas ultrasonic flow rate measurement can reach 0.5% with GACO-3 cycles, which is better than with the double-threshold method. (paper)

  1. Multi-Objective Ant Colony Optimization Based on the Physarum-Inspired Mathematical Model for Bi-Objective Traveling Salesman Problems.

    Directory of Open Access Journals (Sweden)

    Zili Zhang

    Full Text Available Bi-objective Traveling Salesman Problem (bTSP is an important field in the operations research, its solutions can be widely applied in the real world. Many researches of Multi-objective Ant Colony Optimization (MOACOs have been proposed to solve bTSPs. However, most of MOACOs suffer premature convergence. This paper proposes an optimization strategy for MOACOs by optimizing the initialization of pheromone matrix with the prior knowledge of Physarum-inspired Mathematical Model (PMM. PMM can find the shortest route between two nodes based on the positive feedback mechanism. The optimized algorithms, named as iPM-MOACOs, can enhance the pheromone in the short paths and promote the search ability of ants. A series of experiments are conducted and experimental results show that the proposed strategy can achieve a better compromise solution than the original MOACOs for solving bTSPs.

  2. Automatic boiling water reactor loading pattern design using ant colony optimization algorithm

    Energy Technology Data Exchange (ETDEWEB)

    Wang, C.-D. [Department of Engineering and System Science, National Tsing Hua University, 101, Section 2 Kuang Fu Road, Hsinchu 30013, Taiwan (China); Nuclear Engineering Division, Institute of Nuclear Energy Research, No. 1000, Wenhua Rd., Jiaan Village, Longtan Township, Taoyuan County 32546, Taiwan (China)], E-mail: jdwang@iner.gov.tw; Lin Chaung [Department of Engineering and System Science, National Tsing Hua University, 101, Section 2 Kuang Fu Road, Hsinchu 30013, Taiwan (China)

    2009-08-15

    An automatic boiling water reactor (BWR) loading pattern (LP) design methodology was developed using the rank-based ant system (RAS), which is a variant of the ant colony optimization (ACO) algorithm. To reduce design complexity, only the fuel assemblies (FAs) of one eight-core positions were determined using the RAS algorithm, and then the corresponding FAs were loaded into the other parts of the core. Heuristic information was adopted to exclude the selection of the inappropriate FAs which will reduce search space, and thus, the computation time. When the LP was determined, Haling cycle length, beginning of cycle (BOC) shutdown margin (SDM), and Haling end of cycle (EOC) maximum fraction of limit for critical power ratio (MFLCPR) were calculated using SIMULATE-3 code, which were used to evaluate the LP for updating pheromone of RAS. The developed design methodology was demonstrated using FAs of a reference cycle of the BWR6 nuclear power plant. The results show that, the designed LP can be obtained within reasonable computation time, and has a longer cycle length than that of the original design.

  3. Building optimal regression tree by ant colony system-genetic algorithm: Application to modeling of melting points

    Energy Technology Data Exchange (ETDEWEB)

    Hemmateenejad, Bahram, E-mail: hemmatb@sums.ac.ir [Department of Chemistry, Shiraz University, Shiraz (Iran, Islamic Republic of); Medicinal and Natural Products Chemistry Research Center, Shiraz University of Medical Sciences, Shiraz (Iran, Islamic Republic of); Shamsipur, Mojtaba [Department of Chemistry, Razi University, Kermanshah (Iran, Islamic Republic of); Zare-Shahabadi, Vali [Young Researchers Club, Mahshahr Branch, Islamic Azad University, Mahshahr (Iran, Islamic Republic of); Akhond, Morteza [Department of Chemistry, Shiraz University, Shiraz (Iran, Islamic Republic of)

    2011-10-17

    Highlights: {yields} Ant colony systems help to build optimum classification and regression trees. {yields} Using of genetic algorithm operators in ant colony systems resulted in more appropriate models. {yields} Variable selection in each terminal node of the tree gives promising results. {yields} CART-ACS-GA could model the melting point of organic materials with prediction errors lower than previous models. - Abstract: The classification and regression trees (CART) possess the advantage of being able to handle large data sets and yield readily interpretable models. A conventional method of building a regression tree is recursive partitioning, which results in a good but not optimal tree. Ant colony system (ACS), which is a meta-heuristic algorithm and derived from the observation of real ants, can be used to overcome this problem. The purpose of this study was to explore the use of CART and its combination with ACS for modeling of melting points of a large variety of chemical compounds. Genetic algorithm (GA) operators (e.g., cross averring and mutation operators) were combined with ACS algorithm to select the best solution model. In addition, at each terminal node of the resulted tree, variable selection was done by ACS-GA algorithm to build an appropriate partial least squares (PLS) model. To test the ability of the resulted tree, a set of approximately 4173 structures and their melting points were used (3000 compounds as training set and 1173 as validation set). Further, an external test set containing of 277 drugs was used to validate the prediction ability of the tree. Comparison of the results obtained from both trees showed that the tree constructed by ACS-GA algorithm performs better than that produced by recursive partitioning procedure.

  4. Study on ant colony optimization for fuel loading pattern problem

    International Nuclear Information System (INIS)

    Kishi, Hironori; Kitada, Takanori

    2013-01-01

    Modified ant colony optimization (ACO) was applied to the in-core fuel loading pattern (LP) optimization problem to minimize the power peaking factor (PPF) in the modeled 1/4 symmetry PWR core. Loading order was found to be important in ACO. Three different loading orders with and without the adjacent effect between fuel assemblies (FAs) were compared, and it was found that the loading order from the central core is preferable because many selections of FAs to be inserted are available in the core center region. LPs were determined from pheromone trail and heuristic information, which is a priori knowledge based on the feature of the problem. Three types of heuristic information were compared to obtain the desirable performance of searching LPs with low PPF. Moreover, mutation operation, such as the genetic algorithm (GA), was introduced into the ACO algorithm to avoid searching similar LPs because heuristic information used in ACO tends to localize the searching space in the LP problem. The performance of ACO with some improvement was compared with those of simulated annealing and GA. In conclusion, good performance can be achieved by setting proper heuristic information and mutation operation parameter in ACO. (author)

  5. An improved ant colony optimization algorithm with fault tolerance for job scheduling in grid computing systems.

    Directory of Open Access Journals (Sweden)

    Hajara Idris

    Full Text Available The Grid scheduler, schedules user jobs on the best available resource in terms of resource characteristics by optimizing job execution time. Resource failure in Grid is no longer an exception but a regular occurring event as resources are increasingly being used by the scientific community to solve computationally intensive problems which typically run for days or even months. It is therefore absolutely essential that these long-running applications are able to tolerate failures and avoid re-computations from scratch after resource failure has occurred, to satisfy the user's Quality of Service (QoS requirement. Job Scheduling with Fault Tolerance in Grid Computing using Ant Colony Optimization is proposed to ensure that jobs are executed successfully even when resource failure has occurred. The technique employed in this paper, is the use of resource failure rate, as well as checkpoint-based roll back recovery strategy. Check-pointing aims at reducing the amount of work that is lost upon failure of the system by immediately saving the state of the system. A comparison of the proposed approach with an existing Ant Colony Optimization (ACO algorithm is discussed. The experimental results of the implemented Fault Tolerance scheduling algorithm show that there is an improvement in the user's QoS requirement over the existing ACO algorithm, which has no fault tolerance integrated in it. The performance evaluation of the two algorithms was measured in terms of the three main scheduling performance metrics: makespan, throughput and average turnaround time.

  6. Stochastic time-dependent vehicle routing problem: Mathematical models and ant colony algorithm

    Directory of Open Access Journals (Sweden)

    Zhengyu Duan

    2015-11-01

    Full Text Available This article addresses the stochastic time-dependent vehicle routing problem. Two mathematical models named robust optimal schedule time model and minimum expected schedule time model are proposed for stochastic time-dependent vehicle routing problem, which can guarantee delivery within the time windows of customers. The robust optimal schedule time model only requires the variation range of link travel time, which can be conveniently derived from historical traffic data. In addition, the robust optimal schedule time model based on robust optimization method can be converted into a time-dependent vehicle routing problem. Moreover, an ant colony optimization algorithm is designed to solve stochastic time-dependent vehicle routing problem. As the improvements in initial solution and transition probability, ant colony optimization algorithm has a good performance in convergence. Through computational instances and Monte Carlo simulation tests, robust optimal schedule time model is proved to be better than minimum expected schedule time model in computational efficiency and coping with the travel time fluctuations. Therefore, robust optimal schedule time model is applicable in real road network.

  7. Improved ant Colony Optimization for Virtual Teams Building in Collaborative Process Planning

    Directory of Open Access Journals (Sweden)

    Yingying Su

    2014-02-01

    Full Text Available Virtual teams have been adopted by organizations to gain competitive advantages in this global economy. Virtual teams are a ubiquitous part of getting work done in almost every organization. For the purpose of building virtual teams in collaborative process planning, the method based on improved ant colony algorithm (IMACO was proposed. The concept of virtual team was illustrated and the necessity of building virtual teams in collaborative process planning was analyzed. The sub tasks with certain timing relationship were described and the model of building virtual teams in collaborative process planning was established, which was solved by improved ant colony algorithm. In this paper applications of the IMACO and ACO are compared and demonstrate that the use of the IMACO algorithm performs better. An example was studied to illustrate the effectiveness of the strategy.

  8. An improved self-adaptive ant colony algorithm based on genetic strategy for the traveling salesman problem

    Science.gov (United States)

    Wang, Pan; Zhang, Yi; Yan, Dong

    2018-05-01

    Ant Colony Algorithm (ACA) is a powerful and effective algorithm for solving the combination optimization problem. Moreover, it was successfully used in traveling salesman problem (TSP). But it is easy to prematurely converge to the non-global optimal solution and the calculation time is too long. To overcome those shortcomings, a new method is presented-An improved self-adaptive Ant Colony Algorithm based on genetic strategy. The proposed method adopts adaptive strategy to adjust the parameters dynamically. And new crossover operation and inversion operation in genetic strategy was used in this method. We also make an experiment using the well-known data in TSPLIB. The experiment results show that the performance of the proposed method is better than the basic Ant Colony Algorithm and some improved ACA in both the result and the convergence time. The numerical results obtained also show that the proposed optimization method can achieve results close to the theoretical best known solutions at present.

  9. Multiple depots vehicle routing based on the ant colony with the genetic algorithm

    Directory of Open Access Journals (Sweden)

    ChunYing Liu

    2013-09-01

    Full Text Available Purpose: the distribution routing plans of multi-depots vehicle scheduling problem will increase exponentially along with the adding of customers. So, it becomes an important studying trend to solve the vehicle scheduling problem with heuristic algorithm. On the basis of building the model of multi-depots vehicle scheduling problem, in order to improve the efficiency of the multiple depots vehicle routing, the paper puts forward a fusion algorithm on multiple depots vehicle routing based on the ant colony algorithm with genetic algorithm. Design/methodology/approach: to achieve this objective, the genetic algorithm optimizes the parameters of the ant colony algorithm. The fusion algorithm on multiple depots vehicle based on the ant colony algorithm with genetic algorithm is proposed. Findings: simulation experiment indicates that the result of the fusion algorithm is more excellent than the other algorithm, and the improved algorithm has better convergence effective and global ability. Research limitations/implications: in this research, there are some assumption that might affect the accuracy of the model such as the pheromone volatile factor, heuristic factor in each period, and the selected multiple depots. These assumptions can be relaxed in future work. Originality/value: In this research, a new method for the multiple depots vehicle routing is proposed. The fusion algorithm eliminate the influence of the selected parameter by optimizing the heuristic factor, evaporation factor, initial pheromone distribute, and have the strong global searching ability. The Ant Colony algorithm imports cross operator and mutation operator for operating the first best solution and the second best solution in every iteration, and reserves the best solution. The cross and mutation operator extend the solution space and improve the convergence effective and the global ability. This research shows that considering both the ant colony and genetic algorithm

  10. Research of Ant Colony Optimized Adaptive Control Strategy for Hybrid Electric Vehicle

    Directory of Open Access Journals (Sweden)

    Linhui Li

    2014-01-01

    Full Text Available Energy management control strategy of hybrid electric vehicle has a great influence on the vehicle fuel consumption with electric motors adding to the traditional vehicle power system. As vehicle real driving cycles seem to be uncertain, the dynamic driving cycles will have an impact on control strategy’s energy-saving effect. In order to better adapt the dynamic driving cycles, control strategy should have the ability to recognize the real-time driving cycle and adaptively adjust to the corresponding off-line optimal control parameters. In this paper, four types of representative driving cycles are constructed based on the actual vehicle operating data, and a fuzzy driving cycle recognition algorithm is proposed for online recognizing the type of actual driving cycle. Then, based on the equivalent fuel consumption minimization strategy, an ant colony optimization algorithm is utilized to search the optimal control parameters “charge and discharge equivalent factors” for each type of representative driving cycle. At last, the simulation experiments are conducted to verify the accuracy of the proposed fuzzy recognition algorithm and the validity of the designed control strategy optimization method.

  11. Ant colony system (ACS with hybrid local search to solve vehicle routing problems

    Directory of Open Access Journals (Sweden)

    Suphan Sodsoon

    2016-02-01

    Full Text Available This research applied an Ant Colony System algorithm with a Hybrid Local Search to solve Vehicle Routing Problems (VRP from a single depot when the customers’ requirements are known. VRP is an NP-hard optimization problem and has usually been successfully solved optimum by heuristics. A fleet of vehicles of a specific capacity are used to serve a number of customers at minimum cost, without violating the constraints of vehicle capacity. There are meta-heuristic approaches to solve these problems, such as Simulated Annealing, Genetic Algorithm, Tabu Search and the Ant Colony System algorithm. In this case a hybrid local search was used (Cross-Exchange, Or-Opt and 2-Opt algorithm with an Ant Colony System algorithm. The Experimental Design was tested on 7 various problems from the data set online in the OR-Library. There are five different problems in which customers are randomly distributed with the depot in an approximately central location. The customers were grouped into clusters. The results are evaluated in terms of optimal routes using optimal distances. The experimental results are compared with those obtained from meta-heuristics and they show that the proposed method outperforms six meta-heuristics in the literature.

  12. Integrating fuzzy object based image analysis and ant colony optimization for road extraction from remotely sensed images

    Science.gov (United States)

    Maboudi, Mehdi; Amini, Jalal; Malihi, Shirin; Hahn, Michael

    2018-04-01

    Updated road network as a crucial part of the transportation database plays an important role in various applications. Thus, increasing the automation of the road extraction approaches from remote sensing images has been the subject of extensive research. In this paper, we propose an object based road extraction approach from very high resolution satellite images. Based on the object based image analysis, our approach incorporates various spatial, spectral, and textural objects' descriptors, the capabilities of the fuzzy logic system for handling the uncertainties in road modelling, and the effectiveness and suitability of ant colony algorithm for optimization of network related problems. Four VHR optical satellite images which are acquired by Worldview-2 and IKONOS satellites are used in order to evaluate the proposed approach. Evaluation of the extracted road networks shows that the average completeness, correctness, and quality of the results can reach 89%, 93% and 83% respectively, indicating that the proposed approach is applicable for urban road extraction. We also analyzed the sensitivity of our algorithm to different ant colony optimization parameter values. Comparison of the achieved results with the results of four state-of-the-art algorithms and quantifying the robustness of the fuzzy rule set demonstrate that the proposed approach is both efficient and transferable to other comparable images.

  13. ADAPTIVE CLUSTER BASED ROUTING PROTOCOL WITH ANT COLONY OPTIMIZATION FOR MOBILE AD-HOC NETWORK IN DISASTER AREA

    Directory of Open Access Journals (Sweden)

    Enrico Budianto

    2012-07-01

    Full Text Available In post-disaster rehabilitation efforts, the availability of telecommunication facilities takes important role. However, the process to improve telecommunication facilities in disaster area is risky if it is done by humans. Therefore, a network method that can work efficiently, effectively, and capable to reach the widest possible area is needed. This research introduces a cluster-based routing protocol named Adaptive Cluster Based Routing Protocol (ACBRP equipped by Ant Colony Optimization method, and its implementation in a simulator developed by author. After data analysis and statistical tests, it can be concluded that routing protocol ACBRP performs better than AODV and DSR routing protocol. Pada upaya rehabilitasi pascabencana, ketersediaan fasilitas telekomunikasi memiliki peranan yang sangat penting. Namun, proses untuk memperbaiki fasilitas telekomunikasi di daerah bencana memiliki resiko jika dilakukan oleh manusia. Oleh karena itu, metode jaringan yang dapat bekerja secara efisien, efektif, dan mampu mencapai area seluas mungkin diperlukan. Penelitian ini memperkenalkan sebuah protokol routing berbasis klaster bernama Adaptive Cluster Based Routing Protocol (ACBRP, yang dilengkapi dengan metode Ant Colony Optimization, dan diimplementasikan pada simulator yang dikembangkan penulis. Setelah data dianalisis dan dilakukan uji statistik, disimpulkan bahwa protokol routing ACBRP beroperasi lebih baik daripada protokol routing AODV maupun DSR.

  14. Using pleometrosis (multiple queens) and pupae transplantation to boost weaver ant (Oecophylla smaragdina) colony growth in ant nurseries

    DEFF Research Database (Denmark)

    Offenberg, Hans Joachim; Nielsen, Mogens Gissel; Peng, Renkang

    2011-01-01

    Weaver ants (Oecophylla spp.) are increasingly being used for biocontrol and are targeted for future production of insect protein in ant farms. An efficient production of live ant colonies may facilitate the utilization of these ants but the production of mature colonies is hampered by the long...... and no transplantation. Thus, in ant nurseries the use of multiple queens during nest founding as well as transplantation of pupae from foreign colonies may be utilised to decrease the time it takes to produce a colony ready for implementation....

  15. Azcaxalli: A system based on Ant Colony Optimization algorithms, applied to fuel reloads design in a Boiling Water Reactor

    Energy Technology Data Exchange (ETDEWEB)

    Esquivel-Estrada, Jaime, E-mail: jaime.esquivel@fi.uaemex.m [Facultad de Ingenieria, Universidad Autonoma del Estado de Mexico, Cerro de Coatepec S/N, Toluca de Lerdo, Estado de Mexico 50000 (Mexico); Instituto Nacional de Investigaciones Nucleares, Carr. Mexico Toluca S/N, Ocoyoacac, Estado de Mexico 52750 (Mexico); Ortiz-Servin, Juan Jose, E-mail: juanjose.ortiz@inin.gob.m [Instituto Nacional de Investigaciones Nucleares, Carr. Mexico Toluca S/N, Ocoyoacac, Estado de Mexico 52750 (Mexico); Castillo, Jose Alejandro; Perusquia, Raul [Instituto Nacional de Investigaciones Nucleares, Carr. Mexico Toluca S/N, Ocoyoacac, Estado de Mexico 52750 (Mexico)

    2011-01-15

    This paper presents some results of the implementation of several optimization algorithms based on ant colonies, applied to the fuel reload design in a Boiling Water Reactor. The system called Azcaxalli is constructed with the following algorithms: Ant Colony System, Ant System, Best-Worst Ant System and MAX-MIN Ant System. Azcaxalli starts with a random fuel reload. Ants move into reactor core channels according to the State Transition Rule in order to select two fuel assemblies into a 1/8 part of the reactor core and change positions between them. This rule takes into account pheromone trails and acquired knowledge. Acquired knowledge is obtained from load cycle values of fuel assemblies. Azcaxalli claim is to work in order to maximize the cycle length taking into account several safety parameters. Azcaxalli's objective function involves thermal limits at the end of the cycle, cold shutdown margin at the beginning of the cycle and the neutron effective multiplication factor for a given cycle exposure. Those parameters are calculated by CM-PRESTO code. Through the Haling Principle is possible to calculate the end of the cycle. This system was applied to an equilibrium cycle of 18 months of Laguna Verde Nuclear Power Plant in Mexico. The results show that the system obtains fuel reloads with higher cycle lengths than the original fuel reload. Azcaxalli results are compared with genetic algorithms, tabu search and neural networks results.

  16. AUTOMATA PROGRAMS CONSTRUCTION FROM SPECIFICATION WITH AN ANT COLONY OPTIMIZATION ALGORITHM BASED ON MUTATION GRAPH

    Directory of Open Access Journals (Sweden)

    Daniil S. Chivilikhin

    2014-11-01

    Full Text Available The procedure of testing traditionally used in software engineering cannot guarantee program correctness; therefore verification is used at the excess requirements to programs reliability. Verification makes it possible to check certain properties of programs in all possible computational states; however, this process is very complex. In the model checking method a model of the program is built (often, manually and requirements in terms of temporal logic are formulated. Such temporal properties of the model can be checked automatically. The main issue in this framework is the gap between the program and its model. Automata-based programming paradigm gives the possibility to overcome this limitation. In this paradigm, program logic is represented using finite-state machines. The advantage of finite-state machines is that their models can be constructed automatically. The paper deals with the application of mutation-based ant colony optimization algorithm to the problem of finite-state machine construction from their specification, defined by test scenarios and temporal properties. The presented approach has been tested on the elevator doors control problem as well as on randomly generated data. Obtained results show the ant colony algorithm is two-three times faster than the previously used genetic algorithm. The proposed approach can be recommended for inferring control programs for critical systems.

  17. A New Constructive Method for Electric Power System Reconfiguration Using Ant Colony

    Directory of Open Access Journals (Sweden)

    Habib HAMDAOUI

    2008-06-01

    Full Text Available This electric power distribution system delivers power to the customers from a set of distribution substations. While the transmission lines are configured in a meshed network, the distribution feeders are configured radially in almost all cases. The proposed problem in this work is to determine the optimal topology among a various alternatives. This problem is known as a problem of total investment-cost minimization, subject to power constraints. In fact, the paper addresses an ant colony met-heuristic optimization method to solve this combinatorial problem. Due to the variation of demand, the reconfiguration may be considered in two different situations: in the system planning or system design stage. The proposed met-heuristic determines the minimal investment-cost system configuration during the considered study period to satisfy power transit constraints. The algorithm of ant colony approach (ACA is required to identify the optimal combination of adding or cut off feeders with different parameters for the new topology design.

  18. The regulation of ant colony foraging activity without spatial information.

    Directory of Open Access Journals (Sweden)

    Balaji Prabhakar

    Full Text Available Many dynamical networks, such as the ones that produce the collective behavior of social insects, operate without any central control, instead arising from local interactions among individuals. A well-studied example is the formation of recruitment trails in ant colonies, but many ant species do not use pheromone trails. We present a model of the regulation of foraging by harvester ant (Pogonomyrmex barbatus colonies. This species forages for scattered seeds that one ant can retrieve on its own, so there is no need for spatial information such as pheromone trails that lead ants to specific locations. Previous work shows that colony foraging activity, the rate at which ants go out to search individually for seeds, is regulated in response to current food availability throughout the colony's foraging area. Ants use the rate of brief antennal contacts inside the nest between foragers returning with food and outgoing foragers available to leave the nest on the next foraging trip. Here we present a feedback-based algorithm that captures the main features of data from field experiments in which the rate of returning foragers was manipulated. The algorithm draws on our finding that the distribution of intervals between successive ants returning to the nest is a Poisson process. We fitted the parameter that estimates the effect of each returning forager on the rate at which outgoing foragers leave the nest. We found that correlations between observed rates of returning foragers and simulated rates of outgoing foragers, using our model, were similar to those in the data. Our simple stochastic model shows how the regulation of ant colony foraging can operate without spatial information, describing a process at the level of individual ants that predicts the overall foraging activity of the colony.

  19. A Hybrid Ant Colony Optimization Algorithm for the Extended Capacitated Arc Routing Problem.

    Science.gov (United States)

    Li-Ning Xing; Rohlfshagen, P; Ying-Wu Chen; Xin Yao

    2011-08-01

    The capacitated arc routing problem (CARP) is representative of numerous practical applications, and in order to widen its scope, we consider an extended version of this problem that entails both total service time and fixed investment costs. We subsequently propose a hybrid ant colony optimization (ACO) algorithm (HACOA) to solve instances of the extended CARP. This approach is characterized by the exploitation of heuristic information, adaptive parameters, and local optimization techniques: Two kinds of heuristic information, arc cluster information and arc priority information, are obtained continuously from the solutions sampled to guide the subsequent optimization process. The adaptive parameters ease the burden of choosing initial values and facilitate improved and more robust results. Finally, local optimization, based on the two-opt heuristic, is employed to improve the overall performance of the proposed algorithm. The resulting HACOA is tested on four sets of benchmark problems containing a total of 87 instances with up to 140 nodes and 380 arcs. In order to evaluate the effectiveness of the proposed method, some existing capacitated arc routing heuristics are extended to cope with the extended version of this problem; the experimental results indicate that the proposed ACO method outperforms these heuristics.

  20. Targeted removal of ant colonies in ecological experiments, using hot water.

    Science.gov (United States)

    Tschinkel, Walter R; King, Joshua R

    2007-01-01

    Ecological experiments on fire ants cannot, or should not, use poison baits to eliminate the fire ants because such baits are not specific to fire ants, or even to ants. Hot water is an extremely effective and specific killing agent for fire ant colonies, but producing large amounts of hot water in the field, and making the production apparatus mobile have been problematical. The construction and use of a charcoal-fired kiln made from a 55-gal. oil drum lined with a sand-fireclay mixture is described. An automobile heater fan powered from a 12-v battery provided a draft. Dual bilge pumps pumped water from a large tank through a long coil of copper tubing within the kiln to produce 4 to 5 l. of hot water per min. The hot water was collected in 20 l. buckets and poured into fire ant nests previously opened by piercing with a stick. The entire assembly was transported in and operated from the back of a pickup truck. Five experimental plots containing 32 to 38 colonies of the fire ant, Solenopsis invicta, Buren (Hymenoptera: Formicidae), were treated with hot water over a period of two years. All colonies on the treatment plots were treated twice with hot water early in 2004, reducing their numbers to zero. However new colonies were formed, and mature colonies expanded into the plots. A third treatment was made in the spring of 2005, after which fire ant populations were suppressed for over a year. Whereas the 5 control plots contained a total of 166 mostly large colonies, the 5 treatment plots contained no live colonies at all. Averaged over a two-year period, a 70% reduction in total number of colonies was achieved (P ants.

  1. Hybrid Bee Ant Colony Algorithm for Effective Load Balancing And ...

    African Journals Online (AJOL)

    PROF. OLIVER OSUAGWA

    Ant Colony algorithm is used in this hybrid Bee Ant Colony algorithm to solve load balancing issues ... Genetic Algorithm (MO-GA) for dynamic job scheduling that .... Information Networking and Applications Workshops. [7]. M. Dorigo & T.

  2. Meta-heuristic ant colony optimization technique to forecast the amount of summer monsoon rainfall: skill comparison with Markov chain model

    Science.gov (United States)

    Chaudhuri, Sutapa; Goswami, Sayantika; Das, Debanjana; Middey, Anirban

    2014-05-01

    Forecasting summer monsoon rainfall with precision becomes crucial for the farmers to plan for harvesting in a country like India where the national economy is mostly based on regional agriculture. The forecast of monsoon rainfall based on artificial neural network is a well-researched problem. In the present study, the meta-heuristic ant colony optimization (ACO) technique is implemented to forecast the amount of summer monsoon rainfall for the next day over Kolkata (22.6°N, 88.4°E), India. The ACO technique belongs to swarm intelligence and simulates the decision-making processes of ant colony similar to other adaptive learning techniques. ACO technique takes inspiration from the foraging behaviour of some ant species. The ants deposit pheromone on the ground in order to mark a favourable path that should be followed by other members of the colony. A range of rainfall amount replicating the pheromone concentration is evaluated during the summer monsoon season. The maximum amount of rainfall during summer monsoon season (June—September) is observed to be within the range of 7.5-35 mm during the period from 1998 to 2007, which is in the range 4 category set by the India Meteorological Department (IMD). The result reveals that the accuracy in forecasting the amount of rainfall for the next day during the summer monsoon season using ACO technique is 95 % where as the forecast accuracy is 83 % with Markov chain model (MCM). The forecast through ACO and MCM are compared with other existing models and validated with IMD observations from 2008 to 2012.

  3. Dealing with water deficit in Atta ant colonies: large ants scout for water while small ants transport it

    Directory of Open Access Journals (Sweden)

    Antonio Carlos Da-Silva

    2012-07-01

    Leafcutter ants (Atta sexdens rubropilosa (Forel 1908 have an elaborate social organization, complete with caste divisions. Activities carried out by specialist groups contribute to the overall success and survival of the colony when it is confronted with environmental challenges such as dehydration. Ants detect variations in humidity inside the nest and react by activating several types of behavior that enhance water uptake and decrease water loss, but it is not clear whether or not a single caste collects water regardless of the cost of bringing this resource back to the colony. Accordingly, we investigated water collection activities in three colonies of Atta sexdens rubropilosa experimentally exposed to water stress. Specifically, we analyzed whether or not the same ant caste foraged for water, regardless of the absolute energetic cost (distance of transporting this resource back to the colony. Our experimental design offered water sources at 0 m, 1 m and 10 m from the nest. We studied the body size of ants near the water sources from the initial offer of water (time  =  0 to 120 min, and tested for specialization. We observed a reduction in the average size and variance of ants that corroborated the specialization hypothesis. Although the temporal course of specialization changed with distance, the final outcome was similar among distances. Thus, we conclude that, for this species, a specialist (our use of the word “specialist” does not mean exclusive task force is responsible for collecting water, regardless of the cost of transporting water back to the colony.

  4. Software Piracy Detection Model Using Ant Colony Optimization Algorithm

    Science.gov (United States)

    Astiqah Omar, Nor; Zakuan, Zeti Zuryani Mohd; Saian, Rizauddin

    2017-06-01

    Internet enables information to be accessible anytime and anywhere. This scenario creates an environment whereby information can be easily copied. Easy access to the internet is one of the factors which contribute towards piracy in Malaysia as well as the rest of the world. According to a survey conducted by Compliance Gap BSA Global Software Survey in 2013 on software piracy, found out that 43 percent of the software installed on PCs around the world was not properly licensed, the commercial value of the unlicensed installations worldwide was reported to be 62.7 billion. Piracy can happen anywhere including universities. Malaysia as well as other countries in the world is faced with issues of piracy committed by the students in universities. Piracy in universities concern about acts of stealing intellectual property. It can be in the form of software piracy, music piracy, movies piracy and piracy of intellectual materials such as books, articles and journals. This scenario affected the owner of intellectual property as their property is in jeopardy. This study has developed a classification model for detecting software piracy. The model was developed using a swarm intelligence algorithm called the Ant Colony Optimization algorithm. The data for training was collected by a study conducted in Universiti Teknologi MARA (Perlis). Experimental results show that the model detection accuracy rate is better as compared to J48 algorithm.

  5. JOB SHOP METHODOLOGY BASED ON AN ANT COLONY

    Directory of Open Access Journals (Sweden)

    OMAR CASTRILLON

    2009-01-01

    Full Text Available The purpose of this study is to reduce the total process time (Makespan and to increase the machines working time, in a job shop environment, using a heuristic based on ant colony optimization. This work is developed in two phases: The first stage describes the identification and definition of heuristics for the sequential processes in the job shop. The second stage shows the effectiveness of the system in the traditional programming of production. A good solution, with 99% efficiency is found using this technique.

  6. Reliable Ant Colony Routing Algorithm for Dual-Channel Mobile Ad Hoc Networks

    Directory of Open Access Journals (Sweden)

    YongQiang Li

    2018-01-01

    Full Text Available For the problem of poor link reliability caused by high-speed dynamic changes and congestion owing to low network bandwidth in ad hoc networks, an ant colony routing algorithm, based on reliable path under dual-channel condition (DSAR, is proposed. First, dual-channel communication mode is used to improve network bandwidth, and a hierarchical network model is proposed to optimize the dual-layer network. Thus, we reduce network congestion and communication delay. Second, a comprehensive reliable path selection strategy is designed, and the reliable path is selected ahead of time to reduce the probability of routing restart. Finally, the ant colony algorithm is used to improve the adaptability of the routing algorithm to changes of network topology. Simulation results show that DSAR improves the reliability of routing, packet delivery, and throughput.

  7. Meta-Heuristics in Short Scale Construction: Ant Colony Optimization and Genetic Algorithm.

    Science.gov (United States)

    Schroeders, Ulrich; Wilhelm, Oliver; Olaru, Gabriel

    2016-01-01

    The advent of large-scale assessment, but also the more frequent use of longitudinal and multivariate approaches to measurement in psychological, educational, and sociological research, caused an increased demand for psychometrically sound short scales. Shortening scales economizes on valuable administration time, but might result in inadequate measures because reducing an item set could: a) change the internal structure of the measure, b) result in poorer reliability and measurement precision, c) deliver measures that cannot effectively discriminate between persons on the intended ability spectrum, and d) reduce test-criterion relations. Different approaches to abbreviate measures fare differently with respect to the above-mentioned problems. Therefore, we compare the quality and efficiency of three item selection strategies to derive short scales from an existing long version: a Stepwise COnfirmatory Factor Analytical approach (SCOFA) that maximizes factor loadings and two metaheuristics, specifically an Ant Colony Optimization (ACO) with a tailored user-defined optimization function and a Genetic Algorithm (GA) with an unspecific cost-reduction function. SCOFA compiled short versions were highly reliable, but had poor validity. In contrast, both metaheuristics outperformed SCOFA and produced efficient and psychometrically sound short versions (unidimensional, reliable, sensitive, and valid). We discuss under which circumstances ACO and GA produce equivalent results and provide recommendations for conditions in which it is advisable to use a metaheuristic with an unspecific out-of-the-box optimization function.

  8. New methods to minimize the preventive maintenance cost of series-parallel systems using ant colony optimization

    International Nuclear Information System (INIS)

    Samrout, M.; Yalaoui, F.; Cha-hat telet, E.; Chebbo, N.

    2005-01-01

    This article is based on a previous study made by Bris, Chatelet and Yalaoui [Bris R, Chatelet E, Yalaoui F. New method to minimise the preventive maintenance cost of series-parallel systems. Reliab Eng Syst Saf 2003;82:247-55]. They use genetic algorithm to minimize preventive maintenance cost problem for the series-parallel systems. We propose to improve their results developing a new method based on another technique, the Ant Colony Optimization (ACO). The resolution consists in determining the solution vector of system component inspection periods, T P . Those calculations were applied within the programming tool Matlab. Thus, highly interesting results and improvements of previous studies were obtained

  9. The application of ant colony optimization in the solution of 3D traveling salesman problem on a sphere

    Directory of Open Access Journals (Sweden)

    Hüseyin Eldem

    2017-08-01

    Full Text Available Traveling Salesman Problem (TSP is a problem in combinatorial optimization that should be solved by a salesperson who has to travel all cities at the minimum cost (minimum route and return to the starting city (node. Todays, to resolve the minimum cost of this problem, many optimization algorithms have been used. The major ones are these metaheuristic algorithms. In this study, one of the metaheuristic methods, Ant Colony Optimization (ACO method (Max-Min Ant System – MMAS, was used to solve the Non-Euclidean TSP, which consisted of sets of different count points coincidentally located on the surface of a sphere. In this study seven point sets were used which have different point count. The performance of the MMAS method solving Non-Euclidean TSP problem was demonstrated by different experiments. Also, the results produced by ACO are compared with Discrete Cuckoo Search Algorithm (DCS and Genetic Algorithm (GA that are in the literature. The experiments for TSP on a sphere, show that ACO’s average results were better than the GA’s average results and also best results of ACO successful than the DCS.

  10. A nuclear reactor core fuel reload optimization using Artificial-Ant-Colony Connective Networks; Recarga de reatores nucleares utilizando redes conectivas de colonias de formigas artificiais

    Energy Technology Data Exchange (ETDEWEB)

    Lima, Alan M.M. de; Schirru, Roberto [Universidade Federal, Rio de Janeiro, RJ (Brazil). Coordenacao dos Programas de Pos-graduacao de Engenharia. Programa de Engenharia Nuclear]. E-mail: alan@lmp.ufrj.br; schirru@lmp.ufrj.br

    2005-07-01

    A Pressurized Water Reactor core must be reloaded every time the fuel burnup reaches a level when it is not possible to sustain nominal power operation. The nuclear core fuel reload optimization consists in finding a burned-up and fresh-fuel-assembly pattern that maximizes the number of full operational days. This problem is NP-hard, meaning that complexity grows exponentially with the number of fuel assemblies in the core. Besides that, the problem is non-linear and its search space is highly discontinual and multimodal. In this work a parallel computational system based on Ant Colony System (ACS) called Artificial-Ant-Colony Networks is introduced to solve the nuclear reactor core fuel reload optimization problem. ACS is a system based on artificial agents that uses the reinforcement learning technique and was originally developed to solve the Traveling Salesman Problem, which is conceptually similar to the nuclear fuel reload problem. (author)

  11. Improving the Interpretability of Classification Rules Discovered by an Ant Colony Algorithm: Extended Results

    OpenAIRE

    Otero, Fernando E.B.; Freitas, Alex A.

    2016-01-01

    The vast majority of Ant Colony Optimization (ACO) algorithms for inducing classification rules use an ACO-based procedure to create a rule in an one-at-a-time fashion. An improved search strategy has been proposed in the cAnt-MinerPB algorithm, where an ACO-based procedure is used to create a complete list of rules (ordered rules)-i.e., the ACO search is guided by the quality of a list of rules, instead of an individual rule. In this paper we propose an extension of the cAnt-MinerPB algorith...

  12. Application of Ant-Colony-Based Algorithms to Multi-Reservoir Water Resources Problems

    Directory of Open Access Journals (Sweden)

    Alireza Borhani Darian

    2011-01-01

    Full Text Available In this paper, the continuous Ant Colony Optimization Algorithm (ACOR is used to investigate the optimum operation of complex multi-reservoir systems. The results are compared with those of the well-known Genetic Algorithm (GA. For this purpose, GA and ACOR are used to solve the long-term operation of a three-reservoir system in Karkheh Basin, southwestern Iran. The solution must determine monthly releases from the three reservoirs and their optimum allocations among the four agricultural demand areas. Meanwhile, a minimum discharge must be maintained within the river reaches for environmental concerns. Review of past research shows that only a few applications of Ant Colony have been generally made in water resources system problems; however, up to the time of initiating this paper, we found no other application of the ACOR in this area. Therefore, unlike GA, application of Ant-Colony-based algorithms in water resources systems has not been thoroughly evaluated and deserves  serious study. In this paper, the ACOR is stuided as the most recent Ant-Colony-based algorithm and its application in a multi-reservoir system is evaluated. The results indicate that with when the number of decision variables increases, a longer computational time is required and the optimum solutions found are inferior. Therefore, the ACOR would be unable to solve complex water resources problems unless some modifications are considered. To overcome a part of these drawbacks, a number of techniques are introduced in this paper that considerably improve the quality of the method by decreasing the required computation time and by enhancing optimum solutions found.

  13. An ant colony optimization based feature selection for web page classification.

    Science.gov (United States)

    Saraç, Esra; Özel, Selma Ayşe

    2014-01-01

    The increased popularity of the web has caused the inclusion of huge amount of information to the web, and as a result of this explosive information growth, automated web page classification systems are needed to improve search engines' performance. Web pages have a large number of features such as HTML/XML tags, URLs, hyperlinks, and text contents that should be considered during an automated classification process. The aim of this study is to reduce the number of features to be used to improve runtime and accuracy of the classification of web pages. In this study, we used an ant colony optimization (ACO) algorithm to select the best features, and then we applied the well-known C4.5, naive Bayes, and k nearest neighbor classifiers to assign class labels to web pages. We used the WebKB and Conference datasets in our experiments, and we showed that using the ACO for feature selection improves both accuracy and runtime performance of classification. We also showed that the proposed ACO based algorithm can select better features with respect to the well-known information gain and chi square feature selection methods.

  14. Integrating geological uncertainty in long-term open pit mine production planning by ant colony optimization

    Science.gov (United States)

    Gilani, Seyed-Omid; Sattarvand, Javad

    2016-02-01

    Meeting production targets in terms of ore quantity and quality is critical for a successful mining operation. In-situ grade uncertainty causes both deviations from production targets and general financial deficits. A new stochastic optimization algorithm based on ant colony optimization (ACO) approach is developed herein to integrate geological uncertainty described through a series of the simulated ore bodies. Two different strategies were developed based on a single predefined probability value (Prob) and multiple probability values (Pro bnt) , respectively in order to improve the initial solutions that created by deterministic ACO procedure. Application at the Sungun copper mine in the northwest of Iran demonstrate the abilities of the stochastic approach to create a single schedule and control the risk of deviating from production targets over time and also increase the project value. A comparison between two strategies and traditional approach illustrates that the multiple probability strategy is able to produce better schedules, however, the single predefined probability is more practical in projects requiring of high flexibility degree.

  15. An Effective Hybrid Routing Algorithm in WSN: Ant Colony Optimization in combination with Hop Count Minimization

    Directory of Open Access Journals (Sweden)

    Ailian Jiang

    2018-03-01

    Full Text Available Low cost, high reliability and easy maintenance are key criteria in the design of routing protocols for wireless sensor networks (WSNs. This paper investigates the existing ant colony optimization (ACO-based WSN routing algorithms and the minimum hop count WSN routing algorithms by reviewing their strengths and weaknesses. We also consider the critical factors of WSNs, such as energy constraint of sensor nodes, network load balancing and dynamic network topology. Then we propose a hybrid routing algorithm that integrates ACO and a minimum hop count scheme. The proposed algorithm is able to find the optimal routing path with minimal total energy consumption and balanced energy consumption on each node. The algorithm has unique superiority in terms of searching for the optimal path, balancing the network load and the network topology maintenance. The WSN model and the proposed algorithm have been implemented using C++. Extensive simulation experimental results have shown that our algorithm outperforms several other WSN routing algorithms on such aspects that include the rate of convergence, the success rate in searching for global optimal solution, and the network lifetime.

  16. Solving a Closed-Loop Location-Inventory-Routing Problem with Mixed Quality Defects Returns in E-Commerce by Hybrid Ant Colony Optimization Algorithm

    Directory of Open Access Journals (Sweden)

    Shuai Deng

    2016-01-01

    Full Text Available This paper presents a closed-loop location-inventory-routing problem model considering both quality defect returns and nondefect returns in e-commerce supply chain system. The objective is to minimize the total cost produced in both forward and reverse logistics networks. We propose a combined optimization algorithm named hybrid ant colony optimization algorithm (HACO to address this model that is an NP-hard problem. Our experimental results show that the proposed HACO is considerably efficient and effective in solving this model.

  17. The Lobe Fissure Tracking by the Modified Ant Colony Optimization Framework in CT Images

    Directory of Open Access Journals (Sweden)

    Chii-Jen Chen

    2014-11-01

    Full Text Available Chest computed tomography (CT is the most commonly used technique for the inspection of lung lesions. However, the lobe fissures in lung CT is still difficult to observe owing to its imaging structure. Therefore, in this paper, we aimed to develop an efficient tracking framework to extract the lobe fissures by the proposed modified ant colony optimization (ACO algorithm. We used the method of increasing the consistency of pheromone on lobe fissure to improve the accuracy of path tracking. In order to validate the proposed system, we had tested our method in a database from 15 lung patients. In the experiment, the quantitative assessment shows that the proposed ACO method achieved the average F-measures of 80.9% and 82.84% in left and right lungs, respectively. The experiments indicate our method results more satisfied performance, and can help investigators detect lung lesion for further examination.

  18. An approach using quantum ant colony optimization applied to the problem of nuclear reactors reload

    International Nuclear Information System (INIS)

    Silva, Marcio H.; Lima, Alan M.M. de; Schirru, Roberto; Medeiros, J.A.C.C.

    2009-01-01

    The basic concept behind the nuclear reactor fuel reloading problem is to find a configuration of new and used fuel elements, to keep the plant working at full power by the largest possible duration, within the safety restrictions. The main restriction is the power peaking factor, which is the limit value for the preservation of the fuel assembly. The QACO A lfa algorithm is a modified version of Quantum Ant Colony Optimization (QACO) proposed by Wang et al, which uses a new actualization method and a pseudo evaporation step. We examined the QACO A lfa behavior associated to physics of reactors code RECNOD when applied to this problem. Although the QACO have been developed for continuous functions, the binary model used in this work allows applying it to discrete problems, such as the mentioned above. (author)

  19. Rationality in collective decision-making by ant colonies.

    Science.gov (United States)

    Edwards, Susan C; Pratt, Stephen C

    2009-10-22

    Economic models of animal behaviour assume that decision-makers are rational, meaning that they assess options according to intrinsic fitness value and not by comparison with available alternatives. This expectation is frequently violated, but the significance of irrational behaviour remains controversial. One possibility is that irrationality arises from cognitive constraints that necessitate short cuts like comparative evaluation. If so, the study of whether and when irrationality occurs can illuminate cognitive mechanisms. We applied this logic in a novel setting: the collective decisions of insect societies. We tested for irrationality in colonies of Temnothorax ants choosing between two nest sites that varied in multiple attributes, such that neither site was clearly superior. In similar situations, individual animals show irrational changes in preference when a third relatively unattractive option is introduced. In contrast, we found no such effect in colonies. We suggest that immunity to irrationality in this case may result from the ants' decentralized decision mechanism. A colony's choice does not depend on site comparison by individuals, but instead self-organizes from the interactions of multiple ants, most of which are aware of only a single site. This strategy may filter out comparative effects, preventing systematic errors that would otherwise arise from the cognitive limitations of individuals.

  20. Ant colony optimization as a descriptor selection in QSPR modeling: Estimation of the λmax of anthraquinones-based dyes

    Directory of Open Access Journals (Sweden)

    Morteza Atabati

    2016-09-01

    Full Text Available Quantitative structure–property relationship (QSPR studies based on ant colony optimization (ACO were carried out for the prediction of λmax of 9,10-anthraquinone derivatives. ACO is a meta-heuristic algorithm, which is derived from the observation of real ants and proposed to feature selection. After optimization of 3D geometry of structures by the semi-empirical quantum-chemical calculation at AM1 level, different descriptors were calculated by the HyperChem and Dragon softwares (1514 descriptors. A major problem of QSPR is the high dimensionality of the descriptor space; therefore, descriptor selection is the most important step. In this paper, an ACO algorithm was used to select the best descriptors. Then selected descriptors were applied for model development using multiple linear regression. The average absolute relative deviation and correlation coefficient for the calibration set were obtained as 3.3% and 0.9591, respectively, while the average absolute relative deviation and correlation coefficient for the prediction set were obtained as 5.0% and 0.9526, respectively. The results showed that the applied procedure is suitable for prediction of λmax of 9,10-anthraquinone derivatives.

  1. Core Business Selection Based on Ant Colony Clustering Algorithm

    Directory of Open Access Journals (Sweden)

    Yu Lan

    2014-01-01

    Full Text Available Core business is the most important business to the enterprise in diversified business. In this paper, we first introduce the definition and characteristics of the core business and then descript the ant colony clustering algorithm. In order to test the effectiveness of the proposed method, Tianjin Port Logistics Development Co., Ltd. is selected as the research object. Based on the current situation of the development of the company, the core business of the company can be acquired by ant colony clustering algorithm. Thus, the results indicate that the proposed method is an effective way to determine the core business for company.

  2. A novel hybrid approach based on Particle Swarm Optimization and Ant Colony Algorithm to forecast energy demand of Turkey

    International Nuclear Information System (INIS)

    Kıran, Mustafa Servet; Özceylan, Eren; Gündüz, Mesut; Paksoy, Turan

    2012-01-01

    Highlights: ► PSO and ACO algorithms are hybridized for forecasting energy demands of Turkey. ► Linear and quadratic forms are developed to meet the fluctuations of indicators. ► GDP, population, export and import have significant impacts on energy demand. ► Quadratic form provides better fit solution than linear form. ► Proposed approach gives lower estimation error than ACO and PSO, separately. - Abstract: This paper proposes a new hybrid method (HAP) for estimating energy demand of Turkey using Particle Swarm Optimization (PSO) and Ant Colony Optimization (ACO). Proposed energy demand model (HAPE) is the first model which integrates two mentioned meta-heuristic techniques. While, PSO, developed for solving continuous optimization problems, is a population based stochastic technique; ACO, simulating behaviors between nest and food source of real ants, is generally used for discrete optimizations. Hybrid method based PSO and ACO is developed to estimate energy demand using gross domestic product (GDP), population, import and export. HAPE is developed in two forms which are linear (HAPEL) and quadratic (HAPEQ). The future energy demand is estimated under different scenarios. In order to show the accuracy of the algorithm, a comparison is made with ACO and PSO which are developed for the same problem. According to obtained results, relative estimation errors of the HAPE model are the lowest of them and quadratic form (HAPEQ) provides better-fit solutions due to fluctuations of the socio-economic indicators.

  3. An ant colony based resilience approach to cascading failures in cluster supply network

    Science.gov (United States)

    Wang, Yingcong; Xiao, Renbin

    2016-11-01

    Cluster supply chain network is a typical complex network and easily suffers cascading failures under disruption events, which is caused by the under-load of enterprises. Improving network resilience can increase the ability of recovery from cascading failures. Social resilience is found in ant colony and comes from ant's spatial fidelity zones (SFZ). Starting from the under-load failures, this paper proposes a resilience method to cascading failures in cluster supply chain network by leveraging on social resilience of ant colony. First, the mapping between ant colony SFZ and cluster supply chain network SFZ is presented. Second, a new cascading model for cluster supply chain network is constructed based on under-load failures. Then, the SFZ-based resilience method and index to cascading failures are developed according to ant colony's social resilience. Finally, a numerical simulation and a case study are used to verify the validity of the cascading model and the resilience method. Experimental results show that, the cluster supply chain network becomes resilient to cascading failures under the SFZ-based resilience method, and the cluster supply chain network resilience can be enhanced by improving the ability of enterprises to recover and adjust.

  4. Optimum Layout for Water Quality Monitoring Stations through Ant Colony Algorithm

    Directory of Open Access Journals (Sweden)

    Amin Afshar

    2006-09-01

    Full Text Available Due to the high cost of monitoring systems, budget limitations, and high priority given to water quality control in municipal networks, especially for unexpected events, optimum location of monitoring stations has received considerable attention during the last decade. An optimization model needs to be developed for the desirable location of monitoring stations. This research attempts to develop such a model using Ant Colony Optimization (ACO algorithm and tires to verify it through a bench-mark classical example used in previous researches. Selection of ACO as optimizer was fully justified due to discrete decision space and extensive number of binary variables in modeling system. Diversity of the policies derived from ACO may facilitate the process of decision making considering the social, physical, and economical conditions.

  5. The relationship between canopy cover and colony size of the wood ant Formica lugubris--implications for the thermal effects on a keystone ant species.

    Directory of Open Access Journals (Sweden)

    Yi-Huei Chen

    Full Text Available Climate change may affect ecosystems and biodiversity through the impacts of rising temperature on species' body size. In terms of physiology and genetics, the colony is the unit of selection for ants so colony size can be considered the body size of a colony. For polydomous ant species, a colony is spread across several nests. This study aims to clarify how climate change may influence an ecologically significant ant species group by investigating thermal effects on wood ant colony size. The strong link between canopy cover and the local temperatures of wood ant's nesting location provides a feasible approach for our study. Our results showed that nests were larger in shadier areas where the thermal environment was colder and more stable compared to open areas. Colonies (sum of nests in a polydomous colony also tended to be larger in shadier areas than in open areas. In addition to temperature, our results supported that food resource availability may be an additional factor mediating the relationship between canopy cover and nest size. The effects of canopy cover on total colony size may act at the nest level because of the positive relationship between total colony size and mean nest size, rather than at the colony level due to lack of link between canopy cover and number of nests per colony. Causal relationships between the environment and the life-history characteristics may suggest possible future impacts of climate change on these species.

  6. Study on Cloud Computing Resource Scheduling Strategy Based on the Ant Colony Optimization Algorithm

    OpenAIRE

    Lingna He; Qingshui Li; Linan Zhu

    2012-01-01

    In order to replace the traditional Internet software usage patterns and enterprise management mode, this paper proposes a new business calculation mode- cloud computing, resources scheduling strategy is the key technology in cloud computing, Based on the study of cloud computing system structure and the mode of operation, The key research for cloud computing the process of the work scheduling and resource allocation problems based on ant colony algorithm , Detailed analysis and design of the...

  7. Proposed algorithm to improve job shop production scheduling using ant colony optimization method

    Science.gov (United States)

    Pakpahan, Eka KA; Kristina, Sonna; Setiawan, Ari

    2017-12-01

    This paper deals with the determination of job shop production schedule on an automatic environment. On this particular environment, machines and material handling system are integrated and controlled by a computer center where schedule were created and then used to dictate the movement of parts and the operations at each machine. This setting is usually designed to have an unmanned production process for a specified interval time. We consider here parts with various operations requirement. Each operation requires specific cutting tools. These parts are to be scheduled on machines each having identical capability, meaning that each machine is equipped with a similar set of cutting tools therefore is capable of processing any operation. The availability of a particular machine to process a particular operation is determined by the remaining life time of its cutting tools. We proposed an algorithm based on the ant colony optimization method and embedded them on matlab software to generate production schedule which minimize the total processing time of the parts (makespan). We test the algorithm on data provided by real industry and the process shows a very short computation time. This contributes a lot to the flexibility and timelines targeted on an automatic environment.

  8. Intelligent method for diagnosing structural faults of rotating machinery using ant colony optimization.

    Science.gov (United States)

    Li, Ke; Chen, Peng

    2011-01-01

    Structural faults, such as unbalance, misalignment and looseness, etc., often occur in the shafts of rotating machinery. These faults may cause serious machine accidents and lead to great production losses. This paper proposes an intelligent method for diagnosing structural faults of rotating machinery using ant colony optimization (ACO) and relative ratio symptom parameters (RRSPs) in order to detect faults and distinguish fault types at an early stage. New symptom parameters called "relative ratio symptom parameters" are defined for reflecting the features of vibration signals measured in each state. Synthetic detection index (SDI) using statistical theory has also been defined to evaluate the applicability of the RRSPs. The SDI can be used to indicate the fitness of a RRSP for ACO. Lastly, this paper also compares the proposed method with the conventional neural networks (NN) method. Practical examples of fault diagnosis for a centrifugal fan are provided to verify the effectiveness of the proposed method. The verification results show that the structural faults often occurring in the centrifugal fan, such as unbalance, misalignment and looseness states are effectively identified by the proposed method, while these faults are difficult to detect using conventional neural networks.

  9. Optimal Sizing of a Stand-Alone Hybrid Power System Based on Battery/Hydrogen with an Improved Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Weiqiang Dong

    2016-09-01

    Full Text Available A distributed power system with renewable energy sources is very popular in recent years due to the rapid depletion of conventional sources of energy. Reasonable sizing for such power systems could improve the power supply reliability and reduce the annual system cost. The goal of this work is to optimize the size of a stand-alone hybrid photovoltaic (PV/wind turbine (WT/battery (B/hydrogen system (a hybrid system based on battery and hydrogen (HS-BH for reliable and economic supply. Two objectives that take the minimum annual system cost and maximum system reliability described as the loss of power supply probability (LPSP have been addressed for sizing HS-BH from a more comprehensive perspective, considering the basic demand of load, the profit from hydrogen, which is produced by HS-BH, and an effective energy storage strategy. An improved ant colony optimization (ACO algorithm has been presented to solve the sizing problem of HS-BH. Finally, a simulation experiment has been done to demonstrate the developed results, in which some comparisons have been done to emphasize the advantage of HS-BH with the aid of data from an island of Zhejiang, China.

  10. Queen-worker caste ratio depends on colony size in the pharaoh ant (Monomorium pharaonis)

    DEFF Research Database (Denmark)

    Schmidt, Anna Mosegaard; Linksvayer, Timothy Arnold; Boomsma, Jacobus Jan

    2011-01-01

    The success of an ant colony depends on the simultaneous presence of reproducing queens and nonreproducing workers in a ratio that will maximize colony growth and reproduction. Despite its presumably crucial role, queen–worker caste ratios (the ratio of adult queens to workers) and the factors...... affecting this variable remain scarcely studied. Maintaining polygynous pharaoh ant (Monomorium pharaonis) colonies in the laboratory has provided us with the opportunity to experimentally manipulate colony size, one of the key factors that can be expected to affect colony level queen–worker caste ratios...... species with budding colonies may adaptively adjust caste ratios to ensure rapid growth....

  11. Intraspecific Variation among Social Insect Colonies: Persistent Regional and Colony-Level Differences in Fire Ant Foraging Behavior.

    Directory of Open Access Journals (Sweden)

    Alison A Bockoven

    Full Text Available Individuals vary within a species in many ecologically important ways, but the causes and consequences of such variation are often poorly understood. Foraging behavior is among the most profitable and risky activities in which organisms engage and is expected to be under strong selection. Among social insects there is evidence that within-colony variation in traits such as foraging behavior can increase colony fitness, but variation between colonies and the potential consequences of such variation are poorly documented. In this study, we tested natural populations of the red imported fire ant, Solenopsis invicta, for the existence of colony and regional variation in foraging behavior and tested the persistence of this variation over time and across foraging habitats. We also reared single-lineage colonies in standardized environments to explore the contribution of colony lineage. Fire ants from natural populations exhibited significant and persistent colony and regional-level variation in foraging behaviors such as extra-nest activity, exploration, and discovery of and recruitment to resources. Moreover, colony-level variation in extra-nest activity was significantly correlated with colony growth, suggesting that this variation has fitness consequences. Lineage of the colony had a significant effect on extra-nest activity and exploratory activity and explained approximately half of the variation observed in foraging behaviors, suggesting a heritable component to colony-level variation in behavior.

  12. Fuzzy Random λ-Mean SAD Portfolio Selection Problem: An Ant Colony Optimization Approach

    Science.gov (United States)

    Thakur, Gour Sundar Mitra; Bhattacharyya, Rupak; Mitra, Swapan Kumar

    2010-10-01

    To reach the investment goal, one has to select a combination of securities among different portfolios containing large number of securities. Only the past records of each security do not guarantee the future return. As there are many uncertain factors which directly or indirectly influence the stock market and there are also some newer stock markets which do not have enough historical data, experts' expectation and experience must be combined with the past records to generate an effective portfolio selection model. In this paper the return of security is assumed to be Fuzzy Random Variable Set (FRVS), where returns are set of random numbers which are in turn fuzzy numbers. A new λ-Mean Semi Absolute Deviation (λ-MSAD) portfolio selection model is developed. The subjective opinions of the investors to the rate of returns of each security are taken into consideration by introducing a pessimistic-optimistic parameter vector λ. λ-Mean Semi Absolute Deviation (λ-MSAD) model is preferred as it follows absolute deviation of the rate of returns of a portfolio instead of the variance as the measure of the risk. As this model can be reduced to Linear Programming Problem (LPP) it can be solved much faster than quadratic programming problems. Ant Colony Optimization (ACO) is used for solving the portfolio selection problem. ACO is a paradigm for designing meta-heuristic algorithms for combinatorial optimization problem. Data from BSE is used for illustration.

  13. Coupling ant colony and the degraded ceiling algorithm for the redundancy allocation problem of series-parallel systems

    International Nuclear Information System (INIS)

    Nahas, Nabil; Nourelfath, Mustapha; Ait-Kadi, Daoud

    2007-01-01

    The redundancy allocation problem (RAP) is a well known NP-hard problem which involves the selection of elements and redundancy levels to maximize system reliability given various system-level constraints. As telecommunications and internet protocol networks, manufacturing and power systems are becoming more and more complex, while requiring short developments schedules and very high reliability, it is becoming increasingly important to develop efficient solutions to the RAP. This paper presents an efficient algorithm to solve this reliability optimization problem. The idea of a heuristic approach design is inspired from the ant colony meta-heuristic optimization method and the degraded ceiling local search technique. Our hybridization of the ant colony meta-heuristic with the degraded ceiling performs well and is competitive with the best-known heuristics for redundancy allocation. Numerical results for the 33 test problems from previous research are reported and compared. The solutions found by our approach are all better than or are in par with the well-known best solutions

  14. Pupae transplantation to boost early colony growth in the weaver ant Oecophylla longinoda Latreille (Hymenoptera: Formicidae)

    DEFF Research Database (Denmark)

    Ouagoussounon, Issa; Sinzogan, Antonio; Offenberg, Joachim

    2013-01-01

    Oecophylla ants are currently used for biological control in fruit plantations in Australia, Asia and Africa and for protein production in Asia. To further improve the technology and implement it on a large scale, effective and fast production of live colonies is desirable. Early colony development...... capita brood production by the resident queen, triggered by the adopted pupae. Thus pupae transplantation may be used to shorten the time it takes to produce weaver ant colonies in ant nurseries, and may in this way facilitate the implementation of weaver ant biocontrol in West Africa....

  15. Biobjective Optimization of Vibration Performance of Steel-Spring Floating Slab Tracks by Four-Pole Parameter Method Coupled with Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Hao Jin

    2015-01-01

    Full Text Available Steel-spring floating slab tracks are one of the most effective methods to reduce vibrations from underground railways, which has drawn more and more attention in scientific communities. In this paper, the steel-spring floating slab track located in Track Vibration Abatement and Control Laboratory was modeled with four-pole parameter method. The influences of the fastener damping ratio, the fastener stiffness, the steel-spring damping ratio, and the steel-spring stiffness were researched for the rail displacement and the foundation acceleration. Results show that the rail displacement and the foundation acceleration will decrease with the increase of the fastener stiffness or the steel-spring damping ratio. However, the rail displacement and the foundation acceleration have the opposite variation tendency for the fastener damping ratio and the steel-spring stiffness. In order to optimize the rail displacement and the foundation acceleration affected by the fastener damping ratio and the steel-spring stiffness at the same time, a multiobjective ant colony optimization (ACO was employed. Eventually, Pareto optimal frontier of the rail displacement and the foundation acceleration was derived. Furthermore, the desirable values of the fastener damping ratio and the steel-spring stiffness can be obtained according to the corresponding Pareto optimal solution set.

  16. The Role of Non-Foraging Nests in Polydomous Wood Ant Colonies.

    Science.gov (United States)

    Ellis, Samuel; Robinson, Elva J H

    2015-01-01

    A colony of red wood ants can inhabit more than one spatially separated nest, in a strategy called polydomy. Some nests within these polydomous colonies have no foraging trails to aphid colonies in the canopy. In this study we identify and investigate the possible roles of non-foraging nests in polydomous colonies of the wood ant Formica lugubris. To investigate the role of non-foraging nests we: (i) monitored colonies for three years; (ii) observed the resources being transported between non-foraging nests and the rest of the colony; (iii) measured the amount of extra-nest activity around non-foraging and foraging nests. We used these datasets to investigate the extent to which non-foraging nests within polydomous colonies are acting as: part of the colony expansion process; hunting and scavenging specialists; brood-development specialists; seasonal foragers; or a selfish strategy exploiting the foraging effort of the rest of the colony. We found that, rather than having a specialised role, non-foraging nests are part of the process of colony expansion. Polydomous colonies expand by founding new nests in the area surrounding the existing nests. Nests founded near food begin foraging and become part of the colony; other nests are not founded near food sources and do not initially forage. Some of these non-foraging nests eventually begin foraging; others do not and are abandoned. This is a method of colony growth not available to colonies inhabiting a single nest, and may be an important advantage of the polydomous nesting strategy, allowing the colony to expand into profitable areas.

  17. Temnothorax rugatulus ant colonies consistently vary in nest structure across time and context.

    Directory of Open Access Journals (Sweden)

    Nicholas DiRienzo

    Full Text Available A host of animals build architectural constructions. Such constructions frequently vary with environmental and individual/colony conditions, and their architecture directly influences behavior and fitness. The nests of ant colonies drive and enable many of their collective behaviors, and as such are part of their 'extended phenotype'. Since ant colonies have been recently shown to differ in behavior and life history strategy, we ask whether colonies differ in another trait: the architecture of the constructions they create. We allowed Temnothorax rugatulus rock ants, who create nests by building walls within narrow rock gaps, to repeatedly build nest walls in a fixed crevice but under two environmental conditions. We find that colonies consistently differ in their architecture across environments and over nest building events. Colony identity explained 12-40% of the variation in nest architecture, while colony properties and environmental conditions explained 5-20%, as indicated by the condition and marginal R2 values. When their nest boxes were covered, which produced higher humidity and lower airflow, colonies built thicker, longer, and heavier walls. Colonies also built more robust walls when they had more brood, suggesting a protective function of wall thickness. This is, to our knowledge, the first study to explicitly investigate the repeatability of nestbuilding behavior in a controlled environment. Our results suggest that colonies may face tradeoffs, perhaps between factors such as active vs. passive nest defense, and that selection may act on individual construction rules as a mechanisms to mediate colony-level behavior.

  18. Ant Colony Optimization Algorithm for Centralized Dynamic Channel Allocation in Multi-Cell OFDMA Systems

    Science.gov (United States)

    Kim, Hyo-Su; Kim, Dong-Hoi

    The dynamic channel allocation (DCA) scheme in multi-cell systems causes serious inter-cell interference (ICI) problem to some existing calls when channels for new calls are allocated. Such a problem can be addressed by advanced centralized DCA design that is able to minimize ICI. Thus, in this paper, a centralized DCA is developed for the downlink of multi-cell orthogonal frequency division multiple access (OFDMA) systems with full spectral reuse. However, in practice, as the search space of channel assignment for centralized DCA scheme in multi-cell systems grows exponentially with the increase of the number of required calls, channels, and cells, it becomes an NP-hard problem and is currently too complicated to find an optimum channel allocation. In this paper, we propose an ant colony optimization (ACO) based DCA scheme using a low-complexity ACO algorithm which is a kind of heuristic algorithm in order to solve the aforementioned problem. Simulation results demonstrate significant performance improvements compared to the existing schemes in terms of the grade of service (GoS) performance and the forced termination probability of existing calls without degrading the system performance of the average throughput.

  19. DESIGNING APPLICATION OF ANT COLONY SYSTEM ALGORITHM FOR THE SHORTEST ROUTE OF BANDA ACEH CITY AND ACEH BESAR REGENCY TOURISM BY USING GRAPHICAL USER INTERFACE MATLAB

    Directory of Open Access Journals (Sweden)

    Durisman Durisman

    2017-09-01

    Full Text Available Banda Aceh city and Aceh Besar Regency are two of the leading tourism areas located in the province of Aceh. For travelling, there are some important things to be considered, such as determining schedule and distance of tourism. Every tourist certainly chooses the shortest route to reach the destination since it can save time, energy, and money. The purpose of this reserach is to develop a method that can be used in calculating the shortest route and applied to the tourism of Banda Aceh city and Aceh Besar regency. In this reserach, Ant Colony Optimization algorithm is used to determine the shortest route to tourism of Banda Aceh city and Aceh Besar regency. From the analysis made by using both manual calculation and  GUI MATLAB program application test, the shortest route can be obtained with a minimum distance of 120.85 km in one travel. Based on the test result, the application for tourism (in Banda Aceh city and Aceh Besar regency shortest route searching built by utilizing the Ant Colony Optimization algorithm can find optimal route.  Keyword: tourism, the shortest route, Ant Colony Optimization

  20. A Multipath Routing Protocol Based on Clustering and Ant Colony Optimization for Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    Jing Yang

    2010-05-01

    Full Text Available For monitoring burst events in a kind of reactive wireless sensor networks (WSNs, a multipath routing protocol (MRP based on dynamic clustering and ant colony optimization (ACO is proposed.. Such an approach can maximize the network lifetime and reduce the energy consumption. An important attribute of WSNs is their limited power supply, and therefore some metrics (such as energy consumption of communication among nodes, residual energy, path length were considered as very important criteria while designing routing in the MRP. Firstly, a cluster head (CH is selected among nodes located in the event area according to some parameters, such as residual energy. Secondly, an improved ACO algorithm is applied in the search for multiple paths between the CH and sink node. Finally, the CH dynamically chooses a route to transmit data with a probability that depends on many path metrics, such as energy consumption. The simulation results show that MRP can prolong the network lifetime, as well as balance of energy consumption among nodes and reduce the average energy consumption effectively.

  1. Offensive Strategy in the 2D Soccer Simulation League Using Multi-Group Ant Colony Optimization

    Directory of Open Access Journals (Sweden)

    Shengbing Chen

    2016-02-01

    Full Text Available The 2D soccer simulation league is one of the best test beds for the research of artificial intelligence (AI. It has achieved great successes in the domain of multi-agent cooperation and machine learning. However, the problem of integral offensive strategy has not been solved because of the dynamic and unpredictable nature of the environment. In this paper, we present a novel offensive strategy based on multi-group ant colony optimization (MACO-OS. The strategy uses the pheromone evaporation mechanism to count the preference value of each attack action in different environments, and saves the values of success rate and preference in an attack information tree in the background. The decision module of the attacker then selects the best attack action according to the preference value. The MACO-OS approach has been successfully implemented in our 2D soccer simulation team in RoboCup competitions. The experimental results have indicated that the agents developed with this strategy, along with related techniques, delivered outstanding performances.

  2. Application of chaotic ant swarm optimization in electric load forecasting

    International Nuclear Information System (INIS)

    Hong, W.-C.

    2010-01-01

    Support vector regression (SVR) had revealed strong potential in accurate electric load forecasting, particularly by employing effective evolutionary algorithms to determine suitable values of its three parameters. Based on previous research results, however, these employed evolutionary algorithms themselves have several drawbacks, such as converging prematurely, reaching slowly the global optimal solution, and trapping into a local optimum. This investigation presents an SVR-based electric load forecasting model that applied a novel algorithm, namely chaotic ant swarm optimization (CAS), to improve the forecasting performance by searching its suitable parameters combination. The proposed CAS combines with the chaotic behavior of single ant and self-organization behavior of ant colony in the foraging process to overcome premature local optimum. The empirical results indicate that the SVR model with CAS (SVRCAS) results in better forecasting performance than the other alternative methods, namely SVRCPSO (SVR with chaotic PSO), SVRCGA (SVR with chaotic GA), regression model, and ANN model.

  3. Simulated Annealing-Based Ant Colony Algorithm for Tugboat Scheduling Optimization

    Directory of Open Access Journals (Sweden)

    Qi Xu

    2012-01-01

    Full Text Available As the “first service station” for ships in the whole port logistics system, the tugboat operation system is one of the most important systems in port logistics. This paper formulated the tugboat scheduling problem as a multiprocessor task scheduling problem (MTSP after analyzing the characteristics of tugboat operation. The model considers factors of multianchorage bases, different operation modes, and three stages of operations (berthing/shifting-berth/unberthing. The objective is to minimize the total operation times for all tugboats in a port. A hybrid simulated annealing-based ant colony algorithm is proposed to solve the addressed problem. By the numerical experiments without the shifting-berth operation, the effectiveness was verified, and the fact that more effective sailing may be possible if tugboats return to the anchorage base timely was pointed out; by the experiments with the shifting-berth operation, one can see that the objective is most sensitive to the proportion of the shifting-berth operation, influenced slightly by the tugboat deployment scheme, and not sensitive to the handling operation times.

  4. Ant colonies prefer infected over uninfected nest sites

    DEFF Research Database (Denmark)

    Pontieri, Luigi; Vojvodic, Svjetlana; Graham, Riley

    2014-01-01

    with sporulating mycelium of the entomopathogenic fungus Metarhizium brunneum (infected nests), nests containing nestmates killed by freezing (uninfected nests), and empty nests. In contrast to the expectation pharaoh ant colonies preferentially (84%) moved into the infected nest when presented with the choice...... the high risk of epidemics in group-living animals. Choosing nest sites free of pathogens is hypothesized to be highly efficient in invasive ants as each of their introduced populations is often an open network of nests exchanging individuals (unicolonial) with frequent relocation into new nest sites...... and low genetic diversity, likely making these species particularly vulnerable to parasites and diseases. We investigated the nest site preference of the invasive pharaoh ant, Monomorium pharaonis, through binary choice tests between three nest types: nests containing dead nestmates overgrown...

  5. Ant colony optimisation-direct cover: a hybrid ant colony direct cover technique for multi-level synthesis of multiple-valued logic functions

    Science.gov (United States)

    Abd-El-Barr, Mostafa

    2010-12-01

    The use of non-binary (multiple-valued) logic in the synthesis of digital systems can lead to savings in chip area. Advances in very large scale integration (VLSI) technology have enabled the successful implementation of multiple-valued logic (MVL) circuits. A number of heuristic algorithms for the synthesis of (near) minimal sum-of products (two-level) realisation of MVL functions have been reported in the literature. The direct cover (DC) technique is one such algorithm. The ant colony optimisation (ACO) algorithm is a meta-heuristic that uses constructive greediness to explore a large solution space in finding (near) optimal solutions. The ACO algorithm mimics the ant's behaviour in the real world in using the shortest path to reach food sources. We have previously introduced an ACO-based heuristic for the synthesis of two-level MVL functions. In this article, we introduce the ACO-DC hybrid technique for the synthesis of multi-level MVL functions. The basic idea is to use an ant to decompose a given MVL function into a number of levels and then synthesise each sub-function using a DC-based technique. The results obtained using the proposed approach are compared to those obtained using existing techniques reported in the literature. A benchmark set consisting of 50,000 randomly generated 2-variable 4-valued functions is used in the comparison. The results obtained using the proposed ACO-DC technique are shown to produce efficient realisation in terms of the average number of gates (as a measure of chip area) needed for the synthesis of a given MVL function.

  6. An integrated ant colony optimization approach to compare strategies of clearing market in electricity markets. Agent-based simulation

    International Nuclear Information System (INIS)

    Azadeh, A.; Maleki-Shoja, B.; Skandari, M.R.

    2010-01-01

    In this paper, an innovative model of agent based simulation, based on Ant Colony Optimization (ACO) algorithm is proposed in order to compare three available strategies of clearing wholesale electricity markets, i.e. uniform, pay-as-bid, and generalized Vickrey rules. The supply side actors of the power market are modeled as adaptive agents who learn how to bid strategically to optimize their profit through indirect interaction with other actors of the market. The proposed model is proper for bidding functions with high number of dimensions and enables modelers to avoid curse of dimensionality as dimension grows. Test systems are then used to study the behavior of each pricing rule under different degrees of competition and heterogeneity. Finally, the pricing rules are comprehensively compared using different economic criteria such as average cleared price, efficiency of allocation, and price volatility. Also, principle component analysis (PCA) is used to rank and select the best price rule. To the knowledge of the authors, this is the first study that uses ACO for assessing strategies of wholesale electricity market. (author)

  7. Parameter Selection for Ant Colony Algorithm Based on Bacterial Foraging Algorithm

    Directory of Open Access Journals (Sweden)

    Peng Li

    2016-01-01

    Full Text Available The optimal performance of the ant colony algorithm (ACA mainly depends on suitable parameters; therefore, parameter selection for ACA is important. We propose a parameter selection method for ACA based on the bacterial foraging algorithm (BFA, considering the effects of coupling between different parameters. Firstly, parameters for ACA are mapped into a multidimensional space, using a chemotactic operator to ensure that each parameter group approaches the optimal value, speeding up the convergence for each parameter set. Secondly, the operation speed for optimizing the entire parameter set is accelerated using a reproduction operator. Finally, the elimination-dispersal operator is used to strengthen the global optimization of the parameters, which avoids falling into a local optimal solution. In order to validate the effectiveness of this method, the results were compared with those using a genetic algorithm (GA and a particle swarm optimization (PSO, and simulations were conducted using different grid maps for robot path planning. The results indicated that parameter selection for ACA based on BFA was the superior method, able to determine the best parameter combination rapidly, accurately, and effectively.

  8. An Improved Ant Colony Algorithm for Solving the Path Planning Problem of the Omnidirectional Mobile Vehicle

    Directory of Open Access Journals (Sweden)

    Jiang Zhao

    2016-01-01

    Full Text Available This paper presents an improved ant colony algorithm for the path planning of the omnidirectional mobile vehicle. The purpose of the improved ant colony algorithm is to design an appropriate route to connect the starting point and ending point of the environment with obstacles. Ant colony algorithm, which is used to solve the path planning problem, is improved according to the characteristics of the omnidirectional mobile vehicle. And in the improved algorithm, the nonuniform distribution of the initial pheromone and the selection strategy with direction play a very positive role in the path search. The coverage and updating strategy of pheromone is introduced to avoid repeated search reducing the effect of the number of ants on the performance of the algorithm. In addition, the pheromone evaporation coefficient is segmented and adjusted, which can effectively balance the convergence speed and search ability. Finally, this paper provides a theoretical basis for the improved ant colony algorithm by strict mathematical derivation, and some numerical simulations are also given to illustrate the effectiveness of the theoretical results.

  9. Disease in the Society: Infectious Cadavers Result in Collapse of Ant Sub-Colonies

    Science.gov (United States)

    Loreto, Raquel G.; Hughes, David P.

    2016-01-01

    Despite the growing number of experimental studies on mechanisms of social immunity in ant societies, little is known about how social behavior relates to disease progression within the nests of ants. In fact, when empirically studying disease in ant societies, it is common to remove dead ants from experiments to confirm infection by the studied parasite. This unfortunately does not allow disease to progress within the nest as it may be assumed would happen under natural conditions. Therefore, the approach taken so far has resulted in a limited knowledge of diseases dynamics within the nest environment. Here we introduced a single infectious cadaver killed by the fungus Beauveria bassiana into small nests of the ant Camponotus castaneus. We then observed the natural progression of the disease by not removing the corpses of the ants that died following the first entry of the disease. Because some behaviors such as social isolation of sick individuals or the removal of cadavers by nestmates are considered social immune functions and thus adaptations at the colony level that reduce disease spread, we also experimentally confined some sub-colonies to one or two chamber nests to prevent the expression of such behaviors. Based on 51 small nests and survival studies in 1,003 ants we found that a single introduced infectious cadaver was able to transmit within the nest, and social immunity did not prevent the collapse of the small sub-colonies here tested. This was true whether ants did or did not have the option to remove the infectious cadaver. Therefore, we found no evidence that the typically studied social immunity behaviors can reduce disease spread in the conditions here tested. PMID:27529548

  10. A hybrid gene selection approach for microarray data classification using cellular learning automata and ant colony optimization.

    Science.gov (United States)

    Vafaee Sharbaf, Fatemeh; Mosafer, Sara; Moattar, Mohammad Hossein

    2016-06-01

    This paper proposes an approach for gene selection in microarray data. The proposed approach consists of a primary filter approach using Fisher criterion which reduces the initial genes and hence the search space and time complexity. Then, a wrapper approach which is based on cellular learning automata (CLA) optimized with ant colony method (ACO) is used to find the set of features which improve the classification accuracy. CLA is applied due to its capability to learn and model complicated relationships. The selected features from the last phase are evaluated using ROC curve and the most effective while smallest feature subset is determined. The classifiers which are evaluated in the proposed framework are K-nearest neighbor; support vector machine and naïve Bayes. The proposed approach is evaluated on 4 microarray datasets. The evaluations confirm that the proposed approach can find the smallest subset of genes while approaching the maximum accuracy. Copyright © 2016 Elsevier Inc. All rights reserved.

  11. Ant system for reliability optimization of a series system with multiple-choice and budget constraints

    International Nuclear Information System (INIS)

    Nahas, Nabil; Nourelfath, Mustapha

    2005-01-01

    Many researchers have shown that insect colonies behavior can be seen as a natural model of collective problem solving. The analogy between the way ants look for food and combinatorial optimization problems has given rise to a new computational paradigm, which is called ant system. This paper presents an application of ant system in a reliability optimization problem for a series system with multiple-choice constraints incorporated at each subsystem, to maximize the system reliability subject to the system budget. The problem is formulated as a nonlinear binary integer programming problem and characterized as an NP-hard problem. This problem is solved by developing and demonstrating a problem-specific ant system algorithm. In this algorithm, solutions of the reliability optimization problem are repeatedly constructed by considering the trace factor and the desirability factor. A local search is used to improve the quality of the solutions obtained by each ant. A penalty factor is introduced to deal with the budget constraint. Simulations have shown that the proposed ant system is efficient with respect to the quality of solutions and the computing time

  12. Application of Ant-Colony-Optimization algorithm for improved management of first flush effects in urban wastewater systems.

    Science.gov (United States)

    Verdaguer, M; Clara, N; Gutiérrez, O; Poch, M

    2014-07-01

    The first flush effect in combined sewer systems during storm events often causes overflows and overloads of the sewage treatment, which reduces the efficiency of the sewage treatment and decreases the quality of the receiving waters due to the pollutants that are contributed. The use of retention tanks constitutes a widely used way to mitigate this effect. However, the management of the pollutant loads encounters difficulties when the retention tanks are emptied. A new approach is proposed to solve this problem by fulfilling the treatment requirements in real time, focussing on the characteristics of the wastewater. The method is based on the execution of an Ant Colony Optimisation algorithm to obtain a satisfactory sequence for the discharge of the retention tanks. The discharge sequence considers the volume of stormwater and its concentration of pollutants including Suspended Solids, Biological Oxygen Demand and Chemical Oxygen Demand, Total Nitrogen and Total Phosphorus. The Ant Colony Optimisation algorithm was applied successfully to a case study with overall reduction of pollutant loads stored in retention tanks. The algorithm can be adapted in a simple way to the different scenarios, infrastructures and controllers of sewer systems. Copyright © 2014 Elsevier B.V. All rights reserved.

  13. A sequential fuzzy diagnosis method for rotating machinery using ant colony optimization and possibility theory

    Energy Technology Data Exchange (ETDEWEB)

    Sun, Hao; Ping, Xueliang; Cao, Yi; Lie, Ke [Jiangnan University, Wuxi (China); Chen, Peng [Mie University, Mie (Japan); Wang, Huaqing [Beijing University, Beijing (China)

    2014-04-15

    This study proposes a novel intelligent fault diagnosis method for rotating machinery using ant colony optimization (ACO) and possibility theory. The non-dimensional symptom parameters (NSPs) in the frequency domain are defined to reflect the features of the vibration signals measured in each state. A sensitive evaluation method for selecting good symptom parameters using principal component analysis (PCA) is proposed for detecting and distinguishing faults in rotating machinery. By using ACO clustering algorithm, the synthesizing symptom parameters (SSP) for condition diagnosis are obtained. A fuzzy diagnosis method using sequential inference and possibility theory is also proposed, by which the conditions of the machinery can be identified sequentially. Lastly, the proposed method is compared with a conventional neural networks (NN) method. Practical examples of diagnosis for a V-belt driving equipment used in a centrifugal fan are provided to verify the effectiveness of the proposed method. The results verify that the faults that often occur in V-belt driving equipment, such as a pulley defect state, a belt defect state and a belt looseness state, are effectively identified by the proposed method, while these faults are difficult to detect using conventional NN.

  14. Hybrid ANFIS with ant colony optimization algorithm for prediction of shear wave velocity from a carbonate reservoir in Iran

    Directory of Open Access Journals (Sweden)

    Hadi Fattahi

    2016-12-01

    Full Text Available Shear wave velocity (Vs data are key information for petrophysical, geophysical and geomechanical studies. Although compressional wave velocity (Vp measurements exist in almost all wells, shear wave velocity is not recorded for most of elderly wells due to lack of technologic tools. Furthermore, measurement of shear wave velocity is to some extent costly. This study proposes a novel methodology to remove aforementioned problems by use of hybrid adaptive neuro fuzzy inference system (ANFIS with ant colony optimization algorithm (ACO based on fuzzy c–means clustering (FCM and subtractive clustering (SCM. The ACO is combined with two ANFIS models for determining the optimal value of its user–defined parameters. The optimization implementation by the ACO significantly improves the generalization ability of the ANFIS models. These models are used in this study to formulate conventional well log data into Vs in a quick, cheap, and accurate manner. A total of 3030 data points was used for model construction and 833 data points were employed for assessment of ANFIS models. Finally, a comparison among ANFIS models, and six well–known empirical correlations demonstrated ANFIS models outperformed other methods. This strategy was successfully applied in the Marun reservoir, Iran.

  15. Colony structure in a plant-ant: behavioural, chemical and genetic study of polydomy in Cataulacus mckeyi (Myrmicinae).

    Science.gov (United States)

    Debout, Gabriel; Provost, Erick; Renucci, Marielle; Tirard, Alain; Schatz, Bertrand; McKey, Doyle

    2003-10-01

    Social organisation of colonies of obligate plant-ants can affect their interaction with myrmecophyte hosts and with other ants competing for the resources they offer. An important parameter of social organisation is whether nest sites of a colony include one or several host individuals. We determined colony boundaries in a plant-ant associated with the rainforest understorey tree Leonardoxa africana subsp. africana, found in coastal forests of Cameroon (Central Africa). This myrmecophyte is strictly associated with two ants, Petalomyrmex phylax and Cataulacus mckeyi. Plants provide food and nesting sites for P. phylax, which protects young leaves against insect herbivores. This mutualism is often parasitised by C. mckeyi, which uses but does not protect the host. The presence of C. mckeyi on a tree excludes the mutualistic ant. Because Petalomyrmex-occupied trees are better protected, their growth and survival are superior to those of Cataulacus-occupied trees, giving P. phylax an advantage in occupation of nest sites. C. mckeyi often colonises trees that have lost their initial associate P. phylax, as a result of injury to the tree caused by disturbance. Polydomy may allow C. mckeyi to occupy small clumps of trees, without the necessity of claustral colony foundation in each tree. Investigating both the proximate (behavioural repertoire, colony odour) and the ultimate factors (genetic structure) that may influence colony closure, we precisely defined colony boundaries. We show that colonies of C. mckeyi are monogynous and facultatively polydomous, i.e. a colony occupies one to several Leonardoxa trees. Workers do not produce males. Thus, the hypothesis that polydomy allows workers in queenless nests to evade queen control for their reproduction is not supported in this instance. This particular colony structure may confer on C. mckeyi an advantage in short-distance dispersal, and this could help explain its persistence within the dynamic Leonardoxa system.

  16. Aplicación del Método de la Colonia de Hormigas Mixto a la optimización de intercambiadores de calor de tubo y coraza//Application of the Mixed Ant Colony Method to the optimization of tube and shell heat exchangers

    Directory of Open Access Journals (Sweden)

    Maida Bárbara Reyes‐Rodríguez

    2014-05-01

    Full Text Available Los procesos de transferencia de calor sonuno de los problemas más importantes a resolver en el campo de la Ingeniería. Entre los equipos más usados en la industria para realizar la transferencia de calor están los intercambiadores de calor de tubo y coraza. En el presente trabajo se desarrolla el procedimiento para la optimización del diseño de estos equipos utilizando el método de Kern y aplicando el algoritmo de la colonia de hormigas. Se aplica el mismo a tres ejemplos concretos y los resultados obtenidos se comparan con los obtenidos aplicando otros métodos de la inteligencia artificial. Se optimizan los principales parámetros geométricos de los intercambiadores de calor de tubo y coraza para lograr un menor costo de los mismos. Se demuestra la eficacia del nuevo procedimiento MACO (Mixed Ant Colony Optimization, en el proceso de optimización desde el punto de vista económico utilizando diferentes casos de estudios.Palabras claves: intercambiadores de calor, colonia de hormigas, método de Kern.______________________________________________________________________________AbstractHeat transfer processes are one of the most important problems to be solved in the field of Engineering. Among the most widely used equipment for heat transfer in the industry are the shell and tube heat exchangers. This paper develops the procedure for optimizing the design of shell and tube heat exchangers using the method of Kern and applying the ant colony algorithm. The procedure has been applied to three specific examples and the results obtained are compared with those obtained by applying other methods of artificial intelligence. The main geometric parameters of shell and tube heat exchangers are optimized, to achieve a lower cost of the exchanger. The efficacy of the new procedure MACO (Mixed Ant Colony Optimization for the optimization process from economically point of view was demonstrated, using different case studies.Key words: heat

  17. antaRNA: ant colony-based RNA sequence design.

    Science.gov (United States)

    Kleinkauf, Robert; Mann, Martin; Backofen, Rolf

    2015-10-01

    RNA sequence design is studied at least as long as the classical folding problem. Although for the latter the functional fold of an RNA molecule is to be found ,: inverse folding tries to identify RNA sequences that fold into a function-specific target structure. In combination with RNA-based biotechnology and synthetic biology ,: reliable RNA sequence design becomes a crucial step to generate novel biochemical components. In this article ,: the computational tool antaRNA is presented. It is capable of compiling RNA sequences for a given structure that comply in addition with an adjustable full range objective GC-content distribution ,: specific sequence constraints and additional fuzzy structure constraints. antaRNA applies ant colony optimization meta-heuristics and its superior performance is shown on a biological datasets. http://www.bioinf.uni-freiburg.de/Software/antaRNA CONTACT: backofen@informatik.uni-freiburg.de Supplementary data are available at Bioinformatics online. © The Author 2015. Published by Oxford University Press.

  18. Application of ant colony optimisation in distribution transformer sizing

    African Journals Online (AJOL)

    This study proposes an optimisation method for transformer sizing in power system using ant colony optimisation and a verification of the process by MATLAB software. The aim is to address the issue of transformer sizing which is a major challenge affecting its effective performance, longevity, huge capital cost and power ...

  19. External immunity in ant societies: sociality and colony size do not predict investment in antimicrobials

    Science.gov (United States)

    Halawani, Omar; Pearson, Bria; Mathews, Stephanie; López-Uribe, Margarita M.; Dunn, Robert R.; Smith, Adrian A.

    2018-01-01

    Social insects live in dense groups with a high probability of disease transmission and have therefore faced strong pressures to develop defences against pathogens. For this reason, social insects have been hypothesized to invest in antimicrobial secretions as a mechanism of external immunity to prevent the spread of disease. However, empirical studies linking the evolution of sociality with increased investment in antimicrobials have been relatively few. Here we quantify the strength of antimicrobial secretions among 20 ant species that cover a broad spectrum of ant diversity and colony sizes. We extracted external compounds from ant workers to test whether they inhibited the growth of the bacterium Staphylococcus epidermidis. Because all ant species are highly social, we predicted that all species would exhibit some antimicrobial activity and that species that form the largest colonies would exhibit the strongest antimicrobial response. Our comparative approach revealed that strong surface antimicrobials are common to particular ant clades, but 40% of species exhibited no antimicrobial activity at all. We also found no correlation between antimicrobial activity and colony size. Rather than relying on antimicrobial secretions as external immunity to control pathogen spread, many ant species have probably developed alternative strategies to defend against disease pressure. PMID:29515850

  20. The modification of hybrid method of ant colony optimization, particle swarm optimization and 3-OPT algorithm in traveling salesman problem

    Science.gov (United States)

    Hertono, G. F.; Ubadah; Handari, B. D.

    2018-03-01

    The traveling salesman problem (TSP) is a famous problem in finding the shortest tour to visit every vertex exactly once, except the first vertex, given a set of vertices. This paper discusses three modification methods to solve TSP by combining Ant Colony Optimization (ACO), Particle Swarm Optimization (PSO) and 3-Opt Algorithm. The ACO is used to find the solution of TSP, in which the PSO is implemented to find the best value of parameters α and β that are used in ACO.In order to reduce the total of tour length from the feasible solution obtained by ACO, then the 3-Opt will be used. In the first modification, the 3-Opt is used to reduce the total tour length from the feasible solutions obtained at each iteration, meanwhile, as the second modification, 3-Opt is used to reduce the total tour length from the entire solution obtained at every iteration. In the third modification, 3-Opt is used to reduce the total tour length from different solutions obtained at each iteration. Results are tested using 6 benchmark problems taken from TSPLIB by calculating the relative error to the best known solution as well as the running time. Among those modifications, only the second and third modification give satisfactory results except the second one needs more execution time compare to the third modifications.

  1. Warring arthropod societies: Social spider colonies can delay annihilation by predatory ants via reduced apparency and increased group size.

    Science.gov (United States)

    Keiser, Carl N; Wright, Colin M; Pruitt, Jonathan N

    2015-10-01

    Sociality provides individuals with benefits via collective foraging and anti-predator defense. One of the costs of living in large groups, however, is increased apparency to natural enemies. Here, we test how the individual-level and collective traits of spider societies can increase the risk of discovery and death by predatory ants. We transplanted colonies of the social spider Stegodyphus dumicola into a habitat dense with one of their top predators, the pugnacious ant Anoplolepis custodiens. With three different experiments, we test how colony-wide survivorship in a predator-dense habitat can be altered by colony apparency (i.e., the presence of a capture web), group size, and group composition (i.e., the proportion of bold and shy personality types present). We also test how spiders' social context (i.e., living solitarily vs. among conspecifics) modifies their behaviour toward ants in their capture web. Colonies with capture webs intact were discovered by predatory ants on average 25% faster than colonies with the capture web removed, and all discovered colonies eventually collapsed and succumbed to predation. However, the lag time from discovery by ants to colony collapse was greater for colonies containing more individuals. The composition of individual personality types in the group had no influence on survivorship. Spiders in a social group were more likely to approach ants caught in their web than were isolated spiders. Isolated spiders were more likely to attack a safe prey item (a moth) than they were to attack ants and were more likely to retreat from ants after contact than they were after contact with moths. Together, our data suggest that the physical structures produced by large animal societies can increase their apparency to natural enemies, though larger groups can facilitate a longer lag time between discovery and demise. Lastly, the interaction between spiders and predatory ants seems to depend on the social context in which spiders reside

  2. Improving the Interpretability of Classification Rules Discovered by an Ant Colony Algorithm: Extended Results.

    Science.gov (United States)

    Otero, Fernando E B; Freitas, Alex A

    2016-01-01

    Most ant colony optimization (ACO) algorithms for inducing classification rules use a ACO-based procedure to create a rule in a one-at-a-time fashion. An improved search strategy has been proposed in the cAnt-Miner[Formula: see text] algorithm, where an ACO-based procedure is used to create a complete list of rules (ordered rules), i.e., the ACO search is guided by the quality of a list of rules instead of an individual rule. In this paper we propose an extension of the cAnt-Miner[Formula: see text] algorithm to discover a set of rules (unordered rules). The main motivations for this work are to improve the interpretation of individual rules by discovering a set of rules and to evaluate the impact on the predictive accuracy of the algorithm. We also propose a new measure to evaluate the interpretability of the discovered rules to mitigate the fact that the commonly used model size measure ignores how the rules are used to make a class prediction. Comparisons with state-of-the-art rule induction algorithms, support vector machines, and the cAnt-Miner[Formula: see text] producing ordered rules are also presented.

  3. Optimization of fuel reloads for a BWR using the ant colony system; Optimizacion de recargas de combustible para un BWR usando el sistema de colonia de hormigas

    Energy Technology Data Exchange (ETDEWEB)

    Esquivel E, J. [Universidad Autonoma del Estado de Mexico, Facultad de Ingenieria, Cerro de Coatepec s/n, Ciudad Universitaria, 50110 Toluca, Estado de Mexico (Mexico); Ortiz S, J. J. [ININ, Carretera Mexico-Toluca s/n, 52750 Ocoyoacac, Estado de Mexico (Mexico)], e-mail: jaime.es.jaime@gmail.com

    2009-10-15

    In this work some results obtained during the development of optimization systems are presented, which are employees for the fuel reload design in a BWR. The systems use the ant colony optimization technique. As first instance, a system is developed that was adapted at travel salesman problem applied for the 32 state capitals of Mexican Republic. The purpose of this implementation is that a similarity exists with the design of fuel reload, since the two problems are of combinatorial optimization with decision variables that have similarity between both. The system was coupled to simulator SIMULATE-3, obtaining good results when being applied to an operation cycle in equilibrium for reactors of nuclear power plant of Laguna Verde. (Author)

  4. Destructive disinfection of infected brood prevents systemic disease spread in ant colonies.

    Science.gov (United States)

    Pull, Christopher D; Ugelvig, Line V; Wiesenhofer, Florian; Grasse, Anna V; Tragust, Simon; Schmitt, Thomas; Brown, Mark Jf; Cremer, Sylvia

    2018-01-09

    In social groups, infections have the potential to spread rapidly and cause disease outbreaks. Here, we show that in a social insect, the ant Lasius neglectus , the negative consequences of fungal infections ( Metarhizium brunneum ) can be mitigated by employing an efficient multicomponent behaviour, termed destructive disinfection, which prevents further spread of the disease through the colony. Ants specifically target infected pupae during the pathogen's non-contagious incubation period, utilising chemical 'sickness cues' emitted by pupae. They then remove the pupal cocoon, perforate its cuticle and administer antimicrobial poison, which enters the body and prevents pathogen replication from the inside out. Like the immune system of a metazoan body that specifically targets and eliminates infected cells, ants destroy infected brood to stop the pathogen completing its lifecycle, thus protecting the rest of the colony. Hence, in an analogous fashion, the same principles of disease defence apply at different levels of biological organisation.

  5. Optimization of Straight Cylindrical Turning Using Artificial Bee Colony (ABC) Algorithm

    Science.gov (United States)

    Prasanth, Rajanampalli Seshasai Srinivasa; Hans Raj, Kandikonda

    2017-04-01

    Artificial bee colony (ABC) algorithm, that mimics the intelligent foraging behavior of honey bees, is increasingly gaining acceptance in the field of process optimization, as it is capable of handling nonlinearity, complexity and uncertainty. Straight cylindrical turning is a complex and nonlinear machining process which involves the selection of appropriate cutting parameters that affect the quality of the workpiece. This paper presents the estimation of optimal cutting parameters of the straight cylindrical turning process using the ABC algorithm. The ABC algorithm is first tested on four benchmark problems of numerical optimization and its performance is compared with genetic algorithm (GA) and ant colony optimization (ACO) algorithm. Results indicate that, the rate of convergence of ABC algorithm is better than GA and ACO. Then, the ABC algorithm is used to predict optimal cutting parameters such as cutting speed, feed rate, depth of cut and tool nose radius to achieve good surface finish. Results indicate that, the ABC algorithm estimated a comparable surface finish when compared with real coded genetic algorithm and differential evolution algorithm.

  6. Extreme queen-mating frequency and colony fission in African army ants

    DEFF Research Database (Denmark)

    Kronauer, Daniel J C; Schoning, Caspar; Pedersen, Jes S

    2004-01-01

    , which have so far been regarded as odd exceptions within the social Hymenoptera. Army ants and honeybees are fundamentally different in morphology and life history, but are the only social insects known that combine obligate multiple mating with reproduction by colony fission and extremely male......-biased sex ratios. This implies that the very high numbers of matings in both groups may be due partly to the relatively low costs of additional matings. Second, we were able to trace recent events of colony fission in four of the investigated colonies, where the genotypes of the two queens were only...

  7. Nest Relocation and Colony Founding in the Australian Desert Ant, Melophorus bagoti Lubbock (Hymenoptera: Formicidae

    Directory of Open Access Journals (Sweden)

    Patrick Schultheiss

    2010-01-01

    Full Text Available Even after years of research on navigation in the Red Honey Ant, Melophorus bagoti, much of its life history remains elusive. Here, we present observations on nest relocation and the reproductive and founding stages of colonies. Nest relocation is possibly aided by trail laying behaviour, which is highly unusual for solitary foraging desert ants. Reproduction occurs in synchronised mating flights, which are probably triggered by rain. Queens may engage in multiple matings, and there is circumstantial evidence that males are chemically attracted to queens. After the mating flight, the queens found new colonies independently and singly. Excavation of these founding colonies reveals first insights into their structure.

  8. Arboreal ant colonies as 'hot-points' of cryptic diversity for myrmecophiles: the weaver ant Camponotus sp. aff. textor and its interaction network with its associates.

    Science.gov (United States)

    Pérez-Lachaud, Gabriela; Lachaud, Jean-Paul

    2014-01-01

    Systematic surveys of macrofaunal diversity within ant colonies are lacking, particularly for ants nesting in microhabitats that are difficult to sample. Species associated with ants are generally small and rarely collected organisms, which makes them more likely to be unnoticed. We assumed that this tendency is greater for arthropod communities in microhabitats with low accessibility, such as those found in the nests of arboreal ants that may constitute a source of cryptic biodiversity. We investigated the invertebrate diversity associated with an undescribed, but already threatened, Neotropical Camponotus weaver ant. As most of the common sampling methods used in studies of ant diversity are not suited for evaluating myrmecophile diversity within ant nests, we evaluated the macrofauna within ant nests through exhaustive colony sampling of three nests and examination of more than 80,000 individuals. We identified invertebrates from three classes belonging to 18 taxa, some of which were new to science, and recorded the first instance of the co-occurrence of two brood parasitoid wasp families attacking the same ant host colony. This diversity of ant associates corresponded to a highly complex interaction network. Agonistic interactions prevailed, but the prevalence of myrmecophiles was remarkably low. Our data support the hypothesis of the evolution of low virulence in a variety of symbionts associated with large insect societies. Because most myrmecophiles found in this work are rare, strictly specific, and exhibit highly specialized biology, the risk of extinction for these hitherto unknown invertebrates and their natural enemies is high. The cryptic, far unappreciated diversity within arboreal ant nests in areas at high risk of habitat loss qualifies these nests as 'hot-points' of biodiversity that urgently require special attention as a component of conservation and management programs.

  9. Arboreal ant colonies as 'hot-points' of cryptic diversity for myrmecophiles: the weaver ant Camponotus sp. aff. textor and its interaction network with its associates.

    Directory of Open Access Journals (Sweden)

    Gabriela Pérez-Lachaud

    Full Text Available INTRODUCTION: Systematic surveys of macrofaunal diversity within ant colonies are lacking, particularly for ants nesting in microhabitats that are difficult to sample. Species associated with ants are generally small and rarely collected organisms, which makes them more likely to be unnoticed. We assumed that this tendency is greater for arthropod communities in microhabitats with low accessibility, such as those found in the nests of arboreal ants that may constitute a source of cryptic biodiversity. MATERIALS AND METHODS: We investigated the invertebrate diversity associated with an undescribed, but already threatened, Neotropical Camponotus weaver ant. As most of the common sampling methods used in studies of ant diversity are not suited for evaluating myrmecophile diversity within ant nests, we evaluated the macrofauna within ant nests through exhaustive colony sampling of three nests and examination of more than 80,000 individuals. RESULTS: We identified invertebrates from three classes belonging to 18 taxa, some of which were new to science, and recorded the first instance of the co-occurrence of two brood parasitoid wasp families attacking the same ant host colony. This diversity of ant associates corresponded to a highly complex interaction network. Agonistic interactions prevailed, but the prevalence of myrmecophiles was remarkably low. CONCLUSIONS: Our data support the hypothesis of the evolution of low virulence in a variety of symbionts associated with large insect societies. Because most myrmecophiles found in this work are rare, strictly specific, and exhibit highly specialized biology, the risk of extinction for these hitherto unknown invertebrates and their natural enemies is high. The cryptic, far unappreciated diversity within arboreal ant nests in areas at high risk of habitat loss qualifies these nests as 'hot-points' of biodiversity that urgently require special attention as a component of conservation and management

  10. Dual ant colony operational modal analysis parameter estimation method

    Science.gov (United States)

    Sitarz, Piotr; Powałka, Bartosz

    2018-01-01

    Operational Modal Analysis (OMA) is a common technique used to examine the dynamic properties of a system. Contrary to experimental modal analysis, the input signal is generated in object ambient environment. Operational modal analysis mainly aims at determining the number of pole pairs and at estimating modal parameters. Many methods are used for parameter identification. Some methods operate in time while others in frequency domain. The former use correlation functions, the latter - spectral density functions. However, while some methods require the user to select poles from a stabilisation diagram, others try to automate the selection process. Dual ant colony operational modal analysis parameter estimation method (DAC-OMA) presents a new approach to the problem, avoiding issues involved in the stabilisation diagram. The presented algorithm is fully automated. It uses deterministic methods to define the interval of estimated parameters, thus reducing the problem to optimisation task which is conducted with dedicated software based on ant colony optimisation algorithm. The combination of deterministic methods restricting parameter intervals and artificial intelligence yields very good results, also for closely spaced modes and significantly varied mode shapes within one measurement point.

  11. Plant-derived differences in the composition of aphid honeydew and their effects on colonies of aphid-tending ants

    Science.gov (United States)

    Pringle, Elizabeth G; Novo, Alexandria; Ableson, Ian; Barbehenn, Raymond V; Vannette, Rachel L

    2014-01-01

    In plant–ant–hemipteran interactions, ants visit plants to consume the honeydew produced by phloem-feeding hemipterans. If genetically based differences in plant phloem chemistry change the chemical composition of hemipteran honeydew, then the plant's genetic constitution could have indirect effects on ants via the hemipterans. If such effects change ant behavior, they could feed back to affect the plant itself. We compared the chemical composition of honeydews produced by Aphis nerii aphid clones on two milkweed congeners, Asclepias curassavica and Asclepias incarnata, and we measured the responses of experimental Linepithema humile ant colonies to these honeydews. The compositions of secondary metabolites, sugars, and amino acids differed significantly in the honeydews from the two plant species. Ant colonies feeding on honeydew derived from A. incarnata recruited in higher numbers to artificial diet, maintained higher queen and worker dry weight, and sustained marginally more workers than ants feeding on honeydew derived from A. curassavica. Ants feeding on honeydew from A. incarnata were also more exploratory in behavioral assays than ants feeding from A. curassavica. Despite performing better when feeding on the A. incarnata honeydew, ant workers marginally preferred honeydew from A. curassavica to honeydew from A. incarnata when given a choice. Our results demonstrate that plant congeners can exert strong indirect effects on ant colonies by means of plant-species-specific differences in aphid honeydew chemistry. Moreover, these effects changed ant behavior and thus could feed back to affect plant performance in the field. PMID:25505534

  12. Application of Chitosan-Zinc Oxide Nanoparticles for Lead Extraction From Water Samples by Combining Ant Colony Optimization with Artificial Neural Network

    Science.gov (United States)

    Khajeh, M.; Pourkarami, A.; Arefnejad, E.; Bohlooli, M.; Khatibi, A.; Ghaffari-Moghaddam, M.; Zareian-Jahromi, S.

    2017-09-01

    Chitosan-zinc oxide nanoparticles (CZPs) were developed for solid-phase extraction. Combined artificial neural network-ant colony optimization (ANN-ACO) was used for the simultaneous preconcentration and determination of lead (Pb2+) ions in water samples prior to graphite furnace atomic absorption spectrometry (GF AAS). The solution pH, mass of adsorbent CZPs, amount of 1-(2-pyridylazo)-2-naphthol (PAN), which was used as a complexing agent, eluent volume, eluent concentration, and flow rates of sample and eluent were used as input parameters of the ANN model, and the percentage of extracted Pb2+ ions was used as the output variable of the model. A multilayer perception network with a back-propagation learning algorithm was used to fit the experimental data. The optimum conditions were obtained based on the ACO. Under the optimized conditions, the limit of detection for Pb2+ ions was found to be 0.078 μg/L. This procedure was also successfully used to determine the amounts of Pb2+ ions in various natural water samples.

  13. A Rule-Based Model for Bankruptcy Prediction Based on an Improved Genetic Ant Colony Algorithm

    Directory of Open Access Journals (Sweden)

    Yudong Zhang

    2013-01-01

    Full Text Available In this paper, we proposed a hybrid system to predict corporate bankruptcy. The whole procedure consists of the following four stages: first, sequential forward selection was used to extract the most important features; second, a rule-based model was chosen to fit the given dataset since it can present physical meaning; third, a genetic ant colony algorithm (GACA was introduced; the fitness scaling strategy and the chaotic operator were incorporated with GACA, forming a new algorithm—fitness-scaling chaotic GACA (FSCGACA, which was used to seek the optimal parameters of the rule-based model; and finally, the stratified K-fold cross-validation technique was used to enhance the generalization of the model. Simulation experiments of 1000 corporations’ data collected from 2006 to 2009 demonstrated that the proposed model was effective. It selected the 5 most important factors as “net income to stock broker’s equality,” “quick ratio,” “retained earnings to total assets,” “stockholders’ equity to total assets,” and “financial expenses to sales.” The total misclassification error of the proposed FSCGACA was only 7.9%, exceeding the results of genetic algorithm (GA, ant colony algorithm (ACA, and GACA. The average computation time of the model is 2.02 s.

  14. Arboreal Ant Colonies as ‘Hot-Points’ of Cryptic Diversity for Myrmecophiles: The Weaver Ant Camponotus sp. aff. textor and Its Interaction Network with Its Associates

    Science.gov (United States)

    Pérez-Lachaud, Gabriela; Lachaud, Jean-Paul

    2014-01-01

    Introduction Systematic surveys of macrofaunal diversity within ant colonies are lacking, particularly for ants nesting in microhabitats that are difficult to sample. Species associated with ants are generally small and rarely collected organisms, which makes them more likely to be unnoticed. We assumed that this tendency is greater for arthropod communities in microhabitats with low accessibility, such as those found in the nests of arboreal ants that may constitute a source of cryptic biodiversity. Materials and Methods We investigated the invertebrate diversity associated with an undescribed, but already threatened, Neotropical Camponotus weaver ant. As most of the common sampling methods used in studies of ant diversity are not suited for evaluating myrmecophile diversity within ant nests, we evaluated the macrofauna within ant nests through exhaustive colony sampling of three nests and examination of more than 80,000 individuals. Results We identified invertebrates from three classes belonging to 18 taxa, some of which were new to science, and recorded the first instance of the co-occurrence of two brood parasitoid wasp families attacking the same ant host colony. This diversity of ant associates corresponded to a highly complex interaction network. Agonistic interactions prevailed, but the prevalence of myrmecophiles was remarkably low. Conclusions Our data support the hypothesis of the evolution of low virulence in a variety of symbionts associated with large insect societies. Because most myrmecophiles found in this work are rare, strictly specific, and exhibit highly specialized biology, the risk of extinction for these hitherto unknown invertebrates and their natural enemies is high. The cryptic, far unappreciated diversity within arboreal ant nests in areas at high risk of habitat loss qualifies these nests as ‘hot-points’ of biodiversity that urgently require special attention as a component of conservation and management programs. PMID:24941047

  15. Ant colony optimization algorithm for interpretable Bayesian classifiers combination: application to medical predictions.

    Directory of Open Access Journals (Sweden)

    Salah Bouktif

    Full Text Available Prediction and classification techniques have been well studied by machine learning researchers and developed for several real-word problems. However, the level of acceptance and success of prediction models are still below expectation due to some difficulties such as the low performance of prediction models when they are applied in different environments. Such a problem has been addressed by many researchers, mainly from the machine learning community. A second problem, principally raised by model users in different communities, such as managers, economists, engineers, biologists, and medical practitioners, etc., is the prediction models' interpretability. The latter is the ability of a model to explain its predictions and exhibit the causality relationships between the inputs and the outputs. In the case of classification, a successful way to alleviate the low performance is to use ensemble classiers. It is an intuitive strategy to activate collaboration between different classifiers towards a better performance than individual classier. Unfortunately, ensemble classifiers method do not take into account the interpretability of the final classification outcome. It even worsens the original interpretability of the individual classifiers. In this paper we propose a novel implementation of classifiers combination approach that does not only promote the overall performance but also preserves the interpretability of the resulting model. We propose a solution based on Ant Colony Optimization and tailored for the case of Bayesian classifiers. We validate our proposed solution with case studies from medical domain namely, heart disease and Cardiotography-based predictions, problems where interpretability is critical to make appropriate clinical decisions.The datasets, Prediction Models and software tool together with supplementary materials are available at http://faculty.uaeu.ac.ae/salahb/ACO4BC.htm.

  16. Optimization on Paddy Crops in Central Java (with Solver, SVD on Least Square and ACO (Ant Colony Algorithm))

    Science.gov (United States)

    Parhusip, H. A.; Trihandaru, S.; Susanto, B.; Prasetyo, S. Y. J.; Agus, Y. H.; Simanjuntak, B. H.

    2017-03-01

    Several algorithms and objective functions on paddy crops have been studied to get optimal paddy crops in Central Java based on the data given from Surakarta and Boyolali. The algorithms are linear solver, least square and Ant Colony Algorithms (ACO) to develop optimization procedures on paddy crops modelled with Modified GSTAR (Generalized Space-Time Autoregressive) and nonlinear models where the nonlinear models are quadratic and power functions. The studied data contain paddy crops from Surakarta and Boyolali determining the best period of planting in the year 1992-2012 for Surakarta where 3 periods for planting are known and the optimal amount of paddy crops in Boyolali in the year 2008-2013. Having these analyses may guide the local agriculture government to give a decision on rice sustainability in its region. The best period for planting in Surakarta is observed, i.e. the best period is in September-December based on the data 1992-2012 by considering the planting area, the cropping area, and the paddy crops are the most important factors to be taken into account. As a result, we can refer the paddy crops in this best period (about 60.4 thousand tons per year) as the optimal results in 1992-2012 where the used objective function is quadratic. According to the research, the optimal paddy crops in Boyolali about 280 thousand tons per year where the studied factors are the amount of rainfalls, the harvested area and the paddy crops in 2008-2013. In this case, linear and power functions are studied to be the objective functions. Compared to all studied algorithms, the linear solver is still recommended to be an optimization tool for a local agriculture government to predict paddy crops in future.

  17. Colony growth of two species of Solenopsis fire ants(Hymenoptera: Formicidae) reared with crickets and beef liver

    Science.gov (United States)

    Most diets for rearing fire ants and other ants contain insects such as crickets or mealworms. Unfortunately, insect diets are expensive, especially for large rearing operations, and are not always easily available. This study was designed to examine colony growth of Solenopsis fire ants on beef liv...

  18. Ant colony optimisation for scheduling of flexible job shop with multi-resources requirements

    Directory of Open Access Journals (Sweden)

    Kalinowski Krzysztof

    2017-01-01

    Full Text Available The paper presents application of ant colony optimisation algorithm for scheduling multi-resources operations in flexible job shop type of production systems. Operations that require the participation of two or more resources are common in industrial practice, when planning are subject not only machines, but also other additional resources (personnel, tools, etc.. Resource requirements of operation are indicated indirectly by resource groups. The most important parameters of the resource model and resource groups are also described. A basic assumptions for ant colony algorithm used for scheduling in the considered model with multiresources requirements of operations is discussed. The main result of the research is the schema of metaheuristic that enables searching best-score solutions in manufacturing systems satisfying presented constraints.

  19. Influence of toxic bait type and starvation on worker and queen mortality in laboratory colonies of Argentine ant (Hymenoptera: Formicidae).

    Science.gov (United States)

    Mathieson, Melissa; Toft, Richard; Lester, Philip J

    2012-08-01

    The efficacy of toxic baits should be judged by their ability to kill entire ant colonies, including the colony queen or queens. We studied the efficacy of four toxic baits to the Argentine ant, Linepithema humile (Mayr) (Hymenoptera: Formicidae). These baits were Xstinguish that has the toxicant fipronil, Exterm-an-Ant that contains both boric acid and sodium borate, and Advion ant gel and Advion ant bait arena that both have indoxacarb. Experimental nests contained 300 workers and 10 queen ants that were starved for either 24 or 48 h before toxic bait exposure. The efficacy of the toxic baits was strongly influenced by starvation. In no treatment with 24-h starvation did we observe 100% worker death. After 24-h starvation three of the baits did not result in any queen deaths, with only Exterm-an-Ant producing an average of 25% mortality. In contrast, 100% queen and worker mortality was observed in colonies starved for 48 h and given Xstinguish or Exterm-an-Ant. The baits Advion ant gel and Advion ant bait arena were not effective against Argentine ants in these trials, resulting in ants are likely to be starved. Our results suggest queen mortality must be assessed in tests for toxic bait efficacy. Our data indicate that of these four baits, Xstinguish and Exterm-an-Ant are the best options for control of Argentine ants in New Zealand.

  20. Analysis of Ant Colony Optimization and Population-Based Evolutionary Algorithms on Dynamic Problems

    DEFF Research Database (Denmark)

    Lissovoi, Andrei

    the dynamic optimum for finite alphabets up to size μ, while MMAS is able to do so for any finite alphabet size. Parallel Evolutionary Algorithms on Maze. We prove that while a (1 + λ) EA is unable to track the optimum of the dynamic fitness function Maze for offspring population size up to λ = O(n1-ε......This thesis presents new running time analyses of nature-inspired algorithms on various dynamic problems. It aims to identify and analyse the features of algorithms and problem classes which allow efficient optimization to occur in the presence of dynamic behaviour. We consider the following...... settings: λ-MMAS on Dynamic Shortest Path Problems. We investigate how in-creasing the number of ants simulated per iteration may help an ACO algorithm to track optimum in a dynamic problem. It is shown that while a constant number of ants per-vertex is sufficient to track some oscillations, there also...

  1. Function-Oriented Networking and On-Demand Routing System in Network Using Ant Colony Optimization Algorithm

    Directory of Open Access Journals (Sweden)

    Young-Bo Sim

    2017-11-01

    Full Text Available In this paper, we proposed and developed Function-Oriented Networking (FON, a platform for network users. It has a different philosophy as opposed to technologies for network managers of Software-Defined Networking technology, OpenFlow. It is a technology that can immediately reflect the demands of the network users in the network, unlike the existing OpenFlow and Network Functions Virtualization (NFV, which do not reflect directly the needs of the network users. It allows the network user to determine the policy of the direct network, so it can be applied more precisely than the policy applied by the network manager. This is expected to increase the satisfaction of the service users when the network users try to provide new services. We developed FON function that performs on-demand routing for Low-Delay Required service. We analyzed the characteristics of the Ant Colony Optimization (ACO algorithm and found that the algorithm is suitable for low-delay required services. It was also the first in the world to implement the routing software using ACO Algorithm in the real Ethernet network. In order to improve the routing performance, several algorithms of the ACO Algorithm have been developed to enable faster path search-routing and path recovery. The relationship between the network performance index and the ACO routing parameters is derived, and the results are compared and analyzed. Through this, it was possible to develop the ACO algorithm.

  2. A Novel Ant Colony Algorithm for the Single-Machine Total Weighted Tardiness Problem with Sequence Dependent Setup Times

    Directory of Open Access Journals (Sweden)

    Fardin Ahmadizar

    2011-08-01

    Full Text Available This paper deals with the NP-hard single-machine total weighted tardiness problem with sequence dependent setup times. Incorporating fuzzy sets and genetic operators, a novel ant colony optimization algorithm is developed for the problem. In the proposed algorithm, artificial ants construct solutions as orders of jobs based on the heuristic information as well as pheromone trails. To calculate the heuristic information, three well-known priority rules are adopted as fuzzy sets and then aggregated. When all artificial ants have terminated their constructions, genetic operators such as crossover and mutation are applied to generate new regions of the solution space. A local search is then performed to improve the performance quality of some of the solutions found. Moreover, at run-time the pheromone trails are locally as well as globally updated, and limited between lower and upper bounds. The proposed algorithm is experimented on a set of benchmark problems from the literature and compared with other metaheuristics.

  3. Inverse estimation of the spheroidal particle size distribution using Ant Colony Optimization algorithms in multispectral extinction technique

    Science.gov (United States)

    He, Zhenzong; Qi, Hong; Wang, Yuqing; Ruan, Liming

    2014-10-01

    Four improved Ant Colony Optimization (ACO) algorithms, i.e. the probability density function based ACO (PDF-ACO) algorithm, the Region ACO (RACO) algorithm, Stochastic ACO (SACO) algorithm and Homogeneous ACO (HACO) algorithm, are employed to estimate the particle size distribution (PSD) of the spheroidal particles. The direct problems are solved by the extended Anomalous Diffraction Approximation (ADA) and the Lambert-Beer law. Three commonly used monomodal distribution functions i.e. the Rosin-Rammer (R-R) distribution function, the normal (N-N) distribution function, and the logarithmic normal (L-N) distribution function are estimated under dependent model. The influence of random measurement errors on the inverse results is also investigated. All the results reveal that the PDF-ACO algorithm is more accurate than the other three ACO algorithms and can be used as an effective technique to investigate the PSD of the spheroidal particles. Furthermore, the Johnson's SB (J-SB) function and the modified beta (M-β) function are employed as the general distribution functions to retrieve the PSD of spheroidal particles using PDF-ACO algorithm. The investigation shows a reasonable agreement between the original distribution function and the general distribution function when only considering the variety of the length of the rotational semi-axis.

  4. TACD: a transportable ant colony discrimination model for corporate bankruptcy prediction

    Science.gov (United States)

    Lalbakhsh, Pooia; Chen, Yi-Ping Phoebe

    2017-05-01

    This paper presents a transportable ant colony discrimination strategy (TACD) to predict corporate bankruptcy, a topic of vital importance that is attracting increasing interest in the field of economics. The proposed algorithm uses financial ratios to build a binary prediction model for companies with the two statuses of bankrupt and non-bankrupt. The algorithm takes advantage of an improved version of continuous ant colony optimisation (CACO) at the core, which is used to create an accurate, simple and understandable linear model for discrimination. This also enables the algorithm to work with continuous values, leading to more efficient learning and adaption by avoiding data discretisation. We conduct a comprehensive performance evaluation on three real-world data sets under a stratified cross-validation strategy. In three different scenarios, TACD is compared with 11 other bankruptcy prediction strategies. We also discuss the efficiency of the attribute selection methods used in the experiments. In addition to its simplicity and understandability, statistical significance tests prove the efficiency of TACD against the other prediction algorithms in both measures of AUC and accuracy.

  5. AntStar: Enhancing Optimization Problems by Integrating an Ant System and A⁎ Algorithm

    Directory of Open Access Journals (Sweden)

    Mohammed Faisal

    2016-01-01

    Full Text Available Recently, nature-inspired techniques have become valuable to many intelligent systems in different fields of technology and science. Among these techniques, Ant Systems (AS have become a valuable technique for intelligent systems in different fields. AS is a computational system inspired by the foraging behavior of ants and intended to solve practical optimization problems. In this paper, we introduce the AntStar algorithm, which is swarm intelligence based. AntStar enhances the optimization and performance of an AS by integrating the AS and A⁎ algorithm. Applying the AntStar algorithm to the single-source shortest-path problem has been done to ensure the efficiency of the proposed AntStar algorithm. The experimental result of the proposed algorithm illustrated the robustness and accuracy of the AntStar algorithm.

  6. Dynamic routing and spectrum assignment based on multilayer virtual topology and ant colony optimization in elastic software-defined optical networks

    Science.gov (United States)

    Wang, Fu; Liu, Bo; Zhang, Lijia; Zhang, Qi; Tian, Qinghua; Tian, Feng; Rao, Lan; Xin, Xiangjun

    2017-07-01

    Elastic software-defined optical networks greatly improve the flexibility of the optical switching network while it has brought challenges to the routing and spectrum assignment (RSA). A multilayer virtual topology model is proposed to solve RSA problems. Two RSA algorithms based on the virtual topology are proposed, which are the ant colony optimization (ACO) algorithm of minimum consecutiveness loss and the ACO algorithm of maximum spectrum consecutiveness. Due to the computing power of the control layer in the software-defined network, the routing algorithm avoids the frequent link-state information between routers. Based on the effect of the spectrum consecutiveness loss on the pheromone in the ACO, the path and spectrum of the minimal impact on the network are selected for the service request. The proposed algorithms have been compared with other algorithms. The results show that the proposed algorithms can reduce the blocking rate by at least 5% and perform better in spectrum efficiency. Moreover, the proposed algorithms can effectively decrease spectrum fragmentation and enhance available spectrum consecutiveness.

  7. Hybrid Optimization of Object-Based Classification in High-Resolution Images Using Continous ANT Colony Algorithm with Emphasis on Building Detection

    Science.gov (United States)

    Tamimi, E.; Ebadi, H.; Kiani, A.

    2017-09-01

    Automatic building detection from High Spatial Resolution (HSR) images is one of the most important issues in Remote Sensing (RS). Due to the limited number of spectral bands in HSR images, using other features will lead to improve accuracy. By adding these features, the presence probability of dependent features will be increased, which leads to accuracy reduction. In addition, some parameters should be determined in Support Vector Machine (SVM) classification. Therefore, it is necessary to simultaneously determine classification parameters and select independent features according to image type. Optimization algorithm is an efficient method to solve this problem. On the other hand, pixel-based classification faces several challenges such as producing salt-paper results and high computational time in high dimensional data. Hence, in this paper, a novel method is proposed to optimize object-based SVM classification by applying continuous Ant Colony Optimization (ACO) algorithm. The advantages of the proposed method are relatively high automation level, independency of image scene and type, post processing reduction for building edge reconstruction and accuracy improvement. The proposed method was evaluated by pixel-based SVM and Random Forest (RF) classification in terms of accuracy. In comparison with optimized pixel-based SVM classification, the results showed that the proposed method improved quality factor and overall accuracy by 17% and 10%, respectively. Also, in the proposed method, Kappa coefficient was improved by 6% rather than RF classification. Time processing of the proposed method was relatively low because of unit of image analysis (image object). These showed the superiority of the proposed method in terms of time and accuracy.

  8. Colony structure and spatial partitioning of cavity dwelling ant species in nuts of eastern US forest floors

    Science.gov (United States)

    Nut-bearing trees create islands of high efficiency, low cost housing opportunities for ant colonies. Fallen nuts in leaf litter from previous seasons provide ready-made nest sites for cavity dwelling ant species, as well as affording protection from the elements. Suitable nuts for nests require an ...

  9. Application of the ant colony search algorithm to reactive power pricing in an open electricity market

    International Nuclear Information System (INIS)

    Ketabi, Abbas; Alibabaee, Ahmad; Feuillet, R.

    2010-01-01

    Reactive power management is essential to transfer real energy and support power system security. Developing an accurate and feasible method for reactive power pricing is important in the electricity market. In conventional optimal power flow models the production cost of reactive power was ignored. In this paper, the production cost of reactive power and investment cost of capacitor banks were included into the objective function of the OPF problem. Then, using ant colony search algorithm, the optimal problem was solved. Marginal price theory was used for calculation of the cost of active and reactive power at each bus in competitive electric markets. Application of the proposed method on IEEE 14-bus system confirms its validity and effectiveness. Results from several case studies show clearly the effects of various factors on reactive power price. (author)

  10. Friends and foes from an ant brain's point of view--neuronal correlates of colony odors in a social insect.

    Science.gov (United States)

    Brandstaetter, Andreas Simon; Rössler, Wolfgang; Kleineidam, Christoph Johannes

    2011-01-01

    Successful cooperation depends on reliable identification of friends and foes. Social insects discriminate colony members (nestmates/friends) from foreign workers (non-nestmates/foes) by colony-specific, multi-component colony odors. Traditionally, complex processing in the brain has been regarded as crucial for colony recognition. Odor information is represented as spatial patterns of activity and processed in the primary olfactory neuropile, the antennal lobe (AL) of insects, which is analogous to the vertebrate olfactory bulb. Correlative evidence indicates that the spatial activity patterns reflect odor-quality, i.e., how an odor is perceived. For colony odors, alternatively, a sensory filter in the peripheral nervous system was suggested, causing specific anosmia to nestmate colony odors. Here, we investigate neuronal correlates of colony odors in the brain of a social insect to directly test whether they are anosmic to nestmate colony odors and whether spatial activity patterns in the AL can predict how odor qualities like "friend" and "foe" are attributed to colony odors. Using ant dummies that mimic natural conditions, we presented colony odors and investigated their neuronal representation in the ant Camponotus floridanus. Nestmate and non-nestmate colony odors elicited neuronal activity: In the periphery, we recorded sensory responses of olfactory receptor neurons (electroantennography), and in the brain, we measured colony odor specific spatial activity patterns in the AL (calcium imaging). Surprisingly, upon repeated stimulation with the same colony odor, spatial activity patterns were variable, and as variable as activity patterns elicited by different colony odors. Ants are not anosmic to nestmate colony odors. However, spatial activity patterns in the AL alone do not provide sufficient information for colony odor discrimination and this finding challenges the current notion of how odor quality is coded. Our result illustrates the enormous challenge

  11. Social transfer of pathogenic fungus promotes active immunisation in ant colonies.

    Directory of Open Access Journals (Sweden)

    Matthias Konrad

    Full Text Available Due to the omnipresent risk of epidemics, insect societies have evolved sophisticated disease defences at the individual and colony level. An intriguing yet little understood phenomenon is that social contact to pathogen-exposed individuals reduces susceptibility of previously naive nestmates to this pathogen. We tested whether such social immunisation in Lasius ants against the entomopathogenic fungus Metarhizium anisopliae is based on active upregulation of the immune system of nestmates following contact to an infectious individual or passive protection via transfer of immune effectors among group members--that is, active versus passive immunisation. We found no evidence for involvement of passive immunisation via transfer of antimicrobials among colony members. Instead, intensive allogrooming behaviour between naive and pathogen-exposed ants before fungal conidia firmly attached to their cuticle suggested passage of the pathogen from the exposed individuals to their nestmates. By tracing fluorescence-labelled conidia we indeed detected frequent pathogen transfer to the nestmates, where they caused low-level infections as revealed by growth of small numbers of fungal colony forming units from their dissected body content. These infections rarely led to death, but instead promoted an enhanced ability to inhibit fungal growth and an active upregulation of immune genes involved in antifungal defences (defensin and prophenoloxidase, PPO. Contrarily, there was no upregulation of the gene cathepsin L, which is associated with antibacterial and antiviral defences, and we found no increased antibacterial activity of nestmates of fungus-exposed ants. This indicates that social immunisation after fungal exposure is specific, similar to recent findings for individual-level immune priming in invertebrates. Epidemiological modeling further suggests that active social immunisation is adaptive, as it leads to faster elimination of the disease and lower

  12. Channeler Ant Model: 3 D segmentation of medical images through ant colonies

    International Nuclear Information System (INIS)

    Fiorina, E.; Valzano, S.; Arteche Diaz, R.; Bosco, P.; Gargano, G.; Megna, R.; Oppedisano, C.; Massafra, A.

    2011-01-01

    In this paper the Channeler Ant Model (CAM) and some results of its application to the analysis of medical images are described. The CAM is an algorithm able to segment 3 D structures with different shapes, intensity and background. It makes use of virtual and colonies and exploits their natural capabilities to modify the environment and communicate with each other by pheromone deposition. Its performance has been validated with the segmentation of 3 D artificial objects and it has been already used successfully in lung nodules detection on Computer Tomography images. This work tries to evaluate the CAM as a candidate to solve the quantitative segmentation problem in Magnetic Resonance brain images: to evaluate the percentage of white matter, gray matter and cerebrospinal fluid in each voxel.

  13. Colony-level behavioural variation correlates with differences in expression of the foraging gene in red imported fire ants.

    Science.gov (United States)

    Bockoven, Alison A; Coates, Craig J; Eubanks, Micky D

    2017-11-01

    Among social insects, colony-level variation is likely to be widespread and has significant ecological consequences. Very few studies, however, have documented how genetic factors relate to behaviour at the colony level. Differences in expression of the foraging gene have been associated with differences in foraging and activity of a wide variety of organisms. We quantified expression of the red imported fire ant foraging gene (sifor) in workers from 21 colonies collected across the natural range of Texas fire ant populations, but maintained under standardized, environmentally controlled conditions. Colonies varied significantly in their behaviour. The most active colonies had up to 10 times more active foragers than the least active colony and more than 16 times as many workers outside the nest. Expression differences among colonies correlated with this colony-level behavioural variation. Colonies with higher sifor expression in foragers had, on average, significantly higher foraging activity, exploratory activity and recruitment to nectar than colonies with lower expression. Expression of sifor was also strongly correlated with worker task (foraging vs. working in the interior of the nest). These results provide insight into the genetic and physiological processes underlying collective differences in social behaviour. Quantifying variation in expression of the foraging gene may provide an important tool for understanding and predicting the ecological consequences of colony-level behavioural variation. © 2017 John Wiley & Sons Ltd.

  14. Incomplete Homogenization of Chemical Recognition Labels Between Formica sanguinea and Formica rufa Ants (Hymenoptera: Formicidae) Living in a Mixed Colony

    Science.gov (United States)

    Włodarczyk, Tomasz; Szczepaniak, Lech

    2014-01-01

    Abstract Formica sanguinea Latreille (Hymenoptera: Formicidae) is a slave-making species, i.e., it raids colonies of host species and pillages pupae, which are taken to develop into adult workers in a parasite colony. However, it has been unclear if the coexistence of F. sanguinea with slave workers requires uniformity of cuticular hydrocarbons (CHCs), among which those other than n -alkanes are believed to be the principal nestmate recognition cues utilized by ants. In this study, a mixed colony (MC) of F. sanguinea and Formica rufa L. as a slave species was used to test the hypothesis that CHCs are exchanged between the species. Chemical analysis of hexane extracts from ants’ body surfaces provided evidence for interspecific exchange of alkenes and methyl-branched alkanes. This result was confirmed by behavioral tests during which ants exhibited hostility toward conspecific individuals from the MC but not toward ones from homospecific colonies of their own species. However, it seems that species-specific differences in chemical recognition labels were not eliminated completely because ants from the MC were treated differently depending on whether they were con- or allospecific to the individuals whose behavioral reactions were tested. These findings are discussed in the context of mechanisms of colony's odor formation and effective integration of slaves into parasite colony. PMID:25502026

  15. HYBRID OPTIMIZATION OF OBJECT-BASED CLASSIFICATION IN HIGH-RESOLUTION IMAGES USING CONTINOUS ANT COLONY ALGORITHM WITH EMPHASIS ON BUILDING DETECTION

    Directory of Open Access Journals (Sweden)

    E. Tamimi

    2017-09-01

    Full Text Available Automatic building detection from High Spatial Resolution (HSR images is one of the most important issues in Remote Sensing (RS. Due to the limited number of spectral bands in HSR images, using other features will lead to improve accuracy. By adding these features, the presence probability of dependent features will be increased, which leads to accuracy reduction. In addition, some parameters should be determined in Support Vector Machine (SVM classification. Therefore, it is necessary to simultaneously determine classification parameters and select independent features according to image type. Optimization algorithm is an efficient method to solve this problem. On the other hand, pixel-based classification faces several challenges such as producing salt-paper results and high computational time in high dimensional data. Hence, in this paper, a novel method is proposed to optimize object-based SVM classification by applying continuous Ant Colony Optimization (ACO algorithm. The advantages of the proposed method are relatively high automation level, independency of image scene and type, post processing reduction for building edge reconstruction and accuracy improvement. The proposed method was evaluated by pixel-based SVM and Random Forest (RF classification in terms of accuracy. In comparison with optimized pixel-based SVM classification, the results showed that the proposed method improved quality factor and overall accuracy by 17% and 10%, respectively. Also, in the proposed method, Kappa coefficient was improved by 6% rather than RF classification. Time processing of the proposed method was relatively low because of unit of image analysis (image object. These showed the superiority of the proposed method in terms of time and accuracy.

  16. Friends and Foes from an Ant Brain's Point of View – Neuronal Correlates of Colony Odors in a Social Insect

    Science.gov (United States)

    Brandstaetter, Andreas Simon; Rössler, Wolfgang; Kleineidam, Christoph Johannes

    2011-01-01

    Background Successful cooperation depends on reliable identification of friends and foes. Social insects discriminate colony members (nestmates/friends) from foreign workers (non-nestmates/foes) by colony-specific, multi-component colony odors. Traditionally, complex processing in the brain has been regarded as crucial for colony recognition. Odor information is represented as spatial patterns of activity and processed in the primary olfactory neuropile, the antennal lobe (AL) of insects, which is analogous to the vertebrate olfactory bulb. Correlative evidence indicates that the spatial activity patterns reflect odor-quality, i.e., how an odor is perceived. For colony odors, alternatively, a sensory filter in the peripheral nervous system was suggested, causing specific anosmia to nestmate colony odors. Here, we investigate neuronal correlates of colony odors in the brain of a social insect to directly test whether they are anosmic to nestmate colony odors and whether spatial activity patterns in the AL can predict how odor qualities like “friend” and “foe” are attributed to colony odors. Methodology/Principal Findings Using ant dummies that mimic natural conditions, we presented colony odors and investigated their neuronal representation in the ant Camponotus floridanus. Nestmate and non-nestmate colony odors elicited neuronal activity: In the periphery, we recorded sensory responses of olfactory receptor neurons (electroantennography), and in the brain, we measured colony odor specific spatial activity patterns in the AL (calcium imaging). Surprisingly, upon repeated stimulation with the same colony odor, spatial activity patterns were variable, and as variable as activity patterns elicited by different colony odors. Conclusions Ants are not anosmic to nestmate colony odors. However, spatial activity patterns in the AL alone do not provide sufficient information for colony odor discrimination and this finding challenges the current notion of how odor

  17. Strict monandry in the ponerine army ant genus Simopelta suggests that colony size and complexity drive mating system evolution in social insects

    DEFF Research Database (Denmark)

    Kronauer, Daniel J C; O'Donnell, Sean; Boomsma, Jacobus J

    2011-01-01

    -ratios have convergently shaped these mating systems. Here we show that ponerine army ants of the genus Simopelta, which are distantly related but similar in general biology to other army ants, have strictly monandrous queens. Preliminary data suggest that workers reproduce in queenright colonies, which...... is in sharp contrast to other army ants. We hypothesize that differences in mature colony size and social complexity may explain these striking discrepancies....

  18. Ants Colony Optimisation of a Measuring Path of Prismatic Parts on a CMM

    Directory of Open Access Journals (Sweden)

    Stojadinovic Slavenko M.

    2016-03-01

    Full Text Available This paper presents optimisation of a measuring probe path in inspecting the prismatic parts on a CMM. The optimisation model is based on: (i the mathematical model that establishes an initial collision-free path presented by a set of points, and (ii the solution of Travelling Salesman Problem (TSP obtained with Ant Colony Optimisation (ACO. In order to solve TSP, an ACO algorithm that aims to find the shortest path of ant colony movement (i.e. the optimised path is applied. Then, the optimised path is compared with the measuring path obtained with online programming on CMM ZEISS UMM500 and with the measuring path obtained in the CMM inspection module of Pro/ENGINEER® software. The results of comparing the optimised path with the other two generated paths show that the optimised path is at least 20% shorter than the path obtained by on-line programming on CMM ZEISS UMM500, and at least 10% shorter than the path obtained by using the CMM module in Pro/ENGINEER®.

  19. Comprehensive Evaluation for Operating Efficiency of Electricity Retail Companies Based on the Improved TOPSIS Method and LSSVM Optimized by Modified Ant Colony Algorithm from the View of Sustainable Development

    Directory of Open Access Journals (Sweden)

    Dongxiao Niu

    2018-03-01

    Full Text Available The electricity market of China is currently in the process of a new institutional reform. Diversified electricity retail entities are gradually being established with the opening of the marketing electricity side. In the face of a complex market environment and fierce competition, the operating efficiency can directly reflect the current market position and development of electricity retail companies. TOPSIS method can make full use of the information of original data, calculate the distance between evaluated objects and the ideal solutions and get the relative proximity, which is generally used in the overall department and comprehensive evaluation of the benefits. Least squares support vector machine (LSSVM, with high convergence precision, helps save the training time of algorithm by solving linear equations and is used to predict the comprehensive evaluation value. Considering the ultimate goal of sustainable development, a comprehensive evaluation model on operating efficiency of electricity retail companies based on the improved TOPSIS method and LSSVM optimized by modified ant colony algorithm is proposed in this paper. Firstly, from the view of sustainable development, an operating efficiency evaluation indicator system is constructed. Secondly, the entropy weight method is applied to empower the indicators objectively. After that, based on the improved TOPSIS method, the reverse problem in the evaluation process is eliminated. According to the relative proximity between the evaluated objects and the absolute ideal solutions, the scores of comprehensive evaluation for operating efficiency can then be ranked. Finally, the LSSVM optimized by modified ant colony algorithm is introduced to realize the simplified expert scoring process and fast calculation in the comprehensive evaluation process, and its improved learning and generalization ability can be used in the comprehensive evaluation of similar projects. The example analysis proves

  20. A self-optimizing scheme for energy balanced routing in Wireless Sensor Networks using SensorAnt.

    Science.gov (United States)

    Shamsan Saleh, Ahmed M; Ali, Borhanuddin Mohd; Rasid, Mohd Fadlee A; Ismail, Alyani

    2012-01-01

    Planning of energy-efficient protocols is critical for Wireless Sensor Networks (WSNs) because of the constraints on the sensor nodes' energy. The routing protocol should be able to provide uniform power dissipation during transmission to the sink node. In this paper, we present a self-optimization scheme for WSNs which is able to utilize and optimize the sensor nodes' resources, especially the batteries, to achieve balanced energy consumption across all sensor nodes. This method is based on the Ant Colony Optimization (ACO) metaheuristic which is adopted to enhance the paths with the best quality function. The assessment of this function depends on multi-criteria metrics such as the minimum residual battery power, hop count and average energy of both route and network. This method also distributes the traffic load of sensor nodes throughout the WSN leading to reduced energy usage, extended network life time and reduced packet loss. Simulation results show that our scheme performs much better than the Energy Efficient Ant-Based Routing (EEABR) in terms of energy consumption, balancing and efficiency.

  1. Genetic regulation of colony social organization in fire ants: an integrative overview.

    Science.gov (United States)

    Gotzek, Dietrich; Ross, Kenneth G

    2007-09-01

    Expression of colony social organization in fire ants appears to be under the control of a single Mendelian factor of large effect. Variation in colony queen number in Solenopsis invicta and its relatives is associated with allelic variation at the gene Gp-9, but not with variation at other unlinked genes; workers regulate queen identity and number on the basis of Gp-9 genotypic compatibility. Nongenetic factors, such as prior social experience, queen reproductive status, and local environment, have negligible effects on queen numbers which illustrates the nearly complete penetrance of Gp-9. As predicted, queen number can be manipulated experimentally by altering worker Gp-9 genotype frequencies. The Gp-9 allele lineage associated with polygyny in South American fire ants has been retained across multiple speciation events, which may signal the action of balancing selection to maintain social polymorphism in these species. Moreover, positive selection is implicated in driving the molecular evolution of Gp-9 in association with the origin of polygyny. The identity of the product of Gp-9 as an odorant-binding protein suggests plausible scenarios for its direct involvement in the regulation of queen number via a role in chemical communication. While these and other lines of evidence show that Gp-9 represents a legitimate candidate gene of major effect, studies aimed at determining (i) the biochemical pathways in which GP-9 functions; (ii) the phenotypic effects of molecular variation at Gp-9 and other pathway genes; and (iii) the potential involvement of genes in linkage disequilibrium with Gp-9 are needed to elucidate the genetic architecture underlying social organization in fire ants. Information that reveals the links between molecular variation, individual phenotype, and colony-level behaviors, combined with behavioral models that incorporate details of the chemical communication involved in regulating queen number, will yield a novel integrated view of the

  2. Quantifying the effect of colony size and food distribution on harvester ant foraging.

    Directory of Open Access Journals (Sweden)

    Tatiana P Flanagan

    Full Text Available Desert seed-harvester ants, genus Pogonomyrmex, are central place foragers that search for resources collectively. We quantify how seed harvesters exploit the spatial distribution of seeds to improve their rate of seed collection. We find that foraging rates are significantly influenced by the clumpiness of experimental seed baits. Colonies collected seeds from larger piles faster than randomly distributed seeds. We developed a method to compare foraging rates on clumped versus random seeds across three Pogonomyrmex species that differ substantially in forager population size. The increase in foraging rate when food was clumped in larger piles was indistinguishable across the three species, suggesting that species with larger colonies are no better than species with smaller colonies at collecting clumped seeds. These findings contradict the theoretical expectation that larger groups are more efficient at exploiting clumped resources, thus contributing to our understanding of the importance of the spatial distribution of food sources and colony size for communication and organization in social insects.

  3. Blending of heritable recognition cues among ant nestmates creates distinct colony gestalt odours but prevents within-colony nepotism

    DEFF Research Database (Denmark)

    van Zweden, Jelle Stijn; Brask, Josefine B.; Christensen, Jan H.

    2010-01-01

    members to create a Gestalt odour. Although earlier studies have established that hydrocarbon profiles are influenced by heritable factors, transfer among nestmates and additional environmental factors, no studies have quantified these relative contributions for separate compounds. Here, we use the ant...... discrimination or as nestmate recognition cues. These results indicate that heritable compounds are suitable for establishing a genetic Gestalt for efficient nestmate recognition, but that recognition cues within colonies are insufficiently distinct to allow nepotistic kin discrimination....

  4. Optimising social information by game theory and ant colony method to enhance routing protocol in opportunistic networks

    Directory of Open Access Journals (Sweden)

    Chander Prabha

    2016-09-01

    Full Text Available The data loss and disconnection of nodes are frequent in the opportunistic networks. The social information plays an important role in reducing the data loss because it depends on the connectivity of nodes. The appropriate selection of next hop based on social information is critical for improving the performance of routing in opportunistic networks. The frequent disconnection problem is overcome by optimising the social information with Ant Colony Optimization method which depends on the topology of opportunistic network. The proposed protocol is examined thoroughly via analysis and simulation in order to assess their performance in comparison with other social based routing protocols in opportunistic network under various parameters settings.

  5. Automatic fault extraction using a modified ant-colony algorithm

    International Nuclear Information System (INIS)

    Zhao, Junsheng; Sun, Sam Zandong

    2013-01-01

    The basis of automatic fault extraction is seismic attributes, such as the coherence cube which is always used to identify a fault by the minimum value. The biggest challenge in automatic fault extraction is noise, including that of seismic data. However, a fault has a better spatial continuity in certain direction, which makes it quite different from noise. Considering this characteristic, a modified ant-colony algorithm is introduced into automatic fault identification and tracking, where the gradient direction and direction consistency are used as constraints. Numerical model test results show that this method is feasible and effective in automatic fault extraction and noise suppression. The application of field data further illustrates its validity and superiority. (paper)

  6. A queen pheromone induces workers to kill sexual larvae in colonies of the red imported fire ant (Solenopsis invicta)

    Science.gov (United States)

    Klobuchar, Emily; Deslippe, Richard

    2002-05-01

    We conducted five bioassays to study how queens control the execution of sexual larvae by workers in colonies of the red imported fire ant, Solenopsis invicta. In each assay, subset colonies were made from many large polygyne colonies, and the 20 sexual larvae they contained were monitored over time. Sexual larvae mostly survived in queenless colonies, but were mostly killed in colonies with a single dealated queen, regardless of whether or not the queen was fertilized. The larvae were also killed when fresh corpses of queens were added to queenless colonies. Whereas acetone extracts of queens did not produce a significant increase in killings, extracts in buffered saline induced workers to execute most sexual larvae, indicating successful extraction of an execution pheromone. We identified the probable storage location of the chemical as the poison sac, and found both fresh (1 day) and old (21 day) extracts of poison sacs to be equally effective in inducing executions. The pheromone is stable at room temperature, perhaps because venom alkaloids also present in the extracts keep the pheromone from degrading. It is apparently either proteinaceous or associated with a proteinaceous molecule, a novel finding, as no queen pheromone of a proteinaceous nature has been previously demonstrated in ants.

  7. Ants defend aphids against lethal disease

    Science.gov (United States)

    Nielsen, Charlotte; Agrawal, Anurag A.; Hajek, Ann E.

    2010-01-01

    Social insects defend their own colonies and some species also protect their mutualist partners. In mutualisms with aphids, ants typically feed on honeydew produced by aphids and, in turn guard and shelter aphid colonies from insect natural enemies. Here we report that Formica podzolica ants tending milkweed aphids, Aphis asclepiadis, protect aphid colonies from lethal fungal infections caused by an obligate aphid pathogen, Pandora neoaphidis. In field experiments, bodies of fungal-killed aphids were quickly removed from ant-tended aphid colonies. Ant workers were also able to detect infective conidia on the cuticle of living aphids and responded by either removing or grooming these aphids. Our results extend the long-standing view of ants as mutualists and protectors of aphids by demonstrating focused sanitizing and quarantining behaviour that may lead to reduced disease transmission in aphid colonies. PMID:19923138

  8. Hybrid chaotic ant swarm optimization

    International Nuclear Information System (INIS)

    Li Yuying; Wen Qiaoyan; Li Lixiang; Peng Haipeng

    2009-01-01

    Chaotic ant swarm optimization (CASO) is a powerful chaos search algorithm that is used to find the global optimum solution in search space. However, the CASO algorithm has some disadvantages, such as lower solution precision and longer computational time, when solving complex optimization problems. To resolve these problems, an improved CASO, called hybrid chaotic swarm optimization (HCASO), is proposed in this paper. The new algorithm introduces preselection operator and discrete recombination operator into the CASO; meanwhile it replaces the best position found by own and its neighbors' ants with the best position found by preselection operator and discrete recombination operator in evolution equation. Through testing five benchmark functions with large dimensionality, the experimental results show the new method enhances the solution accuracy and stability greatly, as well as reduces the computational time and computer memory significantly when compared to the CASO. In addition, we observe the results can become better with swarm size increasing from the sensitivity study to swarm size. And we gain some relations between problem dimensions and swam size according to scalability study.

  9. Sex allocation in fungus-growing ants: worker or queen control without symbiont-induced female bias

    DEFF Research Database (Denmark)

    Dijkstra, Michiel B.; Boomsma, Jacobus Jan

    2008-01-01

    The fungal cultivars of fungus-growing ants are vertically transmitted by queens but not males. Selection would therefore favor cultivars that bias the ants' sex ratio towards gynes, beyond the gyne bias that is optimal for workers and queens. We measured sex allocation in 190 colonies of six...... sympatric fungus-growing ant species. As predicted from relatedness, female bias was greater in four singly mated Sericomyrmex and Trachymyrmex species than in two multiply mated Acromyrmex species. Colonies tended to raise mainly a single sex, which could be partly explained by variation in queen number......, colony fecundity, and fungal garden volume for Acromyrmex and Sericomyrmex, but not for Trachymyrmex. Year of collection, worker number and mating frequency of Acromyrmex queens did not affect the colony sex ratios. We used a novel sensitivity analysis to compare the population sex allocation ratios...

  10. Harnessing ant defence at fruits reduces bruchid seed predation in a symbiotic ant-plant mutualism.

    Science.gov (United States)

    Pringle, Elizabeth G

    2014-06-22

    In horizontally transmitted mutualisms, mutualists disperse separately and reassemble in each generation with partners genetically unrelated to those in the previous generation. Because of this, there should be no selection on either partner to enhance the other's reproductive output directly. In symbiotic ant-plant mutualisms, myrmecophytic plants host defensive ant colonies, and ants defend the plants from herbivores. Plants and ants disperse separately, and, although ant defence can indirectly increase plant reproduction by reducing folivory, it is unclear whether ants can also directly increase plant reproduction by defending seeds. The neotropical tree Cordia alliodora hosts colonies of Azteca pittieri ants. The trees produce domatia where ants nest at stem nodes and also at the node between the peduncle and the rachides of the infloresence. Unlike the stem domatia, these reproductive domatia senesce after the tree fruits each year. In this study, I show that the tree's resident ant colony moves into these ephemeral reproductive domatia, where they tend honeydew-producing scale insects and patrol the nearby developing fruits. The presence of ants significantly reduced pre-dispersal seed predation by Amblycerus bruchid beetles, thereby directly increasing plant reproductive output.

  11. Private information alone can trigger trapping of ant colonies in local feeding optima.

    Science.gov (United States)

    Czaczkes, Tomer J; Salmane, Anete K; Klampfleuthner, Felicia A M; Heinze, Jürgen

    2016-03-01

    Ant colonies are famous for using trail pheromones to make collective decisions. Trail pheromone systems are characterised by positive feedback, which results in rapid collective decision making. However, in an iconic experiment, ants were shown to become 'trapped' in exploiting a poor food source, if it was discovered earlier. This has conventionally been explained by the established pheromone trail becoming too strong for new trails to compete. However, many social insects have a well-developed memory, and private information often overrules conflicting social information. Thus, route memory could also explain this collective 'trapping' effect. Here, we disentangled the effects of social and private information in two 'trapping' experiments: one in which ants were presented with a good and a poor food source, and one in which ants were presented with a long and a short path to the same food source. We found that private information is sufficient to trigger trapping in selecting the poorer of two food sources, and may be sufficient to cause it altogether. Memories did not trigger trapping in the shortest path experiment, probably because sufficiently detailed memories did not form. The fact that collective decisions can be triggered by private information alone may require other collective patterns previously attributed solely to social information use to be reconsidered. © 2016. Published by The Company of Biologists Ltd.

  12. Cloud Service Scheduling Algorithm Research and Optimization

    Directory of Open Access Journals (Sweden)

    Hongyan Cui

    2017-01-01

    Full Text Available We propose a cloud service scheduling model that is referred to as the Task Scheduling System (TSS. In the user module, the process time of each task is in accordance with a general distribution. In the task scheduling module, we take a weighted sum of makespan and flowtime as the objective function and use an Ant Colony Optimization (ACO and a Genetic Algorithm (GA to solve the problem of cloud task scheduling. Simulation results show that the convergence speed and output performance of our Genetic Algorithm-Chaos Ant Colony Optimization (GA-CACO are optimal.

  13. Chemically armed mercenary ants protect fungus-farming societies

    DEFF Research Database (Denmark)

    Adams, Rachelle Martha Marie; Liberti, Joanito; Illum, Anders A.

    2013-01-01

    guest ants are sufficient to kill raiders that invariably exterminate host nests without a cohabiting guest ant colony. We also show that the odor of guest ants discourages raider scouts from recruiting nestmates to host colonies. Our results imply that Sericomyrmex fungus-growers obtain a net benefit......The ants are extraordinary in having evolved many lineages that exploit closely related ant societies as social parasites, but social parasitism by distantly related ants is rare. Here we document the interaction dynamics among a Sericomyrmex fungus-growing ant host, a permanently associated...... parasitic guest ant of the genus Megalomyrmex, and a raiding agro-predator of the genus Gnamptogenys. We show experimentally that the guest ants protect their host colonies against agro-predator raids using alkaloid venom that is much more potent than the biting defenses of the host ants. Relatively few...

  14. Ant-plant-homopteran mutualism: how the third partner affects the interaction between a plant-specialist ant and its myrmecophyte host

    Science.gov (United States)

    Gaume, L.; McKey, D.; Terrin, S.

    1998-01-01

    By estimating relative costs and benefits, we explored the role of the homopteran partner in the protection mutualism between the myrmecophyte Leonardoxa africana T3, the ant Aphomomyrmex afer, and sap-sucking homopterans tended by ants in the tree's swollen hollow twigs. The ants obtain nest sites and food from their host-plant (food is obtained either directly by extrafloral nectar or indirectly via homopterans). Aphomomyrmex workers patrol the young leaves of L. africana T3 and protect them against phytophagous insects. Because ants tended, either solely or primarily, coccids in some trees and pseudococcids in others, we were able to study whether the nature of the interaction was dependent on the identity of the third partner. First, the type of homopteran affects the benefits to the tree of maintaining a large ant colony. Larger colony size (relative to tree size) confers greater protection against herbivory; this relationship is more pronounced for trees whose ants tend pseudococcids than for those in which ants tend coccids. Second, for trees (and associated ant colonies) of comparable size, homopteran biomass was much larger in trees harbouring coccids than in trees with pseudococcids. Thus, the cost to the tree of maintaining ants may be greater when ants are associated with coccids. The net benefits to the plant of maintaining ants appear to be much greater with pseudococcids as the third partner. To explore how the type of homopteran affects functioning of the system, we attempted to determine which of the resources (nest sites, extrafloral nectar, and homopterans) is likely to limit ant colony size. In trees where ants tended coccids, ant-colony biomass was strongly dependent on the number of extrafloral nectaries. In contrast, in trees whose ants tended only pseudococcids, colony biomass was not related to the number of nectaries and was most strongly determined by the volume of available nest sites. We present hypotheses to explain how the type of

  15. Chemically armed mercenary ants protect fungus-farming societies

    Science.gov (United States)

    Adams, Rachelle M. M.; Liberti, Joanito; Illum, Anders A.; Jones, Tappey H.; Nash, David R.; Boomsma, Jacobus J.

    2013-01-01

    The ants are extraordinary in having evolved many lineages that exploit closely related ant societies as social parasites, but social parasitism by distantly related ants is rare. Here we document the interaction dynamics among a Sericomyrmex fungus-growing ant host, a permanently associated parasitic guest ant of the genus Megalomyrmex, and a raiding agro-predator of the genus Gnamptogenys. We show experimentally that the guest ants protect their host colonies against agro-predator raids using alkaloid venom that is much more potent than the biting defenses of the host ants. Relatively few guest ants are sufficient to kill raiders that invariably exterminate host nests without a cohabiting guest ant colony. We also show that the odor of guest ants discourages raider scouts from recruiting nestmates to host colonies. Our results imply that Sericomyrmex fungus-growers obtain a net benefit from their costly guest ants behaving as a functional soldier caste to meet lethal threats from agro-predator raiders. The fundamentally different life histories of the agro-predators and guest ants appear to facilitate their coexistence in a negative frequency-dependent manner. Because a guest ant colony is committed for life to a single host colony, the guests would harm their own interests by not defending the host that they continue to exploit. This conditional mutualism is analogous to chronic sickle cell anemia enhancing the resistance to malaria and to episodes in human history when mercenary city defenders offered either net benefits or imposed net costs, depending on the level of threat from invading armies. PMID:24019482

  16. Chemically armed mercenary ants protect fungus-farming societies.

    Science.gov (United States)

    Adams, Rachelle M M; Liberti, Joanito; Illum, Anders A; Jones, Tappey H; Nash, David R; Boomsma, Jacobus J

    2013-09-24

    The ants are extraordinary in having evolved many lineages that exploit closely related ant societies as social parasites, but social parasitism by distantly related ants is rare. Here we document the interaction dynamics among a Sericomyrmex fungus-growing ant host, a permanently associated parasitic guest ant of the genus Megalomyrmex, and a raiding agro-predator of the genus Gnamptogenys. We show experimentally that the guest ants protect their host colonies against agro-predator raids using alkaloid venom that is much more potent than the biting defenses of the host ants. Relatively few guest ants are sufficient to kill raiders that invariably exterminate host nests without a cohabiting guest ant colony. We also show that the odor of guest ants discourages raider scouts from recruiting nestmates to host colonies. Our results imply that Sericomyrmex fungus-growers obtain a net benefit from their costly guest ants behaving as a functional soldier caste to meet lethal threats from agro-predator raiders. The fundamentally different life histories of the agro-predators and guest ants appear to facilitate their coexistence in a negative frequency-dependent manner. Because a guest ant colony is committed for life to a single host colony, the guests would harm their own interests by not defending the host that they continue to exploit. This conditional mutualism is analogous to chronic sickle cell anemia enhancing the resistance to malaria and to episodes in human history when mercenary city defenders offered either net benefits or imposed net costs, depending on the level of threat from invading armies.

  17. CACER:A Novel E-commerce Recommendation Model Based on Crazy Ant Colony Algorithms

    Institute of Scientific and Technical Information of China (English)

    王征; 刘庆强

    2013-01-01

    In order to deal with the problems of E-commerce online marketing, a novel E-commerce recommendation system model was given to lead consumers to efficient retrieval and consumption. And the system model was built with a crazy ant colony algorithm. Then its model, message structures and working flows were presented as following. At last, an application example and compared results were given to be analyzed. Simulation results show the model can perform better in real-time and customer satisfaction than the olds do.

  18. Simultaneous feature selection and parameter optimisation using an artificial ant colony: case study of melting point prediction

    Directory of Open Access Journals (Sweden)

    Nigsch Florian

    2008-10-01

    Full Text Available Abstract Background We present a novel feature selection algorithm, Winnowing Artificial Ant Colony (WAAC, that performs simultaneous feature selection and model parameter optimisation for the development of predictive quantitative structure-property relationship (QSPR models. The WAAC algorithm is an extension of the modified ant colony algorithm of Shen et al. (J Chem Inf Model 2005, 45: 1024–1029. We test the ability of the algorithm to develop a predictive partial least squares model for the Karthikeyan dataset (J Chem Inf Model 2005, 45: 581–590 of melting point values. We also test its ability to perform feature selection on a support vector machine model for the same dataset. Results Starting from an initial set of 203 descriptors, the WAAC algorithm selected a PLS model with 68 descriptors which has an RMSE on an external test set of 46.6°C and R2 of 0.51. The number of components chosen for the model was 49, which was close to optimal for this feature selection. The selected SVM model has 28 descriptors (cost of 5, ε of 0.21 and an RMSE of 45.1°C and R2 of 0.54. This model outperforms a kNN model (RMSE of 48.3°C, R2 of 0.47 for the same data and has similar performance to a Random Forest model (RMSE of 44.5°C, R2 of 0.55. However it is much less prone to bias at the extremes of the range of melting points as shown by the slope of the line through the residuals: -0.43 for WAAC/SVM, -0.53 for Random Forest. Conclusion With a careful choice of objective function, the WAAC algorithm can be used to optimise machine learning and regression models that suffer from overfitting. Where model parameters also need to be tuned, as is the case with support vector machine and partial least squares models, it can optimise these simultaneously. The moving probabilities used by the algorithm are easily interpreted in terms of the best and current models of the ants, and the winnowing procedure promotes the removal of irrelevant descriptors.

  19. Simultaneous feature selection and parameter optimisation using an artificial ant colony: case study of melting point prediction.

    Science.gov (United States)

    O'Boyle, Noel M; Palmer, David S; Nigsch, Florian; Mitchell, John Bo

    2008-10-29

    We present a novel feature selection algorithm, Winnowing Artificial Ant Colony (WAAC), that performs simultaneous feature selection and model parameter optimisation for the development of predictive quantitative structure-property relationship (QSPR) models. The WAAC algorithm is an extension of the modified ant colony algorithm of Shen et al. (J Chem Inf Model 2005, 45: 1024-1029). We test the ability of the algorithm to develop a predictive partial least squares model for the Karthikeyan dataset (J Chem Inf Model 2005, 45: 581-590) of melting point values. We also test its ability to perform feature selection on a support vector machine model for the same dataset. Starting from an initial set of 203 descriptors, the WAAC algorithm selected a PLS model with 68 descriptors which has an RMSE on an external test set of 46.6 degrees C and R2 of 0.51. The number of components chosen for the model was 49, which was close to optimal for this feature selection. The selected SVM model has 28 descriptors (cost of 5, epsilon of 0.21) and an RMSE of 45.1 degrees C and R2 of 0.54. This model outperforms a kNN model (RMSE of 48.3 degrees C, R2 of 0.47) for the same data and has similar performance to a Random Forest model (RMSE of 44.5 degrees C, R2 of 0.55). However it is much less prone to bias at the extremes of the range of melting points as shown by the slope of the line through the residuals: -0.43 for WAAC/SVM, -0.53 for Random Forest. With a careful choice of objective function, the WAAC algorithm can be used to optimise machine learning and regression models that suffer from overfitting. Where model parameters also need to be tuned, as is the case with support vector machine and partial least squares models, it can optimise these simultaneously. The moving probabilities used by the algorithm are easily interpreted in terms of the best and current models of the ants, and the winnowing procedure promotes the removal of irrelevant descriptors.

  20. MATLAB Simulation of UPQC for Power Quality Mitigation Using an Ant Colony Based Fuzzy Control Technique.

    Science.gov (United States)

    Kumarasabapathy, N; Manoharan, P S

    2015-01-01

    This paper proposes a fuzzy logic based new control scheme for the Unified Power Quality Conditioner (UPQC) for minimizing the voltage sag and total harmonic distortion in the distribution system consequently to improve the power quality. UPQC is a recent power electronic module which guarantees better power quality mitigation as it has both series-active and shunt-active power filters (APFs). The fuzzy logic controller has recently attracted a great deal of attention and possesses conceptually the quality of the simplicity by tackling complex systems with vagueness and ambiguity. In this research, the fuzzy logic controller is utilized for the generation of reference signal controlling the UPQC. To enable this, a systematic approach for creating the fuzzy membership functions is carried out by using an ant colony optimization technique for optimal fuzzy logic control. An exhaustive simulation study using the MATLAB/Simulink is carried out to investigate and demonstrate the performance of the proposed fuzzy logic controller and the simulation results are compared with the PI controller in terms of its performance in improving the power quality by minimizing the voltage sag and total harmonic distortion.

  1. MATLAB Simulation of UPQC for Power Quality Mitigation Using an Ant Colony Based Fuzzy Control Technique

    Directory of Open Access Journals (Sweden)

    N. Kumarasabapathy

    2015-01-01

    Full Text Available This paper proposes a fuzzy logic based new control scheme for the Unified Power Quality Conditioner (UPQC for minimizing the voltage sag and total harmonic distortion in the distribution system consequently to improve the power quality. UPQC is a recent power electronic module which guarantees better power quality mitigation as it has both series-active and shunt-active power filters (APFs. The fuzzy logic controller has recently attracted a great deal of attention and possesses conceptually the quality of the simplicity by tackling complex systems with vagueness and ambiguity. In this research, the fuzzy logic controller is utilized for the generation of reference signal controlling the UPQC. To enable this, a systematic approach for creating the fuzzy membership functions is carried out by using an ant colony optimization technique for optimal fuzzy logic control. An exhaustive simulation study using the MATLAB/Simulink is carried out to investigate and demonstrate the performance of the proposed fuzzy logic controller and the simulation results are compared with the PI controller in terms of its performance in improving the power quality by minimizing the voltage sag and total harmonic distortion.

  2. Welding Robot Collision-Free Path Optimization

    Directory of Open Access Journals (Sweden)

    Xuewu Wang

    2017-02-01

    Full Text Available Reasonable welding path has a significant impact on welding efficiency, and a collision-free path should be considered first in the process of welding robot path planning. The shortest path length is considered as an optimization objective, and obstacle avoidance is considered as the constraint condition in this paper. First, a grid method is used as a modeling method after the optimization objective is analyzed. For local collision-free path planning, an ant colony algorithm is selected as the search strategy. Then, to overcome the shortcomings of the ant colony algorithm, a secondary optimization is presented to improve the optimization performance. Finally, the particle swarm optimization algorithm is used to realize global path planning. Simulation results show that the desired welding path can be obtained based on the optimization strategy.

  3. The interplay between scent trails and group-mass recruitment systems in ants

    NARCIS (Netherlands)

    Planque, R.; van den Berg, G.J.B.; Franks, N.R.

    2013-01-01

    Large ant colonies invariably use effective scent trails to guide copious ant numbers to food sources. The success of mass recruitment hinges on the involvement of many colony members to lay powerful trails. However, many ant colonies start off as single queens. How do these same colonies forage

  4. Study of heuristics in ant system for nuclear reload optimisation

    International Nuclear Information System (INIS)

    Lima, Alan M.M. de; Schirru, Roberto; Silva, Fernando C. da; Machado, Marcelo D.; Medeiros, Jose A.C.C.

    2007-01-01

    A Pressurized Water Reactor core must be reloaded every time the fuel burnup reaches a level when it is not possible to sustain nominal power operation. The nuclear core fuel reload optimization consists in finding a burned-up and fresh-fuel-assembly loading pattern that maximizes the number of effective full power days, minimizing the relationship cost/benefit. This problem is NP-hard, meaning that complexity grows exponentially with the number of fuel assemblies in the core. Besides that, the problem is non-linear and its search space is highly discontinual and multimodal. In this work a parallel computational system based on Ant Colony System (ACS) called Artificial-Ant-Colony Networks is used to solve the nuclear reactor core fuel reload optimization problem, with compatibles heuristics. ACS is a system based on artificial agents that uses the reinforcement learning technique and was originally developed to solve the Traveling Salesman Problem, which is conceptually similar to the nuclear fuel reload problem. (author)

  5. Study of heuristics in ant system for nuclear reload optimisation

    Energy Technology Data Exchange (ETDEWEB)

    Lima, Alan M.M. de; Schirru, Roberto; Silva, Fernando C. da; Machado, Marcelo D.; Medeiros, Jose A.C.C. [Universidade Federal do Rio de Janeiro (UFRJ), RJ (Brazil). Coordenacao dos Programas de Pos-graduacao de Engenharia (COPPE). Programa de Engenharia Nuclear]. E-mail: alan@lmp.ufrj.br; schirru@lmp.ufrj.br; fernando@con.ufrj.br; marcelo@lmp.ufrj.br; canedo@lmp.ufrj.br

    2007-07-01

    A Pressurized Water Reactor core must be reloaded every time the fuel burnup reaches a level when it is not possible to sustain nominal power operation. The nuclear core fuel reload optimization consists in finding a burned-up and fresh-fuel-assembly loading pattern that maximizes the number of effective full power days, minimizing the relationship cost/benefit. This problem is NP-hard, meaning that complexity grows exponentially with the number of fuel assemblies in the core. Besides that, the problem is non-linear and its search space is highly discontinual and multimodal. In this work a parallel computational system based on Ant Colony System (ACS) called Artificial-Ant-Colony Networks is used to solve the nuclear reactor core fuel reload optimization problem, with compatibles heuristics. ACS is a system based on artificial agents that uses the reinforcement learning technique and was originally developed to solve the Traveling Salesman Problem, which is conceptually similar to the nuclear fuel reload problem. (author)

  6. Fungal Adaptations to Mutualistic Life with Ants

    DEFF Research Database (Denmark)

    Kooij, Pepijn Wilhelmus

    Fungus-growing ants (Attini) feed off a fungus they cultivate in a mutualistic symbiosis in underground chambers by providing it substrate they collect outside the colony. The tribe of Attine ants ranges from small colonies of the paleo- and basal Attine species with a few hundred workers that fo...... that the fungus evolved some incredible adaptations to a mutualistic life with the ants....

  7. PinaColada: peptide-inhibitor ant colony ad-hoc design algorithm.

    Science.gov (United States)

    Zaidman, Daniel; Wolfson, Haim J

    2016-08-01

    Design of protein-protein interaction (PPI) inhibitors is a major challenge in Structural Bioinformatics. Peptides, especially short ones (5-15 amino acid long), are natural candidates for inhibition of protein-protein complexes due to several attractive features such as high structural compatibility with the protein binding site (mimicking the surface of one of the proteins), small size and the ability to form strong hotspot binding connections with the protein surface. Efficient rational peptide design is still a major challenge in computer aided drug design, due to the huge space of possible sequences, which is exponential in the length of the peptide, and the high flexibility of peptide conformations. In this article we present PinaColada, a novel computational method for the design of peptide inhibitors for protein-protein interactions. We employ a version of the ant colony optimization heuristic, which is used to explore the exponential space ([Formula: see text]) of length n peptide sequences, in combination with our fast robotics motivated PepCrawler algorithm, which explores the conformational space for each candidate sequence. PinaColada is being run in parallel, on a DELL PowerEdge 2.8 GHZ computer with 20 cores and 256 GB memory, and takes up to 24 h to design a peptide of 5-15 amino acids length. An online server available at: http://bioinfo3d.cs.tau.ac.il/PinaColada/. danielza@post.tau.ac.il; wolfson@tau.ac.il. © The Author 2016. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  8. Road Network Vulnerability Analysis Based on Improved Ant Colony Algorithm

    Directory of Open Access Journals (Sweden)

    Yunpeng Wang

    2014-01-01

    Full Text Available We present an improved ant colony algorithm-based approach to assess the vulnerability of a road network and identify the critical infrastructures. This approach improves computational efficiency and allows for its applications in large-scale road networks. This research involves defining the vulnerability conception, modeling the traffic utility index and the vulnerability of the road network, and identifying the critical infrastructures of the road network. We apply the approach to a simple test road network and a real road network to verify the methodology. The results show that vulnerability is directly related to traffic demand and increases significantly when the demand approaches capacity. The proposed approach reduces the computational burden and may be applied in large-scale road network analysis. It can be used as a decision-supporting tool for identifying critical infrastructures in transportation planning and management.

  9. Selenium exposure results in reduced reproduction in an invasive ant species and altered competitive behavior for a native ant species

    International Nuclear Information System (INIS)

    De La Riva, Deborah G.; Trumble, John T.

    2016-01-01

    Competitive ability and numerical dominance are important factors contributing to the ability of invasive ant species to establish and expand their ranges in new habitats. However, few studies have investigated the impact of environmental contamination on competitive behavior in ants as a potential factor influencing dynamics between invasive and native ant species. Here we investigated the widespread contaminant selenium to investigate its potential influence on invasion by the exotic Argentine ant, Linepithema humile, through effects on reproduction and competitive behavior. For the fecundity experiment, treatments were provided to Argentine ant colonies via to sugar water solutions containing one of three concentrations of selenium (0, 5 and 10 μg Se mL −1 ) that fall within the range found in soil and plants growing in contaminated areas. Competition experiments included both the Argentine ant and the native Dorymyrmex bicolor to determine the impact of selenium exposure (0 or 15 μg Se mL −1 ) on exploitation- and interference-competition between ant species. The results of the fecundity experiment revealed that selenium negatively impacted queen survival and brood production of Argentine ants. Viability of the developing brood was also affected in that offspring reached adulthood only in colonies that were not given selenium, whereas those in treated colonies died in their larval stages. Selenium exposure did not alter direct competitive behaviors for either species, but selenium exposure contributed to an increased bait discovery time for D. bicolor. Our results suggest that environmental toxins may not only pose problems for native ant species, but may also serve as a potential obstacle for establishment among exotic species. - Highlights: • Argentine ant colonies exposed to selenium had reduced fecundity compared to unexposed colonies. • Viability of offspring was negatively impacted by selenium. • Queen survival was reduced in colonies

  10. Time optimized path-choice in the termite hunting ant Megaponera analis.

    Science.gov (United States)

    Frank, Erik T; Hönle, Philipp O; Linsenmair, K Eduard

    2018-05-10

    Trail network systems among ants have received a lot of scientific attention due to their various applications in problem solving of networks. Recent studies have shown that ants select the fastest available path when facing different velocities on different substrates, rather than the shortest distance. The progress of decision-making by these ants is determined by pheromone-based maintenance of paths, which is a collective decision. However, path optimization through individual decision-making remains mostly unexplored. Here we present the first study of time-optimized path selection via individual decision-making by scout ants. Megaponera analis scouts search for termite foraging sites and lead highly organized raid columns to them. The path of the scout determines the path of the column. Through installation of artificial roads around M. analis nests we were able to influence the pathway choice of the raids. After road installation 59% of all recorded raids took place completely or partly on the road, instead of the direct, i.e. distance-optimized, path through grass from the nest to the termites. The raid velocity on the road was more than double the grass velocity, the detour thus saved 34.77±23.01% of the travel time compared to a hypothetical direct path. The pathway choice of the ants was similar to a mathematical model of least time allowing us to hypothesize the underlying mechanisms regulating the behavior. Our results highlight the importance of individual decision-making in the foraging behavior of ants and show a new procedure of pathway optimization. © 2018. Published by The Company of Biologists Ltd.

  11. Sick ants become unsociable

    DEFF Research Database (Denmark)

    Bos, Nicky Peter Maria; Lefevre, T.; Jensen, A.B.

    2012-01-01

    Parasites represent a severe threat to social insects, which form high-density colonies of related individuals, and selection should favour host traits that reduce infection risk. Here, using a carpenter ant (Camponotus aethiops) and a generalist insect pathogenic fungus (Metarhizium brunneum), we...... show that infected ants radically change their behaviour over time to reduce the risk of colony infection. Infected individuals (i) performed less social interactions than their uninfected counterparts, (ii) did not interact with brood anymore and (iii) spent most of their time outside the nest from...... day 3 post-infection until death. Furthermore, infected ants displayed an increased aggressiveness towards non-nestmates. Finally, infected ants did not alter their cuticular chemical profile, suggesting that infected individuals do not signal their physiological status to nestmates. Our results...

  12. Joint optimization of maintenance, buffers and machines in manufacturing lines

    Science.gov (United States)

    Nahas, Nabil; Nourelfath, Mustapha

    2018-01-01

    This article considers a series manufacturing line composed of several machines separated by intermediate buffers of finite capacity. The goal is to find the optimal number of preventive maintenance actions performed on each machine, the optimal selection of machines and the optimal buffer allocation plan that minimize the total system cost, while providing the desired system throughput level. The mean times between failures of all machines are assumed to increase when applying periodic preventive maintenance. To estimate the production line throughput, a decomposition method is used. The decision variables in the formulated optimal design problem are buffer levels, types of machines and times between preventive maintenance actions. Three heuristic approaches are developed to solve the formulated combinatorial optimization problem. The first heuristic consists of a genetic algorithm, the second is based on the nonlinear threshold accepting metaheuristic and the third is an ant colony system. The proposed heuristics are compared and their efficiency is shown through several numerical examples. It is found that the nonlinear threshold accepting algorithm outperforms the genetic algorithm and ant colony system, while the genetic algorithm provides better results than the ant colony system for longer manufacturing lines.

  13. Entomopathogens Isolated from Invasive Ants and Tests of Their Pathogenicity

    Directory of Open Access Journals (Sweden)

    Maria Fernanda Miori de Zarzuela

    2012-01-01

    Full Text Available Some ant species cause severe ecological and health impact in urban areas. Many attempts have been tested to control such species, although they do not always succeed. Biological control is an alternative to chemical control and has gained great prominence in research, and fungi and nematodes are among the successful organisms controlling insects. This study aimed to clarify some questions regarding the biological control of ants. Invasive ant species in Brazil had their nests evaluated for the presence of entomopathogens. Isolated entomopathogens were later applied in colonies of Monomorium floricola under laboratory conditions to evaluate their effectiveness and the behavior of the ant colonies after treatment. The entomopathogenic nematodes Heterorhabditis sp. and Steinernema sp. and the fungi Beauveria bassiana, Metarhizium anisopliae, and Paecilomyces sp. were isolated from the invasive ant nests. M. floricola colonies treated with Steinernema sp. and Heterorhabditis sp. showed a higher mortality of workers than control. The fungus Beauveria bassiana caused higher mortality of M. floricola workers. However, no colony reduction or elimination was observed in any treatment. The defensive behaviors of ants, such as grooming behavior and colony budding, must be considered when using fungi and nematodes for biological control of ants.

  14. Hybrid real-code ant colony optimisation for constrained mechanical design

    Science.gov (United States)

    Pholdee, Nantiwat; Bureerat, Sujin

    2016-01-01

    This paper proposes a hybrid meta-heuristic based on integrating a local search simplex downhill (SDH) method into the search procedure of real-code ant colony optimisation (ACOR). This hybridisation leads to five hybrid algorithms where a Monte Carlo technique, a Latin hypercube sampling technique (LHS) and a translational propagation Latin hypercube design (TPLHD) algorithm are used to generate an initial population. Also, two numerical schemes for selecting an initial simplex are investigated. The original ACOR and its hybrid versions along with a variety of established meta-heuristics are implemented to solve 17 constrained test problems where a fuzzy set theory penalty function technique is used to handle design constraints. The comparative results show that the hybrid algorithms are the top performers. Using the TPLHD technique gives better results than the other sampling techniques. The hybrid optimisers are a powerful design tool for constrained mechanical design problems.

  15. Kin-informative recognition cues in ants

    DEFF Research Database (Denmark)

    Nehring, Volker; Evison, Sophie E F; Santorelli, Lorenzo A

    2011-01-01

    behaviour is thought to be rare in one of the classic examples of cooperation--social insect colonies--because the colony-level costs of individual selfishness select against cues that would allow workers to recognize their closest relatives. In accord with this, previous studies of wasps and ants have...... found little or no kin information in recognition cues. Here, we test the hypothesis that social insects do not have kin-informative recognition cues by investigating the recognition cues and relatedness of workers from four colonies of the ant Acromyrmex octospinosus. Contrary to the theoretical...... prediction, we show that the cuticular hydrocarbons of ant workers in all four colonies are informative enough to allow full-sisters to be distinguished from half-sisters with a high accuracy. These results contradict the hypothesis of non-heritable recognition cues and suggest that there is more potential...

  16. Automatic optimization of a nuclear reactor reload using the algorithm Ant-Q

    International Nuclear Information System (INIS)

    Machado, Liana; Schirru, Roberto

    2002-01-01

    The nuclear fuel reload optimization is a NP-Complete combinatorial optimization problem. For decades this problem was solved using an expert's knowledge. From the eighties, however there have been efforts to automatic fuel reload and the more recent ones show the Genetic Algorithm's (GA) efficiency on this problem. Following this trend, our aim is to optimization nuclear fuel reload using Ant-Q, artificial theory based algorithms. Ant-Q's results on the Traveling salesman Problem, which is conceptuality similar to fuel reload, are better than GA's. Ant-Q was tested in real application on the cycle 7 reload of Angra I. Comparing Ant-Q result with the GA's, it can be verified that, even without a local heuristics, the former algorithm, as it superiority comparing the GA in Angra I show. Is a valid technique to solve the nuclear fuel reload problem. (author)

  17. Ant groups optimally amplify the effect of transiently informed individuals

    Science.gov (United States)

    Gelblum, Aviram; Pinkoviezky, Itai; Fonio, Ehud; Ghosh, Abhijit; Gov, Nir; Feinerman, Ofer

    2015-07-01

    To cooperatively transport a large load, it is important that carriers conform in their efforts and align their forces. A downside of behavioural conformism is that it may decrease the group's responsiveness to external information. Combining experiment and theory, we show how ants optimize collective transport. On the single-ant scale, optimization stems from decision rules that balance individuality and compliance. Macroscopically, these rules poise the system at the transition between random walk and ballistic motion where the collective response to the steering of a single informed ant is maximized. We relate this peak in response to the divergence of susceptibility at a phase transition. Our theoretical models predict that the ant-load system can be transitioned through the critical point of this mesoscopic system by varying its size; we present experiments supporting these predictions. Our findings show that efficient group-level processes can arise from transient amplification of individual-based knowledge.

  18. A Multi-Attribute Pheromone Ant Secure Routing Algorithm Based on Reputation Value for Sensor Networks

    Directory of Open Access Journals (Sweden)

    Lin Zhang

    2017-03-01

    Full Text Available With the development of wireless sensor networks, certain network problems have become more prominent, such as limited node resources, low data transmission security, and short network life cycles. To solve these problems effectively, it is important to design an efficient and trusted secure routing algorithm for wireless sensor networks. Traditional ant-colony optimization algorithms exhibit only local convergence, without considering the residual energy of the nodes and many other problems. This paper introduces a multi-attribute pheromone ant secure routing algorithm based on reputation value (MPASR. This algorithm can reduce the energy consumption of a network and improve the reliability of the nodes’ reputations by filtering nodes with higher coincidence rates and improving the method used to update the nodes’ communication behaviors. At the same time, the node reputation value, the residual node energy and the transmission delay are combined to formulate a synthetic pheromone that is used in the formula for calculating the random proportion rule in traditional ant-colony optimization to select the optimal data transmission path. Simulation results show that the improved algorithm can increase both the security of data transmission and the quality of routing service.

  19. A Multi-Attribute Pheromone Ant Secure Routing Algorithm Based on Reputation Value for Sensor Networks

    Science.gov (United States)

    Zhang, Lin; Yin, Na; Fu, Xiong; Lin, Qiaomin; Wang, Ruchuan

    2017-01-01

    With the development of wireless sensor networks, certain network problems have become more prominent, such as limited node resources, low data transmission security, and short network life cycles. To solve these problems effectively, it is important to design an efficient and trusted secure routing algorithm for wireless sensor networks. Traditional ant-colony optimization algorithms exhibit only local convergence, without considering the residual energy of the nodes and many other problems. This paper introduces a multi-attribute pheromone ant secure routing algorithm based on reputation value (MPASR). This algorithm can reduce the energy consumption of a network and improve the reliability of the nodes’ reputations by filtering nodes with higher coincidence rates and improving the method used to update the nodes’ communication behaviors. At the same time, the node reputation value, the residual node energy and the transmission delay are combined to formulate a synthetic pheromone that is used in the formula for calculating the random proportion rule in traditional ant-colony optimization to select the optimal data transmission path. Simulation results show that the improved algorithm can increase both the security of data transmission and the quality of routing service. PMID:28282894

  20. Signals can trump rewards in attracting seed-dispersing ants.

    Directory of Open Access Journals (Sweden)

    Kyle M Turner

    Full Text Available Both rewards and signals are important in mutualisms. In myrmecochory, or seed dispersal by ants, the benefits to plants are relatively well studied, but less is known about why ants pick up and move seeds. We examined seed dispersal by the ant Aphaenogaster rudis of four co-occurring species of plants, and tested whether morphology, chemical signaling, or the nutritional quality of fatty seed appendages called elaiosomes influenced dispersal rates. In removal trials, ants quickly collected diaspores (seeds plus elaiosomes of Asarum canadense, Trillium grandiflorum, and Sanguinaria canadensis, but largely neglected those of T. erectum. This discrepancy was not explained by differences in the bulk cost-benefit ratio, as assessed by the ratio of seed to elaiosome mass. We also provisioned colonies with diaspores from one of these four plant species or no diaspores as a control. Colonies performed best when fed S. canadensis diaspores, worst when fed T. grandiflorum, and intermediately when fed A. canadense, T. erectum, or no diaspores. Thus, the nutritional rewards in elaiosomes affected colony performance, but did not completely predict seed removal. Instead, high levels of oleic acid in T. grandiflorum elaiosomes may explain why ants disperse these diaspores even though they reduce ant colony performance. We show for the first time that different elaiosome-bearing plants provide rewards of different quality to ant colonies, but also that ants appear unable to accurately assess reward quality when encountering seeds. Instead, we suggest that signals can trump rewards as attractants of ants to seeds.

  1. Neuromodulation of Nestmate Recognition Decisions by Pavement Ants.

    Science.gov (United States)

    Bubak, Andrew N; Yaeger, Jazmine D W; Renner, Kenneth J; Swallow, John G; Greene, Michael J

    2016-01-01

    Ant colonies are distributed systems that are regulated in a non-hierarchical manner. Without a central authority, individuals inform their decisions by comparing information in local cues to a set of inherent behavioral rules. Individual behavioral decisions collectively change colony behavior and lead to self-organization capable of solving complex problems such as the decision to engage in aggressive societal conflicts with neighbors. Despite the relevance to colony fitness, the mechanisms that drive individual decisions leading to cooperative behavior are not well understood. Here we show how sensory information, both tactile and chemical, and social context-isolation, nestmate interaction, or fighting non-nestmates-affects brain monoamine levels in pavement ants (Tetramorium caespitum). Our results provide evidence that changes in octopamine and serotonin in the brains of individuals are sufficient to alter the decision by pavement ants to be aggressive towards non-nestmate ants whereas increased brain levels of dopamine correlate to physical fighting. We propose a model in which the changes in brain states of many workers collectively lead to the self-organization of societal aggression between neighboring colonies of pavement ants.

  2. Multi-objective ant algorithm for wireless sensor network positioning

    International Nuclear Information System (INIS)

    Fidanova, S.; Shindarov, M.; Marinov, P.

    2013-01-01

    It is impossible to imagine our modern life without telecommunications. Wireless networks are a part of telecommunications. Wireless sensor networks (WSN) consist of spatially distributed sensors, which communicate in wireless way. This network monitors physical or environmental conditions. The objective is the full coverage of the monitoring region and less energy consumption of the network. The most appropriate approach to solve the problem is metaheuristics. In this paper the full coverage of the area is treated as a constrain. The objectives which are optimized are a minimal number of sensors and energy (lifetime) of the network. We apply multi-objective Ant Colony Optimization to solve this important telecommunication problem. We chose MAX-MIN Ant System approach, because it is proven to converge to the global optima

  3. Insecticide transfer efficiency and lethal load in Argentine ants

    Energy Technology Data Exchange (ETDEWEB)

    Hooper-Bui, L.M. [Department of Environmental Science, Louisiana State University, Baton Rouge, LA 70803 (United States); Department of Entomology, University of California, Riverside, CA 92521 (United States); Kwok, E.S.C. [Department of Cell Biology and Neuroscience, University of California, Riverside, CA 92521 (United States); Buchholz, B.A., E-mail: buchholz2@llnl.gov [Center for Accelerator Mass Spectrometry, Lawrence Livermore National Laboratory, Livermore, CA 94551 (United States); Department of Environmental Toxicology, University of California, Davis, CA 95616 (United States); Rust, M.K. [Department of Entomology, University of California, Riverside, CA 92521 (United States); Eastmond, D.A. [Department of Cell Biology and Neuroscience, University of California, Riverside, CA 92521 (United States); Vogel, J.S. [Center for Accelerator Mass Spectrometry, Lawrence Livermore National Laboratory, Livermore, CA 94551 (United States)

    2015-10-15

    Trophallaxis between individual worker ants and the toxicant load in dead and live Argentine ants (Linepithema humile) in colonies exposed to fipronil and hydramethylnon experimental baits were examined using accelerator mass spectrometry (AMS). About 50% of the content of the crop containing trace levels of {sup 14}C-sucrose, {sup 14}C-hydramethylnon, and {sup 14}C-fipronil was shared between single donor and recipient ants. Dead workers and queens contained significantly more hydramethylnon (122.7 and 22.4 amol/μg ant, respectively) than did live workers and queens (96.3 and 10.4 amol/μg ant, respectively). Dead workers had significantly more fipronil (420.3 amol/μg ant) than did live workers (208.5 amol/μg ant), but dead and live queens had equal fipronil levels (59.5 and 54.3 amol/μg ant, respectively). The distribution of fipronil differed within the bodies of dead and live queens; the highest amounts of fipronil were recovered in the thorax of dead queens whereas live queens had the highest levels in the head. Resurgence of polygynous ant colonies treated with hydramethylnon baits may be explained by queen survival resulting from sublethal doses due to a slowing of trophallaxis throughout the colony. Bait strategies and dose levels for controlling insect pests need to be based on the specific toxicant properties and trophic strategies for targeting the entire colony.

  4. Insecticide transfer efficiency and lethal load in Argentine ants

    International Nuclear Information System (INIS)

    Hooper-Bui, L.M.; Kwok, E.S.C.; Buchholz, B.A.; Rust, M.K.; Eastmond, D.A.; Vogel, J.S.

    2015-01-01

    Trophallaxis between individual worker ants and the toxicant load in dead and live Argentine ants (Linepithema humile) in colonies exposed to fipronil and hydramethylnon experimental baits were examined using accelerator mass spectrometry (AMS). About 50% of the content of the crop containing trace levels of 14 C-sucrose, 14 C-hydramethylnon, and 14 C-fipronil was shared between single donor and recipient ants. Dead workers and queens contained significantly more hydramethylnon (122.7 and 22.4 amol/μg ant, respectively) than did live workers and queens (96.3 and 10.4 amol/μg ant, respectively). Dead workers had significantly more fipronil (420.3 amol/μg ant) than did live workers (208.5 amol/μg ant), but dead and live queens had equal fipronil levels (59.5 and 54.3 amol/μg ant, respectively). The distribution of fipronil differed within the bodies of dead and live queens; the highest amounts of fipronil were recovered in the thorax of dead queens whereas live queens had the highest levels in the head. Resurgence of polygynous ant colonies treated with hydramethylnon baits may be explained by queen survival resulting from sublethal doses due to a slowing of trophallaxis throughout the colony. Bait strategies and dose levels for controlling insect pests need to be based on the specific toxicant properties and trophic strategies for targeting the entire colony.

  5. The interplay between scent trails and group-mass recruitment systems in ants.

    Science.gov (United States)

    Planqué, Robert; van den Berg, Jan Bouwe; Franks, Nigel R

    2013-10-01

    Large ant colonies invariably use effective scent trails to guide copious ant numbers to food sources. The success of mass recruitment hinges on the involvement of many colony members to lay powerful trails. However, many ant colonies start off as single queens. How do these same colonies forage efficiently when small, thereby overcoming the hurdles to grow large? In this paper, we study the case of combined group and mass recruitment displayed by some ant species. Using mathematical models, we explore to what extent early group recruitment may aid deployment of scent trails, making such trails available at much smaller colony sizes. We show that a competition between group and mass recruitment may cause oscillatory behaviour mediated by scent trails. This results in a further reduction of colony size to establish trails successfully.

  6. Ant-plant mutualism: a dietary by-product of a tropical ant's macronutrient requirements.

    Science.gov (United States)

    Arcila Hernández, Lina M; Sanders, Jon G; Miller, Gabriel A; Ravenscraft, Alison; Frederickson, Megan E

    2017-12-01

    Many arboreal ants depend on myrmecophytic plants for both food and shelter; in return, these ants defend their host plants against herbivores, which are often insects. Ant-plant and other mutualisms do not necessarily involve the exchange of costly rewards or services; they may instead result from by-product benefits, or positive outcomes that do not entail a cost for one or both partners. Here, we examined whether the plant-ant Allomerus octoarticulatus pays a short-term cost to defend their host plants against herbivores, or whether plant defense is a by-product benefit of ant foraging for insect prey. Because the food offered by ant-plants is usually nitrogen-poor, arboreal ants may balance their diets by consuming insect prey or associating with microbial symbionts to acquire nitrogen, potentially shifting the costs and benefits of plant defense for the ant partner. To determine the effect of ant diet on an ant-plant mutualism, we compared the behavior, morphology, fitness, stable isotope signatures, and gaster microbiomes of A. octoarticulatus ants nesting in Cordia nodosa trees maintained for nearly a year with or without insect herbivores. At the end of the experiment, ants from herbivore exclosures preferred protein-rich baits more than ants in the control (i.e., herbivores present) treatment. Furthermore, workers in the control treatment were heavier than in the herbivore-exclusion treatment, and worker mass predicted reproductive output, suggesting that foraging for insect prey directly increased ant colony fitness. The gaster microbiome of ants was not significantly affected by the herbivore exclusion treatment. We conclude that the defensive behavior of some phytoecious ants is a by-product of their need for external protein sources; thus, the consumption of insect herbivores by ants benefits both the ant colony and the host plant. © 2017 by the Ecological Society of America.

  7. Leaf endophyte load influences fungal garden development in leaf-cutting ants

    Directory of Open Access Journals (Sweden)

    Van Bael Sunshine A

    2012-11-01

    Full Text Available Abstract Background Previous work has shown that leaf-cutting ants prefer to cut leaf material with relatively low fungal endophyte content. This preference suggests that fungal endophytes exact a cost on the ants or on the development of their colonies. We hypothesized that endophytes may play a role in their host plants’ defense against leaf-cutting ants. To measure the long-term cost to the ant colony of fungal endophytes in their forage material, we conducted a 20-week laboratory experiment to measure fungal garden development for colonies that foraged on leaves with low or high endophyte content. Results Colony mass and the fungal garden dry mass did not differ significantly between the low and high endophyte feeding treatments. There was, however, a marginally significant trend toward greater mass of fungal garden per ant worker in the low relative to the high endophyte treatment. This trend was driven by differences in the fungal garden mass per worker from the earliest samples, when leaf-cutting ants had been foraging on low or high endophyte leaf material for only 2 weeks. At two weeks of foraging, the mean fungal garden mass per worker was 77% greater for colonies foraging on leaves with low relative to high endophyte loads. Conclusions Our data suggest that the cost of endophyte presence in ant forage material may be greatest to fungal colony development in its earliest stages, when there are few workers available to forage and to clean leaf material. This coincides with a period of high mortality for incipient colonies in the field. We discuss how the endophyte-leaf-cutter ant interaction may parallel constitutive defenses in plants, whereby endophytes reduce the rate of colony development when its risk of mortality is greatest.

  8. A cellular automata model for ant trails

    Indian Academy of Sciences (India)

    In this study, the unidirectional ant traffic flow with U-turn in an ant trail was inves- tigated using ... the literature, it was considered in the model that (i) ant colony consists of two kinds of ants, good- ... ponents without a central controller [8].

  9. The cavity-nest ant Temnothorax crassispinus prefers larger nests.

    Science.gov (United States)

    Mitrus, S

    Colonies of the ant Temnothorax crassispinus inhabit mostly cavities in wood and hollow acorns. Typically in the field, nest sites that can be used by the ant are a limited resource. In a field experiment, it was investigated whether the ants prefer a specific size of nest, when different ones are available. In July 2011, a total of 160 artificial nests were placed in a beech-pine forest. Four artificial nests (pieces of wood with volume cavities, ca 415, 605, 730, and 980 mm 3 , respectively) were located on each square meter of the experimental plot. One year later, shortly before the emergence of new sexuals, the nests were collected. In July 2012, colonies inhabited more frequently bigger nests. Among queenright colonies, the ones which inhabited bigger nests had more workers. However, there was no relationship between volume of nest and number of workers for queenless colonies. Queenright colonies from bigger nests produced more sexual individuals, but there was no correlation between number of workers and sex allocation ratio, or between volume of nest and sex allocation ratio. In a laboratory experiment where ant colonies were kept in 470 and 860 mm 3 nests, larger colonies allocated more energy to produce sexual individuals. The results of this study show the selectivity of T. crassispinus ants regarding the size of nest cavity, and that the nest volume has an impact on life history parameters.

  10. Neuromodulation of Nestmate Recognition Decisions by Pavement Ants.

    Directory of Open Access Journals (Sweden)

    Andrew N Bubak

    Full Text Available Ant colonies are distributed systems that are regulated in a non-hierarchical manner. Without a central authority, individuals inform their decisions by comparing information in local cues to a set of inherent behavioral rules. Individual behavioral decisions collectively change colony behavior and lead to self-organization capable of solving complex problems such as the decision to engage in aggressive societal conflicts with neighbors. Despite the relevance to colony fitness, the mechanisms that drive individual decisions leading to cooperative behavior are not well understood. Here we show how sensory information, both tactile and chemical, and social context-isolation, nestmate interaction, or fighting non-nestmates-affects brain monoamine levels in pavement ants (Tetramorium caespitum. Our results provide evidence that changes in octopamine and serotonin in the brains of individuals are sufficient to alter the decision by pavement ants to be aggressive towards non-nestmate ants whereas increased brain levels of dopamine correlate to physical fighting. We propose a model in which the changes in brain states of many workers collectively lead to the self-organization of societal aggression between neighboring colonies of pavement ants.

  11. The effect of symbiotic ant colonies on plant growth: a test using an Azteca-Cecropia system.

    Directory of Open Access Journals (Sweden)

    Karla N Oliveira

    Full Text Available In studies of ant-plant mutualisms, the role that ants play in increasing the growth rates of their plant partners is potentially a key beneficial service. In the field, we measured the growth of Cecropia glaziovii saplings and compared individuals that were naturally colonized by Azteca muelleri ants with uncolonized plants in different seasons (wet and dry. We also measured light availability as well as attributes that could be influenced by the presence of Azteca colonies, such as herbivory, leaf nutrients (total nitrogen and δ(15N, and investments in defense (total phenolics and leaf mass per area. We found that colonized plants grew faster than uncolonized plants and experienced a lower level of herbivory in both the wet and dry seasons. Colonized plants had higher nitrogen content than uncolonized plants, although the δ(15N, light environment, total phenolics and leaf mass per area, did not differ between colonized and uncolonized plants. Since colonized and uncolonized plants did not differ in the direct defenses that we evaluated, yet herbivory was lower in colonized plants, we conclude that biotic defenses were the most effective protection against herbivores in our system. This result supports the hypothesis that protection provided by ants is an important factor promoting plant growth. Since C. glaziovii is widely distributed among a variety of forests and ecotones, and since we demonstrated a strong relationship with their ant partners, this system can be useful for comparative studies of ant-plant interactions in different habitats. Also, given this study was carried out near the transition to the subtropics, these results help generalize the geographic distribution of this mutualism and may shed light on the persistence of the interactions in the face of climate change.

  12. Specialized Fungal Parasites and Opportunistic Fungi in Gardens of Attine Ants

    Directory of Open Access Journals (Sweden)

    Fernando C. Pagnocca

    2012-01-01

    Full Text Available Ants in the tribe Attini (Hymenoptera: Formicidae comprise about 230 described species that share the same characteristic: all coevolved in an ancient mutualism with basidiomycetous fungi cultivated for food. In this paper we focused on fungi other than the mutualistic cultivar and their roles in the attine ant symbiosis. Specialized fungal parasites in the genus Escovopsis negatively impact the fungus gardens. Many fungal parasites may have small impacts on the ants' fungal colony when the colony is balanced, but then may opportunistically shift to having large impacts if the ants' colony becomes unbalanced.

  13. Improving the Power Quality in Tehran Metro Line-Two Using the Ant Colony Algorithm

    Directory of Open Access Journals (Sweden)

    H. Ehteshami

    2017-12-01

    Full Text Available This research aims to survey the improvement of power quality in Tehran metro line 2 using the ant colony algorithm and to investigate all the factors affecting the achievement of this goal. In order to put Tehran on the road of sustainable development, finding a solution for dealing with air pollution is essential. The use of public transportation, especially metro, is one of the ways to achieve this goal. Since the highest share of pollutants in Tehran belongs to cars and mobile sources, relative statistical indicators are estimated through assuming the effect of metro lines development and subsequently reduction of traffic on power quality index.

  14. Density-dependent benefits in ant-hemipteran mutualism? The case of the ghost ant Tapinoma melanocephalum (Hymenoptera: Formicidae and the invasive mealybug Phenacoccus solenopsis (Hemiptera: Pseudococcidae.

    Directory of Open Access Journals (Sweden)

    Aiming Zhou

    Full Text Available Although density-dependent benefits to hemipterans from ant tending have been measured many times, few studies have focused on integrated effects such as interactions between ant tending, natural enemy density, and hemipteran density. In this study, we tested whether the invasive mealybug Phenacoccus solenopsis is affected by tending by ghost ants (Tapinoma melanocephalum, the presence of parasitoids, mealybug density, parasitoid density and interactions among these factors. Our results showed that mealybug colony growth rate and percentage parasitism were significantly affected by ant tending, parasitoid presence, and initial mealybug density separately. However, there were no interactions among the independent factors. There were also no significant interactions between ant tending and parasitoid density on either mealybug colony growth rate or percentage parasitism. Mealybug colony growth rate showed a negative linear relationship with initial mealybug density but a positive linear relationship with the level of ant tending. These results suggest that benefits to mealybugs are density-independent and are affected by ant tending level.

  15. Sperm length evolution in the fungus-growing ants

    DEFF Research Database (Denmark)

    Baer, B.; Dijkstra, M. B.; Mueller, U. G.

    2009-01-01

    -growing ants, representing 9 of the 12 recognized genera, and mapped these onto the ant phylogeny. We show that average sperm length across species is highly variable and decreases with mature colony size in basal genera with singly mated queens, suggesting that sperm production or storage constraints affect...... the evolution of sperm length. Sperm length does not decrease further in multiply mating leaf-cutting ants, despite substantial further increases in colony size. In a combined analysis, sexual dimorphism explained 63.1% of the variance in sperm length between species. As colony size was not a significant...... predictor in this analysis, we conclude that sperm production trade-offs in males have been the major selective force affecting sperm length across the fungus-growing ants, rather than storage constraints in females. The relationship between sperm length and sexual dimorphism remained robust...

  16. Improving Emergency Management by Modeling Ant Colonies

    Science.gov (United States)

    2015-03-01

    perform functions such as nursing the brood or maintaining the nest. The more mature workers will begin to travel outside the nest to perform foraging...small sized ants predominantly act in functional roles such as nurses or transport services within the nest. The larger sizes predominantly function...stages: the founding stage, the ergonomic stage, and the reproductive stage. The founding stage is marked by a queen ant successful mating and laying

  17. Behavior of ergatoid males in the ant, Cardiocondyla nuda

    OpenAIRE

    Heinze, Jürgen; Künholz, S.; Schilder, K.; Hölldobler, B.

    1993-01-01

    Ergatoid males of the ant, Cardiocondyla nuda, attack and frequently kill young males during or shortly after eclosion. Smaller colonies therefore contain typically only one adult male, which may inseminate all alate queens which are reared in the colony over a few weeks. In larger colonies, several males may be present, however, fighting among adult males was not observed. We discuss the significance of male fighting behavior in ants.

  18. Disease dynamics in a specialized parasite of ant societies

    DEFF Research Database (Denmark)

    Andersen, Sandra Breum; Ferrari, Matthew; Evans, Harry C.

    2012-01-01

    Coevolution between ant colonies and their rare specialized parasites are intriguing, because lethal infections of workers may correspond to tolerable chronic diseases of colonies, but the parasite adaptations that allow stable coexistence with ants are virtually unknown. We explore the trade......-offs experienced by Ophiocordyceps parasites manipulating ants into dying in nearby graveyards. We used field data from Brazil and Thailand to parameterize and fit a model for the growth rate of graveyards. We show that parasite pressure is much lower than the abundance of ant cadavers suggests...

  19. DESIGNING DAILY PATROL ROUTES FOR POLICING BASED ON ANT COLONY ALGORITHM

    Directory of Open Access Journals (Sweden)

    H. Chen

    2015-07-01

    Full Text Available In this paper, we address the problem of planning police patrol routes to regularly cover street segments of high crime density (hotspots with limited police forces. A good patrolling strategy is required to minimise the average time lag between two consecutive visits to hotspots, as well as coordinating multiple patrollers and imparting unpredictability in patrol routes. Previous studies have designed different police patrol strategies for routing police patrol, but these strategies have difficulty in generalising to real patrolling and meeting various requirements. In this research we develop a new police patrolling strategy based on Bayesian method and ant colony algorithm. In this strategy, virtual marker (pheromone is laid to mark the visiting history of each crime hotspot, and patrollers continuously decide which hotspot to patrol next based on pheromone level and other variables. Simulation results using real data testifies the effective, scalable, unpredictable and extensible nature of this strategy.

  20. Ant colony optimisation for economic dispatch problem with non-smooth cost functions

    Energy Technology Data Exchange (ETDEWEB)

    Pothiya, Saravuth; Kongprawechnon, Waree [School of Communication, Instrumentation and Control, Sirindhorn International Institute of Technology, Thammasat University, P.O. Box 22, Pathumthani (Thailand); Ngamroo, Issarachai [Center of Excellence for Innovative Energy Systems, Faculty of Engineering, King Mongkut' s Institute of Technology Ladkrabang, Bangkok 10520 (Thailand)

    2010-06-15

    This paper presents a novel and efficient optimisation approach based on the ant colony optimisation (ACO) for solving the economic dispatch (ED) problem with non-smooth cost functions. In order to improve the performance of ACO algorithm, three additional techniques, i.e. priority list, variable reduction, and zoom feature are presented. To show its efficiency and effectiveness, the proposed ACO is applied to two types of ED problems with non-smooth cost functions. Firstly, the ED problem with valve-point loading effects consists of 13 and 40 generating units. Secondly, the ED problem considering the multiple fuels consists of 10 units. Additionally, the results of the proposed ACO are compared with those of the conventional heuristic approaches. The experimental results show that the proposed ACO approach is comparatively capable of obtaining higher quality solution and faster computational time. (author)

  1. Colony Structure and Nest Location of Two Species of Dacetine Ants: Pyramica ohioensis (Kennedy & Schramm and Pyramica rostrata (Emery in Maryland (Hymenoptera: Formicidae

    Directory of Open Access Journals (Sweden)

    Richard M. Duffield

    2011-01-01

    Full Text Available The discovery of numerous Pyramica ohioensis and P. rostrata colonies living in acorns, as well as the efficient recovery of colonies from artificial nests placed in suitable habitats, opens a new stage in the study of North American dacetine ants. Here we present detailed information, based on 42 nest collections, on the colony structure of these two species. P. ohioensis colonies are smaller than those of P. rostrata. Both species are polygynous, but nests of P. ohioensis contain fewer dealate queens than those of P. rostrata. This is the first report of multiple collections of Pyramica colonies nesting in fallen acorns, and of the use of artificial nesting cavities to sample for dacetines in the soil and leaf litter. We describe an artificial cavity nest design that may prove useful in future investigations.

  2. Sampling efficacy for the red imported fire ant Solenopsis invicta (Hymenoptera: Formicidae).

    Science.gov (United States)

    Stringer, Lloyd D; Suckling, David Maxwell; Baird, David; Vander Meer, Robert K; Christian, Sheree J; Lester, Philip J

    2011-10-01

    Cost-effective detection of invasive ant colonies before establishment in new ranges is imperative for the protection of national borders and reducing their global impact. We examined the sampling efficiency of food-baits and pitfall traps (baited and nonbaited) in detecting isolated red imported fire ant (Solenopsis invicta Buren) nests in multiple environments in Gainesville, FL. Fire ants demonstrated a significantly higher preference for a mixed protein food type (hotdog or ground meat combined with sweet peanut butter) than for the sugar or water baits offered. Foraging distance success was a function of colony size, detection trap used, and surveillance duration. Colony gyne number did not influence detection success. Workers from small nests (0- to 15-cm mound diameter) traveled no >3 m to a food source, whereas large colonies (>30-cm mound diameter) traveled up to 17 m. Baited pitfall traps performed best at detecting incipient ant colonies followed by nonbaited pitfall traps then food baits, whereas food baits performed well when trying to detect large colonies. These results were used to create an interactive model in Microsoft Excel, whereby surveillance managers can alter trap type, density, and duration parameters to estimate the probability of detecting specified or unknown S. invicta colony sizes. This model will support decision makers who need to balance the sampling cost and risk of failure to detect fire ant colonies.

  3. Fuzzy Rules for Ant Based Clustering Algorithm

    Directory of Open Access Journals (Sweden)

    Amira Hamdi

    2016-01-01

    Full Text Available This paper provides a new intelligent technique for semisupervised data clustering problem that combines the Ant System (AS algorithm with the fuzzy c-means (FCM clustering algorithm. Our proposed approach, called F-ASClass algorithm, is a distributed algorithm inspired by foraging behavior observed in ant colonyT. The ability of ants to find the shortest path forms the basis of our proposed approach. In the first step, several colonies of cooperating entities, called artificial ants, are used to find shortest paths in a complete graph that we called graph-data. The number of colonies used in F-ASClass is equal to the number of clusters in dataset. Hence, the partition matrix of dataset founded by artificial ants is given in the second step, to the fuzzy c-means technique in order to assign unclassified objects generated in the first step. The proposed approach is tested on artificial and real datasets, and its performance is compared with those of K-means, K-medoid, and FCM algorithms. Experimental section shows that F-ASClass performs better according to the error rate classification, accuracy, and separation index.

  4. Automatic optimization of a nuclear reactor reload using the algorithm Ant-Q; A otimizacao automatica da recarga nuclear utilizando o algoritmo Ant-Q

    Energy Technology Data Exchange (ETDEWEB)

    Machado, Liana; Schirru, Roberto [Universidade Federal, Rio de Janeiro, RJ (Brazil). Coordenacao dos Programas de Pos-graduacao de Engenharia. Programa de Engenharia Nuclear

    2002-07-01

    The nuclear fuel reload optimization is a NP-Complete combinatorial optimization problem. For decades this problem was solved using an expert's knowledge. From the eighties, however there have been efforts to automatic fuel reload and the more recent ones show the Genetic Algorithm's (GA) efficiency on this problem. Following this trend, our aim is to optimization nuclear fuel reload using Ant-Q, artificial theory based algorithms. Ant-Q's results on the Traveling salesman Problem, which is conceptuality similar to fuel reload, are better than GA's. Ant-Q was tested in real application on the cycle 7 reload of Angra I. Comparing Ant-Q result with the GA's, it can be verified that, even without a local heuristics, the former algorithm, as it superiority comparing the GA in Angra I show. Is a valid technique to solve the nuclear fuel reload problem. (author)

  5. A novel comprehensive learning artificial bee colony optimizer for dynamic optimization biological problems.

    Science.gov (United States)

    Su, Weixing; Chen, Hanning; Liu, Fang; Lin, Na; Jing, Shikai; Liang, Xiaodan; Liu, Wei

    2017-03-01

    There are many dynamic optimization problems in the real world, whose convergence and searching ability is cautiously desired, obviously different from static optimization cases. This requires an optimization algorithm adaptively seek the changing optima over dynamic environments, instead of only finding the global optimal solution in the static environment. This paper proposes a novel comprehensive learning artificial bee colony optimizer (CLABC) for optimization in dynamic environments problems, which employs a pool of optimal foraging strategies to balance the exploration and exploitation tradeoff. The main motive of CLABC is to enrich artificial bee foraging behaviors in the ABC model by combining Powell's pattern search method, life-cycle, and crossover-based social learning strategy. The proposed CLABC is a more bee-colony-realistic model that the bee can reproduce and die dynamically throughout the foraging process and population size varies as the algorithm runs. The experiments for evaluating CLABC are conducted on the dynamic moving peak benchmarks. Furthermore, the proposed algorithm is applied to a real-world application of dynamic RFID network optimization. Statistical analysis of all these cases highlights the significant performance improvement due to the beneficial combination and demonstrates the performance superiority of the proposed algorithm.

  6. A heritable component in sex ratio and caste determination in a Cardiocondyla ant

    Directory of Open Access Journals (Sweden)

    Heinze Jürgen

    2009-10-01

    Full Text Available Abstract Studies on sex ratios in social insects provide among the most compelling evidence for the importance of kin selection in social evolution. The elegant synthesis of Fisher's sex ratio principle and Hamilton's inclusive fitness theory predicts that colony-level sex ratios vary with the colonies' social and genetic structures. Numerous empirical studies in ants, bees, and wasps have corroborated these predictions. However, the evolutionary optimization of sex ratios requires genetic variation, but one fundamental determinant of sex ratios - the propensity of female larvae to develop into young queens or workers ("queen bias" - is thought to be largely controlled by the environment. Evidence for a genetic influence on sex ratio and queen bias is as yet restricted to a few taxa, in particular hybrids. Because of the very short lifetime of their queens, ants of the genus Cardiocondyla are ideal model systems for the study of complete lifetime reproductive success, queen bias, and sex ratios. We found that lifetime sex ratios of the ant Cardiocondyla kagutsuchi have a heritable component. In experimental single-queen colonies, 22 queens from a genetic lineage with a highly female-biased sex ratio produced significantly more female-biased offspring sex ratios than 16 queens from a lineage with a more male-biased sex ratio (median 91.5% vs. 58.5% female sexuals. Sex ratio variation resulted from different likelihood of female larvae developing into sexuals (median 50% vs. 22.6% female sexuals even when uniformly nursed by workers from another colony. Consistent differences in lifetime sex ratios and queen bias among queens of C. kagutsuchi suggest that heritable, genetic or maternal effects strongly affect caste determination. Such variation might provide the basis for adaptive evolution of queen and worker strategies, though it momentarily constrains the power of workers and queens to optimize caste ratios.

  7. A heritable component in sex ratio and caste determination in a Cardiocondyla ant.

    Science.gov (United States)

    Frohschammer, Sabine; Heinze, Jürgen

    2009-10-28

    Studies on sex ratios in social insects provide among the most compelling evidence for the importance of kin selection in social evolution. The elegant synthesis of Fisher's sex ratio principle and Hamilton's inclusive fitness theory predicts that colony-level sex ratios vary with the colonies' social and genetic structures. Numerous empirical studies in ants, bees, and wasps have corroborated these predictions. However, the evolutionary optimization of sex ratios requires genetic variation, but one fundamental determinant of sex ratios - the propensity of female larvae to develop into young queens or workers ("queen bias") - is thought to be largely controlled by the environment. Evidence for a genetic influence on sex ratio and queen bias is as yet restricted to a few taxa, in particular hybrids.Because of the very short lifetime of their queens, ants of the genus Cardiocondyla are ideal model systems for the study of complete lifetime reproductive success, queen bias, and sex ratios. We found that lifetime sex ratios of the ant Cardiocondyla kagutsuchi have a heritable component. In experimental single-queen colonies, 22 queens from a genetic lineage with a highly female-biased sex ratio produced significantly more female-biased offspring sex ratios than 16 queens from a lineage with a more male-biased sex ratio (median 91.5% vs. 58.5% female sexuals). Sex ratio variation resulted from different likelihood of female larvae developing into sexuals (median 50% vs. 22.6% female sexuals) even when uniformly nursed by workers from another colony.Consistent differences in lifetime sex ratios and queen bias among queens of C. kagutsuchi suggest that heritable, genetic or maternal effects strongly affect caste determination. Such variation might provide the basis for adaptive evolution of queen and worker strategies, though it momentarily constrains the power of workers and queens to optimize caste ratios.

  8. Eggs of the Blind Snake, Liotyphlops albirostris, Are Incubated in a Nest of the Lower Fungus-Growing Ant,  Apterostigma cf. goniodes

    Directory of Open Access Journals (Sweden)

    Gaspar Bruner

    2012-01-01

    Full Text Available Parental care is rare in most lower vertebrates. By selecting optimal oviposition sites, however, mothers can realize some benefits often associated with parental care. We found three ovoid reptilian eggs within a mature nest of a relatively basal fungus-growing ant, Apterostigma cf. goniodes (Attini, in central Panama. In laboratory colonies, A. cf. goniodes workers attended and cared for the eggs. Two blind snakes, Liotyphlops albirostris (Anomalepididae, successfully hatched, which is the first rearing record for this species. The ants did not disturb the snakes, and the snakes did not eat the ants; we found no ants in the dissected stomachs of the snakes. We review other associations between nesting fungus-growing ants and egg-laying vertebrates, which together suggest that attine nests may provide a safe, environmentally buffered location for oviposition, even in basal attine taxa with relatively small colony sizes.

  9. An ant-plant mutualism through the lens of cGMP-dependent kinase genes.

    Science.gov (United States)

    Malé, Pierre-Jean G; Turner, Kyle M; Doha, Manjima; Anreiter, Ina; Allen, Aaron M; Sokolowski, Marla B; Frederickson, Megan E

    2017-09-13

    In plant-animal mutualisms, how an animal forages often determines how much benefit its plant partner receives. In many animals, foraging behaviour changes in response to foraging gene expression or activation of the cGMP-dependent protein kinase (PKG) that foraging encodes. Here, we show that this highly conserved molecular mechanism affects the outcome of a plant-animal mutualism. We studied the two PKG genes of Allomerus octoarticulatus, an Amazonian ant that defends the ant-plant Cordia nodosa against herbivores. Some ant colonies are better 'bodyguards' than others. Working in the field in Peru, we found that colonies fed with a PKG activator recruited more workers to attack herbivores than control colonies. This resulted in less herbivore damage. PKG gene expression in ant workers correlated with whether an ant colony discovered an herbivore and how much damage herbivores inflicted on leaves in a complex way; natural variation in expression levels of the two genes had significant interaction effects on ant behaviour and herbivory. Our results suggest a molecular basis for ant protection of plants in this mutualism. © 2017 The Author(s).

  10. Evolutionary transition from single to multiple mating in fungus-growing ants

    DEFF Research Database (Denmark)

    Villesen, Palle; Gertsch, P J; Frydenberg, Jane

    1999-01-01

    Queens of leafcutter ants exhibit the highest known levels of multiple mating (up to 10 mates per queen) among ants. Multiple mating may have been selected to increase genetic diversity among nestmate workers, which is hypothesized to be critical in social systems with large, long-lived colonies...... under severe pressure of pathogens. Advanced fungus-growing (leafcutter) ants have large numbers (104-106 workers) and long-lived colonies, whereas basal genera in the attine tribe have small (... to have lower queen mating frequencies, similar to those found in most other ants. We tested this prediction by analysing queen mating frequency and colony kin structure in three basal attine species: Myrmicocrypta ednaella, Apterostigma collare and Cyphomyrmex longiscapus. Microsatellite marker analyses...

  11. Ant colony method to control variance reduction techniques in the Monte Carlo simulation of clinical electron linear accelerators

    International Nuclear Information System (INIS)

    Garcia-Pareja, S.; Vilches, M.; Lallena, A.M.

    2007-01-01

    The ant colony method is used to control the application of variance reduction techniques to the simulation of clinical electron linear accelerators of use in cancer therapy. In particular, splitting and Russian roulette, two standard variance reduction methods, are considered. The approach can be applied to any accelerator in a straightforward way and permits, in addition, to investigate the 'hot' regions of the accelerator, an information which is basic to develop a source model for this therapy tool

  12. Microsatellite primers for fungus-growing ants

    DEFF Research Database (Denmark)

    Villesen, Palle; Gertsch, P J; Boomsma, JJ

    2002-01-01

    We isolated five polymorphic microsatellite loci from a library of two thousand recombinant clones of two fungus-growing ant species, Cyphomyrmex longiscapus and Trachymyrmex cf. zeteki. Amplification and heterozygosity were tested in five species of higher attine ants using both the newly...... developed primers and earlier published primers that were developed for fungus-growing ants. A total of 20 variable microsatellite loci, developed for six different species of fungus-growing ants, are now available for studying the population genetics and colony kin-structure of these ants....

  13. Microsatellite Primers for Fungus-Growing Ants

    DEFF Research Database (Denmark)

    Villesen Fredsted, Palle; Gertsch, Pia J.; Boomsma, Jacobus Jan (Koos)

    2002-01-01

    We isolated five polymorphic microsatellite loci from a library of two thousand recombinant clones of two fungus-growing ant species, Cyphomyrmex longiscapus and Trachymyrmex cf. zeteki. Amplification and heterozygosity were tested in five species of higher attine ants using both the newly...... developed primers and earlier published primers that were developed for fungus-growing ants. A total of 20 variable microsatellite loci, developed for six different species of fungus-growing ants, are now available for studying the population genetics and colony kin-structure of these ants....

  14. Two castes sizes of leafcutter ants in task partitioning in foraging activity

    Directory of Open Access Journals (Sweden)

    Marcelo Arruda de Toledo

    Full Text Available ABSTRACT: Task partitioning in eusocial animals is most likely an evolutionary adaptation that optimizes the efficiency of the colony to grow and reproduce. It was investigated indirect task partitioning in two castes sizes; this involves task partitioning in which the material transported is not transferred directly from one individual to another, but where it is dropped by one ant to be picked up by another. In two separate approaches, it was confirmed previous results pertaining to leaf caching activities among Atta colombica with task partitioning activities involving leaf dropping among Atta sexdens rubropilosa , in which there is a correlation between the size of an individual ant and the leaf fragment it transports. It was also suggested that this correlation exists only in individual ants that cut and transport (CaT the same fragment to the nest. When task partitioning occurs and individual ants transporting (T leaf fragments cut by other ants, the correlation becomes looser or disappears. We also observed that CaT ants are smaller than T ants.

  15. SOCIAL NETWORK OPTIMIZATION A NEW METHAHEURISTIC FOR GENERAL OPTIMIZATION PROBLEMS

    Directory of Open Access Journals (Sweden)

    Hassan Sherafat

    2017-12-01

    Full Text Available In the recent years metaheuristics were studied and developed as powerful technics for hard optimization problems. Some of well-known technics in this field are: Genetic Algorithms, Tabu Search, Simulated Annealing, Ant Colony Optimization, and Swarm Intelligence, which are applied successfully to many complex optimization problems. In this paper, we introduce a new metaheuristic for solving such problems based on social networks concept, named as Social Network Optimization – SNO. We show that a wide range of np-hard optimization problems may be solved by SNO.

  16. Effect of perceived stress on depression of Chinese "Ant Tribe" and the moderating role of dispositional optimism.

    Science.gov (United States)

    Liu, Bo; Pu, Jun; Hou, Hanpo

    2015-05-08

    This study examines the moderating role of dispositional optimism on the relationship between perceived stress and depression of the Chinese "Ant Tribe." A total of 427 participants from an Ant Tribe community completed the measures of perceived stress, optimism, and depression. The structural equation modeling (SEM) analysis showed that dispositional optimism moderated the association between perceived stress and depression. The Ant Tribe with high perceived stress reported higher scores in depression than those with low perceived stress at low dispositional optimism level. However, the impact of perceived stress on depression was insignificant in the high dispositional optimism group. © The Author(s) 2015.

  17. Microbial community structure of leaf-cutter ant fungus gardens and refuse dumps.

    Science.gov (United States)

    Scott, Jarrod J; Budsberg, Kevin J; Suen, Garret; Wixon, Devin L; Balser, Teri C; Currie, Cameron R

    2010-03-29

    Leaf-cutter ants use fresh plant material to grow a mutualistic fungus that serves as the ants' primary food source. Within fungus gardens, various plant compounds are metabolized and transformed into nutrients suitable for ant consumption. This symbiotic association produces a large amount of refuse consisting primarily of partly degraded plant material. A leaf-cutter ant colony is thus divided into two spatially and chemically distinct environments that together represent a plant biomass degradation gradient. Little is known about the microbial community structure in gardens and dumps or variation between lab and field colonies. Using microbial membrane lipid analysis and a variety of community metrics, we assessed and compared the microbiota of fungus gardens and refuse dumps from both laboratory-maintained and field-collected colonies. We found that gardens contained a diverse and consistent community of microbes, dominated by Gram-negative bacteria, particularly gamma-Proteobacteria and Bacteroidetes. These findings were consistent across lab and field gardens, as well as host ant taxa. In contrast, dumps were enriched for Gram-positive and anaerobic bacteria. Broad-scale clustering analyses revealed that community relatedness between samples reflected system component (gardens/dumps) rather than colony source (lab/field). At finer scales samples clustered according to colony source. Here we report the first comparative analysis of the microbiota from leaf-cutter ant colonies. Our work reveals the presence of two distinct communities: one in the fungus garden and the other in the refuse dump. Though we find some effect of colony source on community structure, our data indicate the presence of consistently associated microbes within gardens and dumps. Substrate composition and system component appear to be the most important factor in structuring the microbial communities. These results thus suggest that resident communities are shaped by the plant degradation

  18. A novel comprehensive learning artificial bee colony optimizer for dynamic optimization biological problems

    Directory of Open Access Journals (Sweden)

    Weixing Su

    2017-03-01

    Full Text Available There are many dynamic optimization problems in the real world, whose convergence and searching ability is cautiously desired, obviously different from static optimization cases. This requires an optimization algorithm adaptively seek the changing optima over dynamic environments, instead of only finding the global optimal solution in the static environment. This paper proposes a novel comprehensive learning artificial bee colony optimizer (CLABC for optimization in dynamic environments problems, which employs a pool of optimal foraging strategies to balance the exploration and exploitation tradeoff. The main motive of CLABC is to enrich artificial bee foraging behaviors in the ABC model by combining Powell’s pattern search method, life-cycle, and crossover-based social learning strategy. The proposed CLABC is a more bee-colony-realistic model that the bee can reproduce and die dynamically throughout the foraging process and population size varies as the algorithm runs. The experiments for evaluating CLABC are conducted on the dynamic moving peak benchmarks. Furthermore, the proposed algorithm is applied to a real-world application of dynamic RFID network optimization. Statistical analysis of all these cases highlights the significant performance improvement due to the beneficial combination and demonstrates the performance superiority of the proposed algorithm.

  19. Ant colony method to control variance reduction techniques in the Monte Carlo simulation of clinical electron linear accelerators

    Energy Technology Data Exchange (ETDEWEB)

    Garcia-Pareja, S. [Servicio de Radiofisica Hospitalaria, Hospital Regional Universitario ' Carlos Haya' , Avda. Carlos Haya, s/n, E-29010 Malaga (Spain)], E-mail: garciapareja@gmail.com; Vilches, M. [Servicio de Fisica y Proteccion Radiologica, Hospital Regional Universitario ' Virgen de las Nieves' , Avda. de las Fuerzas Armadas, 2, E-18014 Granada (Spain); Lallena, A.M. [Departamento de Fisica Atomica, Molecular y Nuclear, Universidad de Granada, E-18071 Granada (Spain)

    2007-09-21

    The ant colony method is used to control the application of variance reduction techniques to the simulation of clinical electron linear accelerators of use in cancer therapy. In particular, splitting and Russian roulette, two standard variance reduction methods, are considered. The approach can be applied to any accelerator in a straightforward way and permits, in addition, to investigate the 'hot' regions of the accelerator, an information which is basic to develop a source model for this therapy tool.

  20. ANTS/PAM: Future Exploration of the Asteroid Belt

    Science.gov (United States)

    Clark, P. E.; Curtis, S. A.; Rilee, M. L.; Cheung, C. Y.

    2004-05-01

    The Autonomous Nano-Technology Swarm (ANTS) is applied to the Prospecting Asteroid Mission (PAM) concept, as part of a NASA RASC study. The ANTS architecture is inspired by success of social insect colonies, based on the division of labor within the colonies: 1) within their specialties, individual specialists generally outperform general-ists, and 2) with sufficiently efficient social interaction and coordination, the group of specialists generally outper-forms the group of generalists. ANTS as applied to PAM involves a thousand individual specialist `sciencecraft', one subswarm per target, in an environment where detection and tracking of irregular, infrequent targets is a major chal-lenge. Workers, carry and operate eight to nine different scientific instruments, including spectrometers, ranging and radio science devices, imagers. The remaining specialists, Messenger/Rulers, provide communication and coordina-tion. The non-expendable propulsion system is based on autonomously deployable and configurable solar sails, a system suitable to a low gravity environment. The design of the neural basis function requires a minimum of 4 or 5 specialists for collective decision making. Allowing for ten instrument specialist teams and compensating for antici-pated high attrition, we calculate an initial minimum of 100 per subswarm should allow characterization of hundreds of asteroids. The difficulty in observing irregular, rapidly moving, poorly illuminated objects is largely overcome by the ANT sciencecraft capability to optimize conditions for each instrument. Components are composed of carbon nanotubules reversibly deployable from NEMS nodes, allowing 100 times decrease in packaging volume. 1000 smart 10 centimeter, 1 kg cubic boxes create a 1000 kg 1 meter cube.

  1. Male parentage in army ants

    DEFF Research Database (Denmark)

    Kronauer, Daniel J C; Schöning, Caspar; Boomsma, Jacobus J

    2006-01-01

    of active research in insect sociobiology. Here we present microsatellite data for 176 males from eight colonies of the African army ant Dorylus (Anomma) molestus. Comparison with worker genotypes and inferred queen genotypes from the same colonies show that workers do not or at best very rarely reproduce...

  2. Prudent Protomognathus and despotic Leptothorax duloticus: Differential costs of ant slavery

    Science.gov (United States)

    Hare, James F.; Alloway, Thomas M.

    2001-01-01

    The concept of ant slavery rests on the untested assumption that slave-making ants impose fitness costs on colonies of the species they raid. We tested that assumption by comparing the summertime seasonal productivity of Leptothorax spp. colonies in field exclosures without slavemakers, with a colony of the obligatory slave-making ant Protomognathus americanus, or with a colony of the obligatory slavemaker Leptothorax duloticus. Leptothorax longispinosus colonies placed in exclosures with P. americanus colonies did not differ significantly in any demographic attribute from colonies in exclosures without slavemakers. By contrast, Leptothorax curvispinosus colonies exposed to L. duloticus experienced significant reductions in dealate queens, workers, and larvae relative to control colonies exclosed without slavemakers. The pronounced difference in the impact of these slavemakers on their host-species populations correlates with differences in the behavior of the slavemakers observed in the laboratory and likely explains why P. americanus is more abundant than L. duloticus in nature. It seems that more advanced social parasites, like anatomical parasites, evolve to minimize their impact on their hosts, and thus can be regarded as “prudent social parasites.” PMID:11572933

  3. POSTDOC : THE HUMAN OPTIMIZATION

    OpenAIRE

    Satish Gajawada

    2013-01-01

    This paper is dedicated to everyone who is interested in the Artificial Intelligence. John Henry Holland proposed Genetic Algorithm in the early 1970s. Ant Colony Optimization was proposed by Marco Dorigo in 1992. Particle Swarm Optimization was introduced by Kennedy and Eberhart in 1995. Storn and Price introduced Differential Evolution in 1996. K.M. Passino introduced Bacterial Foraging Optimization Algorithm in 2002. In 2003, X.L. Li proposed Artificial Fish Swarm Algorithm....

  4. Recognition of social identity in ants

    DEFF Research Database (Denmark)

    Bos, Nick; d'Ettorre, Patrizia

    2012-01-01

    Recognizing the identity of others, from the individual to the group level, is a hallmark of society. Ants, and other social insects, have evolved advanced societies characterized by efficient social recognition systems. Colony identity is mediated by colony specific signature mixtures, a blend...

  5. Stealthy invaders: the biology of Cardiocondyla tramp ants

    DEFF Research Database (Denmark)

    Heinze, J.; Cremer, Sylvia; Eckl, N.

    2006-01-01

    Many invasive ant species, such as the Argentine ant or the red imported fire ant, have huge colonies with thousands of mass-foraging workers, which quickly monopolise resources and therefore represent a considerable threat to the native ant fauna. Cardiocondyla obscurior and several other specie...

  6. Life-Histories of Sub-Arctic Ants

    OpenAIRE

    Heinze, Jürgen

    1993-01-01

    Ant species belonging to seven genera occur in habitats near the tree line in the Northern Hemisphere. An analysis of colony founding strategies suggests that in addition to physiological cold resistance, behavioral and sociometric adaptations might be important for survival and propagation of ants in subarctic biomes.

  7. Plant-ants use symbiotic fungi as a food source: new insight into the nutritional ecology of ant-plant interactions.

    Science.gov (United States)

    Blatrix, Rumsaïs; Djiéto-Lordon, Champlain; Mondolot, Laurence; La Fisca, Philippe; Voglmayr, Hermann; McKey, Doyle

    2012-10-07

    Usually studied as pairwise interactions, mutualisms often involve networks of interacting species. Numerous tropical arboreal ants are specialist inhabitants of myrmecophytes (plants bearing domatia, i.e. hollow structures specialized to host ants) and are thought to rely almost exclusively on resources derived from the host plant. Recent studies, following up on century-old reports, have shown that fungi of the ascomycete order Chaetothyriales live in symbiosis with plant-ants within domatia. We tested the hypothesis that ants use domatia-inhabiting fungi as food in three ant-plant symbioses: Petalomyrmex phylax/Leonardoxa africana, Tetraponera aethiops/Barteria fistulosa and Pseudomyrmex penetrator/Tachigali sp. Labelling domatia fungal patches in the field with either a fluorescent dye or (15)N showed that larvae ingested domatia fungi. Furthermore, when the natural fungal patch was replaced with a piece of a (15)N-labelled pure culture of either of two Chaetothyriales strains isolated from T. aethiops colonies, these fungi were also consumed. These two fungi often co-occur in the same ant colony. Interestingly, T. aethiops workers and larvae ingested preferentially one of the two strains. Our results add a new piece in the puzzle of the nutritional ecology of plant-ants.

  8. Recognition of social identity in ants

    Directory of Open Access Journals (Sweden)

    Nick eBos

    2012-03-01

    Full Text Available Recognizing the identity of others, from the individual to the group level, is a hallmark of society. Ants, and other social insects, have evolved advanced societies characterized by efficient social recognition systems. Colony identity is mediated by colony specific signature mixtures, a blend of hydrocarbons present on the cuticle of every individual (the label. Recognition occurs when an ant encounters another individual, and compares the label it perceives to an internal representation of its own colony odor (the template. A mismatch between label and template leads to rejection of the encountered individual. Although advances have been made in our understanding of how the label is produced and acquired, contradictory evidence exists about information processing of recognition cues. Here, we review the literature on template acquisition in ants and address how and when the template is formed, where in the nervous system it is localized, and the possible role of learning. We combine seemingly contradictory evidence in to a novel, parsimonious theory for the information processing of nestmate recognition cues.

  9. Ant Foraging Behavior for Job Shop Problem

    Directory of Open Access Journals (Sweden)

    Mahad Diyana Abdul

    2016-01-01

    Full Text Available Ant Colony Optimization (ACO is a new algorithm approach, inspired by the foraging behavior of real ants. It has frequently been applied to many optimization problems and one such problem is in solving the job shop problem (JSP. The JSP is a finite set of jobs processed on a finite set of machine where once a job initiates processing on a given machine, it must complete processing and uninterrupted. In solving the Job Shop Scheduling problem, the process is measure by the amount of time required in completing a job known as a makespan and minimizing the makespan is the main objective of this study. In this paper, we developed an ACO algorithm to minimize the makespan. A real set of problems from a metal company in Johor bahru, producing 20 parts with jobs involving the process of clinching, tapping and power press respectively. The result from this study shows that the proposed ACO heuristics managed to produce a god result in a short time.

  10. Positive interactions between desert granivores: localized facilitation of harvester ants by kangaroo rats.

    Directory of Open Access Journals (Sweden)

    Andrew J Edelman

    Full Text Available Facilitation, when one species enhances the environment or performance of another species, can be highly localized in space. While facilitation in plant communities has been intensely studied, the role of facilitation in shaping animal communities is less well understood. In the Chihuahuan Desert, both kangaroo rats and harvester ants depend on the abundant seeds of annual plants. Kangaroo rats, however, are hypothesized to facilitate harvester ants through soil disturbance and selective seed predation rather than competing with them. I used a spatially explicit approach to examine whether a positive or negative interaction exists between banner-tailed kangaroo rat (Dipodomys spectabilis mounds and rough harvester ant (Pogonomyrmex rugosus colonies. The presence of a scale-dependent interaction between mounds and colonies was tested by comparing fitted spatial point process models with and without interspecific effects. Also, the effect of proximity to a mound on colony mortality and spatial patterns of surviving colonies was examined. The spatial pattern of kangaroo rat mounds and harvester ant colonies was consistent with a positive interspecific interaction at small scales (<10 m. Mortality risk of vulnerable, recently founded harvester ant colonies was lower when located close to a kangaroo rat mound and proximity to a mound partly predicted the spatial pattern of surviving colonies. My findings support localized facilitation of harvester ants by kangaroo rats, likely mediated through ecosystem engineering and foraging effects on plant cover and composition. The scale-dependent effect of kangaroo rats on abiotic and biotic factors appears to result in greater founding and survivorship of young colonies near mounds. These results suggest that soil disturbance and foraging by rodents can have subtle impacts on the distribution and demography of other species.

  11. A methodology for obtaining the control rods patterns in a BWR using systems based on ants colonies

    International Nuclear Information System (INIS)

    Ortiz S, J.J.; Requena R, I.

    2003-01-01

    In this work the AZCATL-PBC system based on a technique of ants colonies for the search of control rods patterns of those reactors of the Nuclear Power station of Laguna Verde (CNLV) is presented. The technique was applied to a transition cycle and one of balance. For both cycles they were compared the k ef values obtained with a Haling calculation and the control rods pattern proposed by AZCATL-PBC for a burnt one fixed. It was found that the methodology is able to extend the length of the cycle with respect to the Haling prediction, maintaining sure to the reactor. (Author)

  12. Distributed optimization using ant colony optimization in a concrete delivery supply chain

    NARCIS (Netherlands)

    Faria, J.M.; Silva, C.A.; Costa Sousa, da J.M.; Surico, M.; Kaymak, U.

    2006-01-01

    The timely production and distribution of rapidly perishable goods such as ready-mixed concrete is a complex combinatorial optimization problem in the context of supply chain management. The problem involves several tightly interrelated scheduling and routing problems that have to be solved

  13. Collective search by ants in microgravity

    Directory of Open Access Journals (Sweden)

    Stefanie M. Countryman

    2015-03-01

    Full Text Available The problem of collective search is a tradeoff between searching thoroughly and covering as much area as possible. This tradeoff depends on the density of searchers. Solutions to the problem of collective search are currently of much interest in robotics and in the study of distributed algorithms, for example to design ways that without central control robots can use local information to perform search and rescue operations. Ant colonies operate without central control. Because they can perceive only local, mostly chemical and tactile cues, they must search collectively to find resources and to monitor the colony's environment. Examining how ants in diverse environments solve the problem of collective search can elucidate how evolution has led to diverse forms of collective behavior. An experiment on the International Space Station in January 2014 examined how ants (Tetramorium caespitum perform collective search in microgravity. In the ISS experiment, the ants explored a small arena in which a barrier was lowered to increase the area and thus lower ant density. In microgravity, relative to ground controls, ants explored the area less thoroughly and took more convoluted paths. It appears that the difficulty of holding on to the surface interfered with the ants’ ability to search collectively. Ants frequently lost contact with the surface, but showed a remarkable ability to regain contact with the surface.

  14. No effect of Zn-pollution on the energy content in the black garden ant.

    Science.gov (United States)

    Grześ, Irena M; Okrutniak, Mateusz

    2016-05-01

    Social insects may display a response to environmental pollution at the colony level. The key trait of an ant colony is to share energy between castes in order to maintain the existing adult population and to feed the brood. In the present study we calorimetrically measured the energy content per body mass (J/mg) of adults and pupae of workers, males and females of the black garden ant Lasius niger. The ants were sampled from 37 wild colonies originating from 19 sites located along the metal pollution gradient established in a post-mining area in Poland. The cost of metal detoxification seen as a possible reduction in energy content with increasing pollution was found neither for pupae nor adults. However, a considerable part of variance in energy content is explained by belonging to the same colony. These findings stress the importance of colony-specific factors and/or the interaction of these factors with specific site in shaping the response of ants to metal-pollution stress. Colony-related factors may constrain possible selfish decisions of workers over energy allocation in workers and sexual castes.

  15. Aphid egg protection by ants: a novel aspect of the mutualism between the tree-feeding aphid Stomaphis hirukawai and its attendant ant Lasius productus

    Science.gov (United States)

    Matsuura, Kenji; Yashiro, Toshihisa

    2006-10-01

    Aphids often form mutualistic associations with ants, in which the aphids provide the ants with honeydew and the ants defend the aphids from predators. In this paper, we report aphid egg protection by ants as a novel aspect of the deeply interdependent relationship between a tree-feeding aphid and its attendant ant. The ant Lasius productus harbours oviparous females, males, and eggs of the hinoki cypress-feeding aphid Stomaphis hirukawai in its nests in winter. We investigated the behaviour of ants kept with aphid eggs in petri dishes to examine whether the ants recognise the aphid eggs and tend them or only provide a refuge for the aphids. Workers carried almost all of the aphid eggs into the nest within 24 h. The ants indiscriminately tended aphid eggs collected from their own colonies and those from other ant colonies. The ants cleaned the eggs and piled them up in the nest, and egg tending by ants dramatically increased aphid egg survival rates. Starving the ants showed no significant effect on aphid egg survivorship. Without ants, aphid eggs were rapidly killed by fungi. These results suggested that grooming by the ants protected the aphid eggs, at least, against pathogenic fungi. This hygienic service afforded by the ants seems indispensable for egg survival of these aphids in an environment rich in potentially pathogenic microorganisms.

  16. The search rate of the African weaver ant in cashew

    DEFF Research Database (Denmark)

    Henriksen, Signe; Axelsen, Jørgen Aagaard; Lemming, Katrine Hansen

    2015-01-01

    Oecophylla longinoda is a species of eusocial colony living ants that prey upon other insects to feed their larva. Many of these insects are considered pests. An ecosystem model of the interactions between an O. longinoda colony and its potential prey is under construction by the team behind...... this article, and it is unknown which functional response equations are useful for eusocial insect colonies. We investigated the search rate of O. longinoda using artificial feeding experiments in a Tanzanian cashew (Anacardium occidentale L.) orchard to determine the search efficiency of the ants...

  17. Multiple Levels of Recognition in Ants: A Feature of Complex Societies

    DEFF Research Database (Denmark)

    D'Ettorre, Patrizia

    2008-01-01

    diverse. In ants, social interactions are regulated by at least three levels of recognition. Nestmate recognition occurs between colonies, is very effective, and involves fast processing. Within a colony, division of labor is enhanced by recognition of different classes of individuals. Ultimately......, in particular circumstances, such as cooperative colony founding with stable dominance hierarchies, ants are capable of individual recognition. The underlying recognition cues and mechanisms appear to be specific to each recognition level, and their integrated understanding could contribute...

  18. Energy Aware Simple Ant Routing Algorithm for Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    Sohail Jabbar

    2015-01-01

    Full Text Available Network lifetime is one of the most prominent barriers in deploying wireless sensor networks for large-scale applications because these networks employ sensors with nonrenewable scarce energy resources. Sensor nodes dissipate most of their energy in complex routing mechanisms. To cope with limited energy problem, we present EASARA, an energy aware simple ant routing algorithm based on ant colony optimization. Unlike most algorithms, EASARA strives to avoid low energy routes and optimizes the routing process through selection of least hop count path with more energy. It consists of three phases, that is, route discovery, forwarding node, and route selection. We have improved the route discovery procedure and mainly concentrate on energy efficient forwarding node and route selection, so that the network lifetime can be prolonged. The four possible cases of forwarding node and route selection are presented. The performance of EASARA is validated through simulation. Simulation results demonstrate the performance supremacy of EASARA over contemporary scheme in terms of various metrics.

  19. Are workers of Atta leafcutter ants capable of reproduction?

    DEFF Research Database (Denmark)

    Dijkstra, Michiel Bendert; Boomsma, Jacobus Jan

    2006-01-01

    ovaries. Workers of Atta leafcutter ants only lay trophic eggs in queenright colonies. Although Atta colonies are commonly kept at universities, museums, and zoos, no reports of worker sons in orphaned colonies exist, suggesting that Atta workers are infertile. To explicitly test this, we created eleven...

  20. Tricks of the trade: Mechanism of brood theft in an ant.

    Science.gov (United States)

    Paul, Bishwarup; Annagiri, Sumana

    2018-01-01

    Thievery is ubiquitous in the animal kingdom, social insects not being an exception. Brood is invaluable for the survival of social insect colonies and brood theft is well documented in ants. In many species the stolen brood act as slaves in the thief colony as they take up tasks related to foraging, defence and colony maintenance. Slave-making (dulotic) ants are at an advantage as they gain workforce without investing in rearing immature young, and several slave-making species have been recorded in temperate regions. In the current study we investigate brood theft in a primitively eusocial ponerine ant Diacamma indicum that inhabits the tropics. In the context of colony relocation we asked how thieves steal brood and what victim colonies do to prevent theft. While exposed nests increased colonies' vulnerability, the relocation process itself did not enhance the chances of theft. Various aggressive interactions, in particular immobilization of intruders helped in preventing theft. Thieves that acted quickly, stayed furtive and stole unguarded brood were found to be successful. This comprehensive study of behavioural mechanism of theft reveals that these are the 'tricks' adopted by thieves.

  1. Fungus gardens of the leafcutter ant Atta colombica function as egg nurseries for the snake Leptodeira annulata

    DEFF Research Database (Denmark)

    Baer, Boris; Den Boer, Susanne Petronella A; Kronauer, Daniel

    2009-01-01

    by ant soldiers and that also newly hatched snakes manage to avoid ant attacks when they leaving their host colony. We speculate that L. annulata might use Atta and Acromyrmex leafcutter ant colonies as egg nurseries by some form of chemical insignificance, but more work is needed to understand...

  2. Application of colony complex algorithm to nuclear component optimization design

    International Nuclear Information System (INIS)

    Yan Changqi; Li Guijing; Wang Jianjun

    2014-01-01

    Complex algorithm (CA) has got popular application to the region of nuclear engineering. In connection with the specific features of the application of traditional complex algorithm (TCA) to the optimization design in engineering structures, an improved method, colony complex algorithm (CCA), was developed based on the optimal combination of many complexes, in which the disadvantages of TCA were overcame. The optimized results of benchmark function show that CCA has better optimizing performance than TCA. CCA was applied to the high-pressure heater optimization design, and the optimization effect is obvious. (authors)

  3. Harnessing ant defence at fruits reduces bruchid seed predation in a symbiotic ant–plant mutualism

    Science.gov (United States)

    Pringle, Elizabeth G.

    2014-01-01

    In horizontally transmitted mutualisms, mutualists disperse separately and reassemble in each generation with partners genetically unrelated to those in the previous generation. Because of this, there should be no selection on either partner to enhance the other's reproductive output directly. In symbiotic ant–plant mutualisms, myrmecophytic plants host defensive ant colonies, and ants defend the plants from herbivores. Plants and ants disperse separately, and, although ant defence can indirectly increase plant reproduction by reducing folivory, it is unclear whether ants can also directly increase plant reproduction by defending seeds. The neotropical tree Cordia alliodora hosts colonies of Azteca pittieri ants. The trees produce domatia where ants nest at stem nodes and also at the node between the peduncle and the rachides of the infloresence. Unlike the stem domatia, these reproductive domatia senesce after the tree fruits each year. In this study, I show that the tree's resident ant colony moves into these ephemeral reproductive domatia, where they tend honeydew-producing scale insects and patrol the nearby developing fruits. The presence of ants significantly reduced pre-dispersal seed predation by Amblycerus bruchid beetles, thereby directly increasing plant reproductive output. PMID:24807259

  4. Effect of land cover, habitat fragmentation and ant colonies on the distribution and abundance of shrews in southern California

    Science.gov (United States)

    Laakkonen, Juha; Fisher, Robert N.; Case, Ted J.

    2001-01-01

    Because effects of habitat fragmentation and anthropogenic disturbance on native animals have been relatively little studied in arid areas and in insectivores, we investigated the roles of different land covers, habitat fragmentation and ant colonies on the distribution and abundance of shrews, Notiosorex crawfordi and Sorex ornatus, in southern California.Notiosorex crawfordi was the numerically dominant species (trap-success rate 0·52) occurring in 21 of the 22 study sites in 85% of the 286 pitfall arrays used in this study.Sorex ornatus was captured in 14 of the sites, in 52% of the arrays with a total trap-success rate of 0·2. Neither of the species was found in one of the sites.The population dynamics of the two shrew species were relatively synchronous during the 4–5-year study; the peak densities usually occurred during the spring. Precipitation had a significant positive effect, and maximum temperature a significant negative effect on the trap-success rate of S. ornatus.Occurrence and abundance of shrews varied significantly between sites and years but the size of the landscape or the study site had no effect on the abundance of shrews. The amount of urban edge had no significant effect on the captures of shrews but increased edge allows invasion of the Argentine ants, which had a highly significant negative impact on the abundance of N. crawfordi.At the trap array level, the percentage of coastal sage scrub flora had a significant positive, and the percentage of other flora had a significant negative effect on the abundance of N. crawfordi. The mean canopy height and the abundance of N. crawfordi had a significant positive effect on the occurrence of S. ornatus.Our study suggests that the loss of native coastal sage scrub flora and increasing presence of Argentine ant colonies may significantly effect the distribution and abundance of N. crawfordi. The very low overall population densities of both shrew species in most study sites make both species

  5. Non-destructive estimation of Oecophylla smaragdina colony biomass

    DEFF Research Database (Denmark)

    Pinkalski, Christian Alexander Stidsen; Offenberg, Joachim; Jensen, Karl-Martin Vagn

    in mango plantations in Darwin, Australia. The total nest volume of O. smaragdina colonies in a tree was related to the activity of the ants (R2=0.85), estimated as the density of ant trails in the tree. Subsequently, the relation between nest volume and ant biomass (R2=0.70) was added to enable...... a prediction of ant biomass directly from ant activity. With this combined regression the ant biomass in a tree equaled 244.5 g fresh mass*ant activity. Similarly, the number of workers in trees was estimated using the relationship between nest volume and worker numbers (R2=0.84). Based on the model, five O...

  6. The organization of societal conflicts by pavement ants Tetramorium caespitum: an agent-based model of amine-mediated decision making.

    Science.gov (United States)

    Hoover, Kevin M; Bubak, Andrew N; Law, Isaac J; Yaeger, Jazmine D W; Renner, Kenneth J; Swallow, John G; Greene, Michael J

    2016-06-01

    Ant colonies self-organize to solve complex problems despite the simplicity of an individual ant's brain. Pavement ant Tetramorium caespitum colonies must solve the problem of defending the territory that they patrol in search of energetically rich forage. When members of 2 colonies randomly interact at the territory boundary a decision to fight occurs when: 1) there is a mismatch in nestmate recognition cues and 2) each ant has a recent history of high interaction rates with nestmate ants. Instead of fighting, some ants will decide to recruit more workers from the nest to the fighting location, and in this way a positive feedback mediates the development of colony wide wars. In ants, the monoamines serotonin (5-HT) and octopamine (OA) modulate many behaviors associated with colony organization and in particular behaviors associated with nestmate recognition and aggression. In this article, we develop and explore an agent-based model that conceptualizes how individual changes in brain concentrations of 5-HT and OA, paired with a simple threshold-based decision rule, can lead to the development of colony wide warfare. Model simulations do lead to the development of warfare with 91% of ants fighting at the end of 1 h. When conducting a sensitivity analysis, we determined that uncertainty in monoamine concentration signal decay influences the behavior of the model more than uncertainty in the decision-making rule or density. We conclude that pavement ant behavior is consistent with the detection of interaction rate through a single timed interval rather than integration of multiple interactions.

  7. Solving the Traveling Salesman Problem Based on The Genetic Reactive Bone Route Algorithm whit Ant Colony System

    Directory of Open Access Journals (Sweden)

    Majid Yousefikhoshbakht

    2016-07-01

    Full Text Available The TSP is considered one of the most well-known combinatorial optimization tasks and researchers have paid so much attention to the TSP for many years. In this problem, a salesman starts to move from an arbitrary place called depot and after visits all of the nodes, finally comes back to the depot. The objective is to minimize the total distance traveled by the salesman.  Because this problem is a non-deterministic polynomial (NP-hard problem in nature, a hybrid meta-heuristic algorithm called REACSGA is used for solving the TSP. In REACSGA, a reactive bone route algorithm that uses the ant colony system (ACS for generating initial diversified solutions and the genetic algorithm (GA as an improved procedure are applied. Since the performance of the Metaheuristic algorithms is significantly influenced by their parameters, Taguchi Method is used to set the parameters of the proposed algorithm. The proposed algorithm is tested on several standard instances involving 24 to 318 nodes from the literature. The computational result shows that the results of the proposed algorithm are competitive with other metaheuristic algorithms for solving the TSP in terms of better quality of solution and computational time respectively. In addition, the proposed REACSGA is significantly efficient and finds closely the best known solutions for most of the instances in which thirteen best known solutions are also found.

  8. Acanthopria and Mimopriella parasitoid wasps (Diapriidae) attack Cyphomyrmex fungus-growing ants (Formicidae, Attini)

    Science.gov (United States)

    Fernández-Marín, Hermógenes; Zimmerman, Jess K.; Wcislo, William T.

    2006-01-01

    New World diapriine wasps are abundant and diverse, but the biology of most species is unknown. We provide the first description of the biology of diapriine wasps, Acanthopria spp. and Mimopriella sp., which attack the larvae of Cyphomyrmex fungus-growing ants. In Puerto Rico, the koinobiont parasitoids Acanthopria attack Cyphomyrmex minutus, while in Panama at least four morphospecies of Acanthopria and one of Mimopriella attack Cyphomyrmex rimosus. Of the total larvae per colony, 0 100% were parasitized, and 27 70% of the colonies per population were parasitized. Parasitism rate and colony size were negatively correlated for C. rimosus but not for C. minutus. Worker ants grasped at, bit, and in some cases, killed adult wasps that emerged in artificial nests or tried to enter natural nests. Parasitoid secondary sex ratios were female-biased for eclosing wasps, while field collections showed a male-biased sex ratio. Based on their abundance and success in attacking host ants, these minute wasps present excellent opportunities to explore how natural enemies impact ant colony demography and population biology.

  9. Mutualistic fungi control crop diversity in fungus-growing ants

    DEFF Research Database (Denmark)

    Poulsen, Michael; Boomsma, Jacobus J

    2005-01-01

    Leaf-cutting ants rear clonal fungi for food and transmit the fungi from mother to daughter colonies so that symbiont mixing and conflict, which result from competition between genetically different clones, are avoided. Here we show that despite millions of years of predominantly vertical...... transmission, the domesticated fungi actively reject mycelial fragments from neighboring colonies, and that the strength of these reactions are in proportion to the overall genetic difference between these symbionts. Fungal incompatibility compounds remain intact during ant digestion, so that fecal droplets...

  10. Impact of Interference Competition on Exploration and Food Exploitation in the Ant Lasius niger

    Directory of Open Access Journals (Sweden)

    Vincent Fourcassié

    2012-01-01

    Full Text Available Competition acts as a major force in shaping spatially and/or temporally the foraging activity of ant colonies. Interference competition between colonies in particular is widespread in ants where it can prevent the physical access of competitors to a resource, either directly by fighting or indirectly, by segregating the colony foraging areas. Although the consequences of interference competition on ant distribution have been well studied in the literature, the behavioral mechanisms underlying interference competition have been less explored. Little is known on how ants modify their exploration patterns or the choice of a feeding place after experiencing aggressive encounters. In this paper, we show that, at the individual level, the aphid-tending ant Lasius niger reacts to the presence of an alien conspecific through direct aggressive behavior and local recruitment in the vicinity of fights. At the colony level, however, no defensive recruitment is triggered and the “risky” area where aggressive encounters occur is not specifically avoided during further exploration or food exploitation. We discuss how between-species differences in sensitivity to interference competition could be related to the spatial and temporal predictability of food resources at stake.

  11. Prudent sperm use by leaf-cutter ant queens

    DEFF Research Database (Denmark)

    Den Boer, Susanne Petronella A; Baer, Boris; Dreier, Stéphanie Agnès Jeanine

    2009-01-01

    are able to fertilize close to 100 per cent of the eggs and that the average sperm use per egg is very low, but increases with queen age. The robustness of stored sperm was found to decrease with years of storage, signifying that senescence affects sperm either directly or indirectly via the declining...... glandular secretions or deteriorating sperm-storage organs. We evaluate our findings with a heuristic model, which suggests that the average queen has sperm for almost 9 years of normal colony development. We discuss the extent to which leaf-cutter ant queens have been able to optimize their sperm...

  12. The Pied Piper: A Parasitic Beetle's Melodies Modulate Ant Behaviours.

    Directory of Open Access Journals (Sweden)

    Andrea Di Giulio

    Full Text Available Ants use various communication channels to regulate their social organisation. The main channel that drives almost all the ants' activities and behaviours is the chemical one, but it is long acknowledged that the acoustic channel also plays an important role. However, very little is known regarding exploitation of the acoustical channel by myrmecophile parasites to infiltrate the ant society. Among social parasites, the ant nest beetles (Paussus are obligate myrmecophiles able to move throughout the colony at will and prey on the ants, surprisingly never eliciting aggression from the colonies. It has been recently postulated that stridulatory organs in Paussus might be evolved as an acoustic mechanism to interact with ants. Here, we survey the role of acoustic signals employed in the Paussus beetle-Pheidole ant system. Ants parasitised by Paussus beetles produce caste-specific stridulations. We found that Paussus can "speak" three different "languages", each similar to sounds produced by different ant castes (workers, soldiers, queen. Playback experiments were used to test how host ants respond to the sounds emitted by Paussus. Our data suggest that, by mimicking the stridulations of the queen, Paussus is able to dupe the workers of its host and to be treated as royalty. This is the first report of acoustic mimicry in a beetle parasite of ants.

  13. Social context predicts recognition systems in ant queens

    DEFF Research Database (Denmark)

    Dreier, Stéphanie Agnès Jeanine; d'Ettorre, Patrizia

    2009-01-01

    Recognition of group-members is a key feature of sociality. Ants use chemical communication to discriminate nestmates from intruders, enhancing kin cooperation and preventing parasitism. The recognition code is embedded in their cuticular chemical profile, which typically varies between colonies....... We predicted that ants might be capable of accurate recognition in unusual situations when few individuals interact repeatedly, as new colonies started by two to three queens. Individual recognition would be favoured by selection when queens establish dominance hierarchies, because repeated fights...... for dominance are costly; but it would not evolve in absence of hierarchies. We previously showed that Pachycondyla co-founding queens, which form dominance hierarchies, have accurate individual recognition based on chemical cues. Here, we used the ant Lasius niger to test the null hypothesis that individual...

  14. Do host species evolve a specific response to slave-making ants?

    Directory of Open Access Journals (Sweden)

    Delattre Olivier

    2012-12-01

    Full Text Available Abstract Background Social parasitism is an important selective pressure for social insect species. It is particularly the case for the hosts of dulotic (so called slave-making ants, which pillage the brood of host colonies to increase the worker force of their own colony. Such raids can have an important impact on the fitness of the host nest. An arms race which can lead to geographic variation in host defenses is thus expected between hosts and parasites. In this study we tested whether the presence of a social parasite (the dulotic ant Myrmoxenus ravouxi within an ant community correlated with a specific behavioral defense strategy of local host or non-host populations of Temnothorax ants. Social recognition often leads to more or less pronounced agonistic interactions between non-nestmates ants. Here, we monitored agonistic behaviors to assess whether ants discriminate social parasites from other ants. It is now well-known that ants essentially rely on cuticular hydrocarbons to discriminate nestmates from aliens. If host species have evolved a specific recognition mechanism for their parasite, we hypothesize that the differences in behavioral responses would not be fully explained simply by quantitative dissimilarity in cuticular hydrocarbon profiles, but should also involve a qualitative response due to the detection of particular compounds. We scaled the behavioral results according to the quantitative chemical distance between host and parasite colonies to test this hypothesis. Results Cuticular hydrocarbon profiles were distinct between species, but host species did not show a clearly higher aggression rate towards the parasite than toward non-parasite intruders, unless the degree of response was scaled by the chemical distance between intruders and recipient colonies. By doing so, we show that workers of the host and of a non-host species in the parasitized site displayed more agonistic behaviors (bites and ejections towards parasite

  15. Genetic evidence for intra- and interspecific slavery in honey ants (genus Myrmecocystus).

    Science.gov (United States)

    Kronauer, D J C; Gadau, J; Hölldobler, B

    2003-04-22

    The New World honey ant species Myrmecocystus mimicus is well known for its highly stereotyped territorial tournaments, and for the raids on conspecific nests that can lead to intraspecific slavery. Our results from mitochondrial and nuclear markers show that the raided brood emerges in the raiding colony and is subsequently incorporated into the colony's worker force. We also found enslaved conspecifics in a second honey ant species, M. depilis, the sister taxon of M. mimicus, which occurs in sympatry with M. mimicus at the study site. Colonies of this species furthermore contained raided M. mimicus workers. Both species have an effective mating frequency that is not significantly different from 1. This study provides genetic evidence for facultative intra- and interspecific slavery in the genus Myrmecocystus. Slavery in ants has evolved repeatedly and supposedly by different means. We propose that, in honey ants, secondary contact between two closely related species that both exhibit intraspecific slavery gave rise to an early form of facultative interspecific slavery.

  16. Directed Bee Colony Optimization Algorithm to Solve the Nurse Rostering Problem.

    Science.gov (United States)

    Rajeswari, M; Amudhavel, J; Pothula, Sujatha; Dhavachelvan, P

    2017-01-01

    The Nurse Rostering Problem is an NP-hard combinatorial optimization, scheduling problem for assigning a set of nurses to shifts per day by considering both hard and soft constraints. A novel metaheuristic technique is required for solving Nurse Rostering Problem (NRP). This work proposes a metaheuristic technique called Directed Bee Colony Optimization Algorithm using the Modified Nelder-Mead Method for solving the NRP. To solve the NRP, the authors used a multiobjective mathematical programming model and proposed a methodology for the adaptation of a Multiobjective Directed Bee Colony Optimization (MODBCO). MODBCO is used successfully for solving the multiobjective problem of optimizing the scheduling problems. This MODBCO is an integration of deterministic local search, multiagent particle system environment, and honey bee decision-making process. The performance of the algorithm is assessed using the standard dataset INRC2010, and it reflects many real-world cases which vary in size and complexity. The experimental analysis uses statistical tools to show the uniqueness of the algorithm on assessment criteria.

  17. Why do house-hunting ants recruit in both directions?

    NARCIS (Netherlands)

    Planqué, R.; Dechaume-Moncharmont, F.-X.; Franks, N.R.; Kovacs, T.; Marshall, J.A.R.

    2007-01-01

    To perform tasks, organisms often use multiple procedures. Explaining the breadth of such behavioural repertoires is not always straightforward. During house hunting, colonies of Temnothorax albipennis ants use a range of behaviours to organise their emigrations. In particular, the ants use tandem

  18. Mode of action of sodium arsenate on laboratory colonies of the pharaoh's ant Monomorium pharaonis L

    Energy Technology Data Exchange (ETDEWEB)

    Berndt, K P

    1974-01-01

    Arsenate compounds for pest control have been displayed on large scale by modern insecticides. In the control of the pharaoh's ant the arsenates however still remain an important means for eradication. The present study points out, that the mortality of workers and queens, respectively, are not the decisive factors of action as assumed until now. The causes for the extinction of the ant colonies after application of sodium arsenate are based on a combination of larval mortality and the induction of sterility in the queens, the sterility being the most important factor. A number of other factors moreover are working advantageously. First, the poison bait is not repellent and is well accepted by the workers, and is either stored in the nest or distributed trophalactically. Whereas with the workers there occurs a strongly delayed mortality, the larvae are being inhibited in their development after a few hours, shortly before pupation, or they are being paralyzed, whereby the further pupation would by cut off. The younger larvae normally do not come to pupation, but are being stunted and would be eliminated from the nest. The reproducing females, being the last members in the social chain, are protected in the polygynous society from the lethal action of the poison, although otherwise susceptible in the same way as workers. After a certain time sub-lethal doses of sodium arsenate lead to a decrease in fecundity. Egg production is suppressed dependent on the duration of the poison application up to permanent sterility. On the basis of these investigations some suggestions for practical control of the pharaoh's ant have been derived.

  19. Effects of the Trophobiont Herbivore Calloconophora pugionata (Hemiptera on Ant Fauna Associated with Myrcia obovata (Myrtaceae in a Montane Tropical Forest

    Directory of Open Access Journals (Sweden)

    Roberth Fagundes

    2012-01-01

    Full Text Available Many studies have investigated the mechanisms behind the structure of arboreal ant assemblages. In this study, the objective was to evaluate the effect of availability of honeydew-producing colonies of Calloconophora pugionata (Membracidae on the structure of ant assemblages associated with the host plant Myrcia obovata (Myrtaceae in an Atlantic forest of Minas Gerais (Brazil. Our experiment consisted in a gradual exclusion of hemipteran colonies out of the host plant crown and further record of the ant assemblage response (species richness, composition, and occurrence to the presence and density of treehopper colonies. The hypothesis was that an increase in the number of trophobiont herbivores results in an increase in tending ant occurrence but a reduction in ant species diversity. Results corroborated our main hypothesis: membracids had a positive effect on the occurrence of ants but negative on species richness. Overall insect occurrence was also reduced with increasing in C. pugionata colonies, probably due to strengthening dominant ant species territory sizes and intensification of patrolling.

  20. Patterns of male parentage in the fungus-growing ants

    DEFF Research Database (Denmark)

    Villesen, Palle; Boomsma, JJ

    2003-01-01

    Ant queens from eight species, covering three genera of lower and two genera of higher attine ants, have exclusively or predominantly single mating. The ensuing full-sib colonies thus have a strong potential reproductive conflict between the queen and the workers over male production...

  1. Testing the adjustable threshold model for intruder recognition on Myrmica ants in the context of a social parasite

    DEFF Research Database (Denmark)

    Fürst, Matthias Alois; Durey, Maëlle; Nash, David Richard

    2012-01-01

    gains access to the ants' nests by mimicking their cuticular hydrocarbon recognition cues, which allows the parasites to blend in with their host ants. Myrmica rubra may be particularly susceptible to exploitation in this fashion as it has large, polydomous colonies with many queens and a very viscous...... and therefore the less-related workers within a colony, the less aggressively they will behave; and that colonies facing parasitism will be more aggressive than colonies experiencing less parasite pressure. Our results confirm all these predictions, supporting flexible aggression behaviour in Myrmica ants...

  2. The Antsy Social Network: Determinants of Nest Structure and Arrangement in Asian Weaver Ants

    OpenAIRE

    Devarajan, Kadambari

    2016-01-01

    Asian weaver ants (Oecophylla smaragdina) are arboreal ants that are known to form mutualistic complexes with their host trees. They are eusocial ants that build elaborate nests in the canopy in tropical areas. A colony comprises of multiple nests, usually on multiple trees, and the boundaries of the colony may be difficult to identify. However, they provide the ideal model for studying group living in invertebrates since there are a definite number of nests for a given substrate, the tree. H...

  3. Disease dynamics in a specialized parasite of ant societies.

    Directory of Open Access Journals (Sweden)

    Sandra B Andersen

    Full Text Available Coevolution between ant colonies and their rare specialized parasites are intriguing, because lethal infections of workers may correspond to tolerable chronic diseases of colonies, but the parasite adaptations that allow stable coexistence with ants are virtually unknown. We explore the trade-offs experienced by Ophiocordyceps parasites manipulating ants into dying in nearby graveyards. We used field data from Brazil and Thailand to parameterize and fit a model for the growth rate of graveyards. We show that parasite pressure is much lower than the abundance of ant cadavers suggests and that hyperparasites often castrate Ophiocordyceps. However, once fruiting bodies become sexually mature they appear robust. Such parasite life-history traits are consistent with iteroparity--a reproductive strategy rarely considered in fungi. We discuss how tropical habitats with high biodiversity of hyperparasites and high spore mortality has likely been crucial for the evolution and maintenance of iteroparity in parasites with low dispersal potential.

  4. Routing Optimization of Intelligent Vehicle in Automated Warehouse

    Directory of Open Access Journals (Sweden)

    Yan-cong Zhou

    2014-01-01

    Full Text Available Routing optimization is a key technology in the intelligent warehouse logistics. In order to get an optimal route for warehouse intelligent vehicle, routing optimization in complex global dynamic environment is studied. A new evolutionary ant colony algorithm based on RFID and knowledge-refinement is proposed. The new algorithm gets environmental information timely through the RFID technology and updates the environment map at the same time. It adopts elite ant kept, fallback, and pheromones limitation adjustment strategy. The current optimal route in population space is optimized based on experiential knowledge. The experimental results show that the new algorithm has higher convergence speed and can jump out the U-type or V-type obstacle traps easily. It can also find the global optimal route or approximate optimal one with higher probability in the complex dynamic environment. The new algorithm is proved feasible and effective by simulation results.

  5. Co-founding ant queens prevent disease by performing prophylactic undertaking behaviour.

    Science.gov (United States)

    Pull, Christopher D; Cremer, Sylvia

    2017-10-13

    Social insects form densely crowded societies in environments with high pathogen loads, but have evolved collective defences that mitigate the impact of disease. However, colony-founding queens lack this protection and suffer high rates of mortality. The impact of pathogens may be exacerbated in species where queens found colonies together, as healthy individuals may contract pathogens from infectious co-founders. Therefore, we tested whether ant queens avoid founding colonies with pathogen-exposed conspecifics and how they might limit disease transmission from infectious individuals. Using Lasius niger queens and a naturally infecting fungal pathogen Metarhizium brunneum, we observed that queens were equally likely to found colonies with another pathogen-exposed or sham-treated queen. However, when one queen died, the surviving individual performed biting, burial and removal of the corpse. These undertaking behaviours were performed prophylactically, i.e. targeted equally towards non-infected and infected corpses, as well as carried out before infected corpses became infectious. Biting and burial reduced the risk of the queens contracting and dying from disease from an infectious corpse of a dead co-foundress. We show that co-founding ant queens express undertaking behaviours that, in mature colonies, are performed exclusively by workers. Such infection avoidance behaviours act before the queens can contract the disease and will therefore improve the overall chance of colony founding success in ant queens.

  6. Founding weaver ant queens (Oecophylla longinoda) increase production and nanitic worker size when adopting non-nestmate pupae.

    Science.gov (United States)

    Ouagoussounon, Issa; Offenberg, Joachim; Sinzogan, Antonio; Adandonon, Appolinaire; Kossou, Dansou; Vayssières, Jean-François

    2015-01-01

    Weaver ants (Oecophylla longinoda Latreille) are used commercially to control pest insects and for protein production. In this respect fast colony growth is desirable for managed colonies. Transplantation of non-nestmate pupae to incipient colonies has been shown to boost colony growth. Our objectives were to find the maximum number of pupae a founding queen can handle, and to measure the associated colony growth. Secondly, we tested if transplantation of pupae led to production of larger nanitic workers (defined as unusually small worker ants produced by founding queens in their first batch of offspring). Forty-five fertilized queens were divided into three treatments: 0 (control), 100 or 300 non-nestmate pupae transplanted to each colony. Pupae transplantation resulted in highly increased growth rates, as pupae were readily adopted by the queens and showed high proportions of surviving (mean = 76%). However, survival was significantly higher when 100 pupae were transplanted compared to transplantation of 300 pupae, indicating that queens were unable to handle 300 pupae adequately and that pupae require some amount of nursing. Nevertheless, within the 60-day experiment the transplantation of 300 pupae increased total colony size more than 10-fold whereas 100 pupae increased the size 5.6 fold, compared to control. This increase was due not only to the individuals added in the form of pupae but also to an increased per capita brood production by the resident queen, triggered by the adopted pupae. The size of hatching pupae produced by the resident queen also increased with the number of pupae transplanted, leading to larger nanitic workers in colonies adopting pupae. In conclusion, pupae transplantation may be used to produce larger colonies with larger worker ants and may thus reduce the time to produce weaver ant colonies for commercial purposes. This in turn may facilitate the implementation of the use of weaver ants.

  7. Predatory behavior of Pseudodorus clavatus (Diptera, Syrphidae on aphids tended by ants

    Directory of Open Access Journals (Sweden)

    Alexandra Bächtold

    2013-12-01

    Full Text Available Predatory behavior of Pseudodorus clavatus (Diptera, Syrphidae on aphids tended by ants. In this study, we examined the interactions between myrmecophilous aphids, their ant-guards and a predatory syrphid species, Pseudodorus clavatus (F.. Larvae of this predator were found in the colonies of three aphid species: Aphis gossypii, A. spiraecola and Toxoptera sp., which were tended by eight ant species, especially Camponotus. Hoverfly larvae managed to infiltrate the aphid colonies and consume nymphs. Predator larvae exhibited inconspicuous movements and were not detected by ants which were commonly observed touching and antennating the larvae they come into contact. These results suggest that behavioral and chemical cues are involved in the infiltration and on the successful predation of syrphids upon aphids.

  8. The effect of queen and worker adoption on weaver ant (Oecophylla smaragdina) queen fecundity

    DEFF Research Database (Denmark)

    Offenberg, Joachim; Peng, Renkang; Nielsen, Mogens Gissel

    2012-01-01

    Incipient ant colonies are often under fierce competition, making fast growth crucial for survival. To increase production, colonies can adopt multiple queens (pleometrosis), fuse with other colonies or rob brood from neighboring colonies. However, different adoption strategies might have different...

  9. Ant and termite mound coinhabitants in the wetlands of Santo Antonio da Patrulha, Rio Grande do Sul, Brazil

    Directory of Open Access Journals (Sweden)

    E. Diehl

    Full Text Available This paper reports on ant and termite species inhabiting the mounds (murundus found in three wetland sites in Santo Antonio da Patrulha. Ants and termites were found in 100% of the mounds of two sites and in 20% of those in the third site. Colonies of Camponotus fastigatus were found inhabiting all the mounds, while colonies of Brachymyrmex sp., Linepithema sp., Pheidole sp., and/or Solenopsis sp. were collected in less than 30% of the mounds. In the mounds of the three sites, colonies of Anoplotermes sp. and/or Aparatermes sp. termites were found together with the ant colonies. Another cohabiting termite species, Cortaritermes sp., was found only in the mounds of one site. The results suggest that C. fastigatus is the species building the mounds, with the other species, whether ants or termites, being the inquilines.

  10. Ant and termite mound coinhabitants in the wetlands of Santo Antonio da Patrulha, Rio Grande do Sul, Brazil.

    Science.gov (United States)

    Diehl, E; Junqueira, L K; Berti-Filho, E

    2005-08-01

    This paper reports on ant and termite species inhabiting the mounds (murundus) found in three wetland sites in Santo Antonio da Patrulha. Ants and termites were found in 100% of the mounds of two sites and in 20% of those in the third site. Colonies of Camponotus fastigatus were found inhabiting all the mounds, while colonies of Brachymyrmex sp., Linepithema sp., Pheidole sp., and/or Solenopsis sp. were collected in less than 30% of the mounds. In the mounds of the three sites, colonies of Anoplotermes sp. and/or Aparatermes sp. termites were found together with the ant colonies. Another cohabiting termite species, Cortaritermes sp., was found only in the mounds of one site. The results suggest that C. fastigatus is the species building the mounds, with the other species, whether ants or termites, being the inquilines.

  11. Heavy metal pollution disturbs immune response in wild ant populations

    International Nuclear Information System (INIS)

    Sorvari, Jouni; Rantala, Liisa M.; Rantala, Markus J.; Hakkarainen, Harri; Eeva, Tapio

    2007-01-01

    Concern about the effects of environmental contaminants on immune function in both humans and wildlife is growing and practically nothing is known about this impact on terrestrial invertebrates, even though they are known to easily accumulate pollutants. We studied the effect of industrial heavy metal contamination on immune defense of a free-living wood ant (Formica aquilonia). To find out whether ants show an adapted immune function in a polluted environment, we compared encapsulation responses between local and translocated colonies. Local colonies showed higher heavy metal levels than the translocated ones but the encapsulation response was similar between the two groups, indicating that the immune system of local ants has not adapted to high contamination level. The encapsulation response was elevated in moderate whereas suppressed in high heavy metal levels suggesting higher risk for infections in heavily polluted areas. - Heavy metal pollution affects immune function in ants

  12. Mathematical modeling on obligate mutualism: Interactions between leaf-cutter ants and their fungus garden.

    Science.gov (United States)

    Kang, Yun; Clark, Rebecca; Makiyama, Michael; Fewell, Jennifer

    2011-11-21

    We propose a simple mathematical model by applying Michaelis-Menton equations of enzyme kinetics to study the mutualistic interaction between the leaf cutter ant and its fungus garden at the early stage of colony expansion. We derive sufficient conditions on the extinction and coexistence of these two species. In addition, we give a region of initial condition that leads to the extinction of two species when the model has an interior attractor. Our global analysis indicates that the division of labor by worker ants and initial conditions are two important factors that determine whether leaf cutter ants' colonies and their fungus garden can survive and grow or not. We validate the model by comparing model simulations and data on fungal and ant colony growth rates under laboratory conditions. We perform sensitive analysis of the model based on the experimental data to gain more biological insights on ecological interactions between leaf-cutter ants and their fungus garden. Finally, we give conclusions and discuss potential future work. Published by Elsevier Ltd.

  13. Artificial bee colony algorithm for constrained possibilistic portfolio optimization problem

    Science.gov (United States)

    Chen, Wei

    2015-07-01

    In this paper, we discuss the portfolio optimization problem with real-world constraints under the assumption that the returns of risky assets are fuzzy numbers. A new possibilistic mean-semiabsolute deviation model is proposed, in which transaction costs, cardinality and quantity constraints are considered. Due to such constraints the proposed model becomes a mixed integer nonlinear programming problem and traditional optimization methods fail to find the optimal solution efficiently. Thus, a modified artificial bee colony (MABC) algorithm is developed to solve the corresponding optimization problem. Finally, a numerical example is given to illustrate the effectiveness of the proposed model and the corresponding algorithm.

  14. CodeRAnts: A recommendation method based on collaborative searching and ant colonies, applied to reusing of open source code

    Directory of Open Access Journals (Sweden)

    Isaac Caicedo-Castro

    2014-01-01

    Full Text Available This paper presents CodeRAnts, a new recommendation method based on a collaborative searching technique and inspired on the ant colony metaphor. This method aims to fill the gap in the current state of the matter regarding recommender systems for software reuse, for which prior works present two problems. The first is that, recommender systems based on these works cannot learn from the collaboration of programmers and second, outcomes of assessments carried out on these systems present low precision measures and recall and in some of these systems, these metrics have not been evaluated. The work presented in this paper contributes a recommendation method, which solves these problems.

  15. Symbiont interactions in a tripartite mutualism: exploring the presence and impact of antagonism between two fungus-growing ant mutualists.

    Directory of Open Access Journals (Sweden)

    Michael Poulsen

    Full Text Available Mutualistic associations are shaped by the interplay of cooperation and conflict among the partners involved, and it is becoming increasingly clear that within many mutualisms multiple partners simultaneously engage in beneficial interactions. Consequently, a more complete understanding of the dynamics within multipartite mutualism communities is essential for understanding the origin, specificity, and stability of mutualisms. Fungus-growing ants cultivate fungi for food and maintain antibiotic-producing Pseudonocardia actinobacteria on their cuticle that help defend the cultivar fungus from specialized parasites. Within both ant-fungus and ant-bacterium mutualisms, mixing of genetically distinct strains can lead to antagonistic interactions (i.e., competitive conflict, which may prevent the ants from rearing multiple strains of either of the mutualistic symbionts within individual colonies. The success of different ant-cultivar-bacterium combinations could ultimately be governed by antagonistic interactions between the two mutualists, either as inhibition of the cultivar by Pseudonocardia or vice versa. Here we explore cultivar-Pseudonocardia antagonism by evaluating in vitro interactions between strains of the two mutualists, and find frequent antagonistic interactions both from cultivars towards Pseudonocardia and vice versa. To test whether such in vitro antagonistic interactions affect ant colonies in vivo, we performed sub-colony experiments using species of Acromyrmex leaf-cutting ants. We created novel ant-fungus-bacterium pairings in which there was antagonism from one, both, or neither of the ants' microbial mutualists, and evaluated the effect of directional antagonism on cultivar biomass and Pseudonocardia abundance on the cuticle of workers within sub-colonies. Despite the presence of frequent in vitro growth suppression between cultivars and Pseudonocardia, antagonism from Pseudonocardia towards the cultivar did not reduce sub-colony

  16. Discrete and Continuous Optimization Based on Hierarchical Artificial Bee Colony Optimizer

    Directory of Open Access Journals (Sweden)

    Lianbo Ma

    2014-01-01

    Full Text Available This paper presents a novel optimization algorithm, namely, hierarchical artificial bee colony optimization (HABC, to tackle complex high-dimensional problems. In the proposed multilevel model, the higher-level species can be aggregated by the subpopulations from lower level. In the bottom level, each subpopulation employing the canonical ABC method searches the part-dimensional optimum in parallel, which can be constructed into a complete solution for the upper level. At the same time, the comprehensive learning method with crossover and mutation operator is applied to enhance the global search ability between species. Experiments are conducted on a set of 20 continuous and discrete benchmark problems. The experimental results demonstrate remarkable performance of the HABC algorithm when compared with other six evolutionary algorithms.

  17. Functional role of phenylacetic acid from metapleural gland secretions in controlling fungal pathogens in evolutionarily derived leaf-cutting ants

    DEFF Research Database (Denmark)

    Fernández-Marín, Hermógenes; Nash, David Richard; Higginbotham, Sarah

    2015-01-01

    Fungus-farming ant colonies vary four to five orders of magnitude in size. They employ compounds from actinomycete bacteria and exocrine glands as antimicrobial agents. Atta colonies have millions of ants and are particularly relevant for understanding hygienic strategies as they have abandoned...... their ancestors’ prime dependence on antibiotic-based biological control in favour of using metapleural gland (MG) chemical secretions. Atta MGs are unique in synthesizing large quantities of phenylacetic acid (PAA), a known but little investigated antimicrobial agent.We showthat particularly the smallestworkers...... derived leaf-cutting ants are less sensitive to PAA than strains from phylogenetically more basal fungus-farming ants, consistent with the dynamics of an evolutionary arms race between virulence and control for Escovopsis, but not Metarhizium. Atta ants form larger colonies with more extreme caste...

  18. Host-ant specificity of endangered large blue butterflies (Phengaris spp., Lepidoptera: Lycaenidae) in Japan.

    Science.gov (United States)

    Ueda, Shouhei; Komatsu, Takashi; Itino, Takao; Arai, Ryusuke; Sakamoto, Hironori

    2016-11-03

    Large blue butterflies, Phengaris (Maculinea), are an important focus of endangered-species conservation in Eurasia. Later-instar Phengaris caterpillars live in Myrmica ant nests and exploit the ant colony's resources, and they are specialized to specific host-ant species. For example, local extinction of P. arion in the U. K. is thought to have been due to the replacement of its host-ant species with a less-suitable congener, as a result of changes in habitat. In Japan, Myrmica kotokui hosts P. teleius and P. arionides caterpillars. We recently showed, however, that the morphological species M. kotokui actually comprises four genetic clades. Therefore, to determine to which group of ants the hosts of these two Japanese Phengaris species belong, we used mitochondrial COI-barcoding of M. kotokui specimens from colonies in the habitats of P. teleius and P. arionides to identify the ant clade actually parasitized by the caterpillars of each species. We found that these two butterfly species parasitize different ant clades within M. kotokui.

  19. Optimization of type-2 fuzzy controllers using the bee colony algorithm

    CERN Document Server

    Amador, Leticia

    2017-01-01

    This book focuses on the fields of fuzzy logic, bio-inspired algorithm; especially bee colony optimization algorithm and also considering the fuzzy control area. The main idea is that this areas together can to solve various control problems and to find better results. In this book we test the proposed method using two benchmark problems; the problem for filling a water tank and the problem for controlling the trajectory in an autonomous mobile robot. When Interval Type-2 Fuzzy Logic System is implemented to model the behavior of systems, the results show a better stabilization, because the analysis of uncertainty is better. For this reason we consider in this book the proposed method using fuzzy systems, fuzzy controllers, and bee colony optimization algorithm improve the behavior of the complex control problems.

  20. Seasonality in communication and collective decision-making in ants.

    Science.gov (United States)

    Stroeymeyt, N; Jordan, C; Mayer, G; Hovsepian, S; Giurfa, M; Franks, N R

    2014-04-07

    The ability of animals to adjust their behaviour according to seasonal changes in their ecology is crucial for their fitness. Eusocial insects display strong collective behavioural seasonality, yet the mechanisms underlying such changes are poorly understood. We show that nest preference by emigrating Temnothorax albipennis ant colonies is influenced by a season-specific modulatory pheromone that may help tune decision-making according to seasonal constraints. The modulatory pheromone triggers aversion towards low-quality nests and enhances colony cohesion in summer and autumn, but not after overwintering-in agreement with reports that field colonies split in spring and reunite in summer. Interestingly, we show that the pheromone acts by downgrading the perceived value of marked nests by informed and naive individuals. This contrasts with theories of collective intelligence, stating that accurate collective decision-making requires independent evaluation of options by individuals. The violation of independence highlighted here was accordingly shown to increase error rate during emigrations. However, this is counterbalanced by enhanced cohesion and the transmission of valuable information through the colony. Our results support recent claims that optimal decisions are not necessarily those that maximize accuracy. Other criteria-such as cohesion or reward rate-may be more relevant in animal decision-making.

  1. How many gamergates is an ant queen worth?

    Science.gov (United States)

    Monnin, Thibaud; Peeters, Christian

    2008-02-01

    Ant reproductives exhibit different morphological adaptations linked to dispersal and fertility. By reviewing the literature on taxa where workers can reproduce sexually (i.e. become gamergates) we show that (1) species with a single gamergate generally have lost the winged queen caste, whereas only half of the species with several gamergates have, and (2) single-gamergate species have smaller colonies than multiple-gamergate species. Comparison with “classical” ants without gamergates, where having one vs having several winged queens are two distinct syndromes, suggests that having one vs having several gamergates are not. Gamergate number does not affect the success of colony fission, but retention of the queen caste permits the option of independent foundation.

  2. Behavioural and chemical studies of discrimination processes in the leaf-cutting ant Acromyrmex laticeps nigrosetosus (Forel, 1908

    Directory of Open Access Journals (Sweden)

    D. J. Souza

    Full Text Available Leaf-cutting ants live in symbiosis with a basidiomycete fungus that is exploited as a source of nutrients for ant larvae. Tests of brood transport revealed that Acromyrmex laticeps nigrosetosus workers did not discriminate a concolonial brood from an alien brood. The same result was observed with tests of fungus transport. Adult workers showed no aggressive behaviour to workers from other alien colonies (non-nestmates. There was no qualitative variation in the chemical profiles of larvae, pupae and adult workers from the different colonies. However, quantitative differences were observed between the different colonies. Hypotheses about the lack of intraspecific aggression in this subspecies of ants are discussed.

  3. Design and economic optimization of shell and tube heat exchangers using Artificial Bee Colony (ABC) algorithm

    International Nuclear Information System (INIS)

    Sencan Sahin, Arzu; Kilic, Bayram; Kilic, Ulas

    2011-01-01

    Highlights: → Artificial Bee Colony for shell and tube heat exchanger optimization is used. → The total cost is minimized by varying design variables. → This new approach can be applied for optimization of heat exchangers. - Abstract: In this study, a new shell and tube heat exchanger optimization design approach is developed. Artificial Bee Colony (ABC) has been applied to minimize the total cost of the equipment including capital investment and the sum of discounted annual energy expenditures related to pumping of shell and tube heat exchanger by varying various design variables such as tube length, tube outer diameter, pitch size, baffle spacing, etc. Finally, the results are compared to those obtained by literature approaches. The obtained results indicate that Artificial Bee Colony (ABC) algorithm can be successfully applied for optimal design of shell and tube heat exchangers.

  4. Design and economic optimization of shell and tube heat exchangers using Artificial Bee Colony (ABC) algorithm

    Energy Technology Data Exchange (ETDEWEB)

    Sencan Sahin, Arzu, E-mail: sencan@tef.sdu.edu.tr [Department of Mechanical Education, Technical Education Faculty, Sueleyman Demirel University, 32260 Isparta (Turkey); Kilic, Bayram, E-mail: bayramkilic@hotmail.com [Bucak Emin Guelmez Vocational School, Mehmet Akif Ersoy University, Bucak (Turkey); Kilic, Ulas, E-mail: ulaskilic@mehmetakif.edu.tr [Bucak Emin Guelmez Vocational School, Mehmet Akif Ersoy University, Bucak (Turkey)

    2011-10-15

    Highlights: {yields} Artificial Bee Colony for shell and tube heat exchanger optimization is used. {yields} The total cost is minimized by varying design variables. {yields} This new approach can be applied for optimization of heat exchangers. - Abstract: In this study, a new shell and tube heat exchanger optimization design approach is developed. Artificial Bee Colony (ABC) has been applied to minimize the total cost of the equipment including capital investment and the sum of discounted annual energy expenditures related to pumping of shell and tube heat exchanger by varying various design variables such as tube length, tube outer diameter, pitch size, baffle spacing, etc. Finally, the results are compared to those obtained by literature approaches. The obtained results indicate that Artificial Bee Colony (ABC) algorithm can be successfully applied for optimal design of shell and tube heat exchangers.

  5. Short-Term Fuzzy Load Forecasting Model Using Genetic–Fuzzy and Ant Colony–Fuzzy Knowledge Base Optimization

    Directory of Open Access Journals (Sweden)

    Murat Luy

    2018-05-01

    Full Text Available The estimation of hourly electricity load consumption is highly important for planning short-term supply–demand equilibrium in sources and facilities. Studies of short-term load forecasting in the literature are categorized into two groups: classical conventional and artificial intelligence-based methods. Artificial intelligence-based models, especially when using fuzzy logic techniques, have more accurate load estimations when datasets include high uncertainty. However, as the knowledge base—which is defined by expert insights and decisions—gets larger, the load forecasting performance decreases. This study handles the problem that is caused by the growing knowledge base, and improves the load forecasting performance of fuzzy models through nature-inspired methods. The proposed models have been optimized by using ant colony optimization and genetic algorithm (GA techniques. The training and testing processes of the proposed systems were performed on historical hourly load consumption and temperature data collected between 2011 and 2014. The results show that the proposed models can sufficiently improve the performance of hourly short-term load forecasting. The mean absolute percentage error (MAPE of the monthly minimum in the forecasting model, in terms of the forecasting accuracy, is 3.9% (February 2014. The results show that the proposed methods make it possible to work with large-scale rule bases in a more flexible estimation environment.

  6. A new fire ant (Hymenoptera: Formicidae) bait base carrier for moist conditions.

    Science.gov (United States)

    Kafle, Lekhnath; Wu, Wen-Jer; Shih, Cheng-Jen

    2010-10-01

    A new water-resistant fire ant bait (T-bait; cypermethrin 0.128%) consisting of dried distillers grains with solubles (DDGS) as a carrier was developed and evaluated against a standard commercial bait (Advion; indoxacarb 0.045%) under both laboratory and field conditions. When applying the normal T-bait or Advion in the laboratory, 100% of Solenopsis invicta Buren worker ants were killed within 4 days. However, when the T-bait and Advion were wetted, 70.6 and 39.7% of the ants were killed respectively. Under field conditions, dry T-bait and dry Advion had almost the same efficacy against ant colonies. However, when T-bait and Advion came in contact with water, the former's ability to kill S. invicta colonies in the field was only marginally reduced, while Advion lost virtually all of its activity. In addition, DDGS was also shown to be compatible with a number of other insecticides, such as d-allethrin, permethrin and pyrethrin. Based on its properties of remaining attractive to the fire ants when wetted, combined with its ant-killing abilities both in the laboratory and in the field, T-bait is an efficient fire ant bait, especially under moist conditions.

  7. Performance improvement of optical CDMA networks with stochastic artificial bee colony optimization technique

    Science.gov (United States)

    Panda, Satyasen

    2018-05-01

    This paper proposes a modified artificial bee colony optimization (ABC) algorithm based on levy flight swarm intelligence referred as artificial bee colony levy flight stochastic walk (ABC-LFSW) optimization for optical code division multiple access (OCDMA) network. The ABC-LFSW algorithm is used to solve asset assignment problem based on signal to noise ratio (SNR) optimization in OCDM networks with quality of service constraints. The proposed optimization using ABC-LFSW algorithm provides methods for minimizing various noises and interferences, regulating the transmitted power and optimizing the network design for improving the power efficiency of the optical code path (OCP) from source node to destination node. In this regard, an optical system model is proposed for improving the network performance with optimized input parameters. The detailed discussion and simulation results based on transmitted power allocation and power efficiency of OCPs are included. The experimental results prove the superiority of the proposed network in terms of power efficiency and spectral efficiency in comparison to networks without any power allocation approach.

  8. A new quantum inspired chaotic artificial bee colony algorithm for optimal power flow problem

    International Nuclear Information System (INIS)

    Yuan, Xiaohui; Wang, Pengtao; Yuan, Yanbin; Huang, Yuehua; Zhang, Xiaopan

    2015-01-01

    Highlights: • Quantum theory is introduced to artificial bee colony algorithm (ABC) to increase population diversity. • A chaotic local search operator is used to enhance local search ability of ABC. • Quantum inspired chaotic ABC method (QCABC) is proposed to solve optimal power flow. • The feasibility and effectiveness of the proposed QCABC is verified by examples. - Abstract: This paper proposes a new artificial bee colony algorithm with quantum theory and the chaotic local search strategy (QCABC), and uses it to solve the optimal power flow (OPF) problem. Under the quantum computing theory, the QCABC algorithm encodes each individual with quantum bits to form a corresponding quantum bit string. By determining each quantum bits value, we can get the value of the individual. After the scout bee stage of the artificial bee colony algorithm, we begin the chaotic local search in the vicinity of the best individual found so far. Finally, the quantum rotation gate is used to process each quantum bit so that all individuals can update toward the direction of the best individual. The QCABC algorithm is carried out to deal with the OPF problem in the IEEE 30-bus and IEEE 118-bus standard test systems. The results of the QCABC algorithm are compared with other algorithms (artificial bee colony algorithm, genetic algorithm, particle swarm optimization algorithm). The comparison shows that the QCABC algorithm can effectively solve the OPF problem and it can get the better optimal results than those of other algorithms

  9. Workshop on Computational Optimization

    CERN Document Server

    2015-01-01

    Our everyday life is unthinkable without optimization. We try to minimize our effort and to maximize the achieved profit. Many real world and industrial problems arising in engineering, economics, medicine and other domains can be formulated as optimization tasks. This volume is a comprehensive collection of extended contributions from the Workshop on Computational Optimization 2013. It presents recent advances in computational optimization. The volume includes important real life problems like parameter settings for controlling processes in bioreactor, resource constrained project scheduling, problems arising in transport services, error correcting codes, optimal system performance and energy consumption and so on. It shows how to develop algorithms for them based on new metaheuristic methods like evolutionary computation, ant colony optimization, constrain programming and others.

  10. Azcatl-CRP: An ant colony-based system for searching full power control rod patterns in BWRs

    Energy Technology Data Exchange (ETDEWEB)

    Ortiz, Juan Jose [Dpto. Sistemas Nucleares, ININ, Carr. Mexico-Toluca Km. 36.5, Salazar, Edo. de Mexico (Mexico)]. E-mail: jjortiz@nuclear.inin.mx; Requena, Ignacio [Dpto. Ciencias Computacion e I.A. ETSII Informatica, University of Granada, C. Daniel Saucedo Aranda s/n, 18071 Granada (Spain)]. E-mail: requena@decsai.ugr.es

    2006-01-15

    We show a new system named AZCATL-CRP to design full power control rod patterns in BWRs. Azcatl-CRP uses an ant colony system and a reactor core simulator for this purpose. Transition and equilibrium cycles of Laguna Verde Nuclear Power Plant (LVNPP) reactor core in Mexico were used to test Azcatl-CRP. LVNPP has 109 control rods grouped in four sequences and currently uses control cell core (CCC) strategy in its fuel reload design. With CCC method only one sequence is employed for reactivity control at full power operation. Several operation scenarios are considered, including core water flow variation throughout the cycle, target different axial power distributions and Haling conditions. Azcatl-CRP designs control rod patterns (CRP) taking into account safety aspects such as k {sub eff} core value and thermal limits. Axial power distributions are also adjusted to a predetermined power shape.

  11. The invasion biology and sociogenetics of pharaoh ants

    DEFF Research Database (Denmark)

    Schmidt, Anna Mosegaard

    Social insect colonies perform a number of tasks affecting the environments they live in. Some unintentionally introduced species have attracted the attention of scientists and general public alike when causing a number of changes to the composition and functioning of ecosystems. Such ?invaders...... laboratory lineages, thus building the foundation for future research on the species. In addition, I have started a selection experiment (still ongoing in collaboration with Dr. T. Linksvayer) using pharaoh ants, which is the first time artificial selection is attempted in an ant species. Pharaoh ants have...

  12. Colony Diet Influences Ant Worker Foraging and Attendance of Myrmecophilous Lycaenid Caterpillars

    Directory of Open Access Journals (Sweden)

    Sebastian Pohl

    2016-09-01

    Full Text Available Foraging animals regulate their intake of macronutrients such as carbohydrates and proteins. However, regulating the intake of these two macronutrients can be constrained by the nutrient content of available food sources. Compensatory foraging is a method to adjust nutrient intake under restricted nutrient availability by preferentially exploiting food sources that contain limiting nutrients. Here we studied the potential for compensatory foraging in the dolichoderine ant Iridomyrmex mayri, which is commonly found in associations with caterpillars of the obligatorily ant-associated lycaenid butterfly Jalmenus evagoras. The caterpillars receive protection against predators and parasites, and reward the ants with nutritional secretions from specialized exocrine glands. These secretions contain a mixture of sugars and free amino acids, particularly serine. We tested the influence of nutrient-deficient diets on foraging patterns in I. mayri by recording the intake of test solutions containing single types of macronutrients during food preference tests. We also investigated the level of ant attendance on fifth instar J. evagoras caterpillars to evaluate how changes in diet influenced ant tending of caterpillars and foraging on their secretions. Foragers on a protein diet compensated for the nutritional deficit by increasing the intake of test solutions that contained sucrose, compared to their counterparts on a non-restricted diet. Ants on a sugar diet, however, did not show a corresponding increased consumption of test solutions containing the amino acid serine. Additionally, compared with their counterparts on a mixed diet, ants on limited nutrient diets showed an increase in the number of caterpillar-tending workers, suggesting that the caterpillars’ secretions are suitable to compensate for the ants’ nutritional deficit.

  13. Fracture enhancement based on artificial ants and fuzzy c-means clustering (FCMC) in Dezful Embayment of Iran

    International Nuclear Information System (INIS)

    Nasseri, Aynur; Mohammadzadeh, Mohammad Jafar; Tabatabaei Raeisi, S Hashem

    2015-01-01

    This paper deals with the application of the ant colony algorithm (AC) to a seismic dataset from Dezful Embayment in the southwest region of Iran. The objective of the approach is to generate an accurate representation of faults and discontinuities to assist in pertinent matters such as well planning and field optimization. The AC analyzed all spatial discontinuities in the seismic attributes from which features were extracted. True fault information from the attributes was detected by many artificial ants, whereas noise and the remains of the reflectors were eliminated. Furthermore, the fracture enhancement procedure was conducted by three steps on seismic data of the area. In the first step several attributes such as chaos, variance/coherence and dip deviation were taken into account; the resulting maps indicate high-resolution contrast for the variance attribute. Subsequently, the enhancement of spatial discontinuities was performed and finally elimination of the noise and remains of non-faulting events was carried out by simulating the behavior of ant colonies. After considering stepwise attribute optimization, focusing on chaos and variance in particular, an attribute fusion was generated and used in the ant colony algorithm. The resulting map displayed the highest performance in feature detection along the main structural feature trend, confined to a NW–SE direction. Thus, the optimized attribute fusion might be used with greater confidence to map the structural feature network with more accuracy and resolution. In order to assess the performance of the AC in feature detection, and cross validate the reliability of the method used, fuzzy c-means clustering (FCMC) was employed for the same dataset. Comparing the maps illustrates the effectiveness and preference of the AC approach due to its high resolution contrast for structural feature detection compared to the FCMC method. Accordingly, 3D planes of discontinuity determined spatial distribution of

  14. Evolutionary transition from single to multiple mating in fungus-growing ants

    DEFF Research Database (Denmark)

    Villesen, P.; Gertsch, Pia J.; Frydenberg, J.

    1999-01-01

    Queens of leafcutter ants exhibit the highest known levels of multiple mating (up to 10 mates per queen) among ants. Multiple mating may have been selected to increase genetic diversity among nestmate workers, which is hypothesized to be critical in social systems with large, long-lived colonies ...

  15. Optimal Grid Scheduling Using Improved Artificial Bee Colony Algorithm

    OpenAIRE

    T. Vigneswari; M. A. Maluk Mohamed

    2015-01-01

    Job Scheduling plays an important role for efficient utilization of grid resources available across different domains and geographical zones. Scheduling of jobs is challenging and NPcomplete. Evolutionary / Swarm Intelligence algorithms have been extensively used to address the NP problem in grid scheduling. Artificial Bee Colony (ABC) has been proposed for optimization problems based on foraging behaviour of bees. This work proposes a modified ABC algorithm, Cluster Hete...

  16. Solving Multiobjective Optimization Problems Using Artificial Bee Colony Algorithm

    Directory of Open Access Journals (Sweden)

    Wenping Zou

    2011-01-01

    Full Text Available Multiobjective optimization has been a difficult problem and focus for research in fields of science and engineering. This paper presents a novel algorithm based on artificial bee colony (ABC to deal with multi-objective optimization problems. ABC is one of the most recently introduced algorithms based on the intelligent foraging behavior of a honey bee swarm. It uses less control parameters, and it can be efficiently used for solving multimodal and multidimensional optimization problems. Our algorithm uses the concept of Pareto dominance to determine the flight direction of a bee, and it maintains nondominated solution vectors which have been found in an external archive. The proposed algorithm is validated using the standard test problems, and simulation results show that the proposed approach is highly competitive and can be considered a viable alternative to solve multi-objective optimization problems.

  17. Feeding and stocking up: radio-labelled food reveals exchange patterns in ants.

    Science.gov (United States)

    Buffin, Aurélie; Denis, Damien; Van Simaeys, Gaetan; Goldman, Serge; Deneubourg, Jean-Louis

    2009-06-17

    Food sharing is vital for a large number of species, either solitary or social, and is of particular importance within highly integrated societies, such as in colonial organisms and in social insects. Nevertheless, the mechanisms that govern the distribution of food inside a complex organizational system remain unknown. Using scintigraphy, a method developed for medical imaging, we were able to describe the dynamics of food-flow inside an ant colony. We monitored the sharing process of a radio-labelled sucrose solution inside a nest of Formica fusca. Our results show that, from the very first load that enters the nest, food present within the colony acts as negative feedback to entering food. After one hour of the experiments, 70% of the final harvest has already entered the nest. The total foraged quantity is almost four times smaller than the expected storage capacity. A finer study of the spatial distribution of food shows that although all ants have been fed rapidly (within 30 minutes), a small area representing on average 8% of the radioactive surface holds more than 25% of the stored food. Even in rather homogeneous nests, we observed a strong concentration of food in few workers. Examining the position of these workers inside the nest, we found heavily loaded ants in the centre of the aggregate. The position of the centre of this high-intensity radioactive surface remained stable for the three consecutive hours of the experiments. We demonstrate that the colony simultaneously managed to rapidly feed all workers (200 ants fed within 30 minutes) and build up food stocks to prevent food shortage, something that occurs rather often in changing environments. Though we expected the colony to forage to its maximum capacity, the flow of food entering the colony is finely tuned to the colony's needs. Indeed the food-flow decreases proportionally to the food that has already been harvested, liberating the work-force for other tasks.

  18. Adoption of parasitic Maculinea alcon caterpillars (Lepidoptera : Lycaenidae) by three Myrmica ant species

    DEFF Research Database (Denmark)

    Als, Thomas Damm; Nash, David Richard; Boomsma, J. J.

    2001-01-01

    Maculinea butterflies are parasites of Myrmica ant nests. The Alcon blue, Maculinea alcon, is unusual in that it parasitizes the nests of several Myrmica species, using M. rubra, M. ruginodis and M. scabrinodis as hosts in different parts of Europe. In Denmark it uses M. rubra and M. ruginodis....... alcon from three populations differing in their host use to laboratory nests of all three recorded host ant species collected from each of the M. alcon populations. We measured the attractiveness of the caterpillars to their host ants as the time taken for them to be adopted by each ant colony....... Caterpillars from all populations took longer to be adopted to M. scabrinodis nests than to nests of the other two ant species. Adoption times to M. rubra and M. ruginodis colonies differed: caterpillars from each of the two populations that used a single host species were adopted most quickly by that species...

  19. ANTS AS BIOLOGICAL INDICATORS FOR MONITORING CHANGES IN ARID ENVIRONMENTS: LESSONS FOR MONITORING PROTECTED AREAS

    Science.gov (United States)

    The responses of ant communities to structural change (removal of an invasive were studied in a replicated experiment in a Chihuahuan Desert grassland. The results from sampling of ant communities by pit-fall trapping were validated by mapping ant colonies on the experimental plo...

  20. Workshop on Computational Optimization

    CERN Document Server

    2016-01-01

    This volume is a comprehensive collection of extended contributions from the Workshop on Computational Optimization 2014, held at Warsaw, Poland, September 7-10, 2014. The book presents recent advances in computational optimization. The volume includes important real problems like parameter settings for controlling processes in bioreactor and other processes, resource constrained project scheduling, infection distribution, molecule distance geometry, quantum computing, real-time management and optimal control, bin packing, medical image processing, localization the abrupt atmospheric contamination source and so on. It shows how to develop algorithms for them based on new metaheuristic methods like evolutionary computation, ant colony optimization, constrain programming and others. This research demonstrates how some real-world problems arising in engineering, economics, medicine and other domains can be formulated as optimization tasks.

  1. Unraveling Trichoderma species in the attine ant environment: description of three new taxa.

    Science.gov (United States)

    Montoya, Quimi Vidaurre; Meirelles, Lucas Andrade; Chaverri, Priscila; Rodrigues, Andre

    2016-05-01

    Fungus-growing "attine" ants forage diverse substrates to grow fungi for food. In addition to the mutualistic fungal partner, the colonies of these insects harbor a rich microbiome composed of bacteria, filamentous fungi and yeasts. Previous work reported some Trichoderma species in the fungus gardens of leafcutter ants. However, no studies systematically addressed the putative association of Trichoderma with attine ants, especially in non-leafcutter ants. Here, a total of 62 strains of Trichoderma were analyzed using three molecular markers (ITS, tef1 and rpb2). In addition, 30 out of 62 strains were also morphologically examined. The strains studied correspond to the largest sampling carried out so far for Trichoderma in the attine ant environment. Our results revealed the richness of Trichoderma in this environment, since we found 20 Trichoderma species, including three new taxa described in the present work (Trichoderma attinorum, Trichoderma texanum and Trichoderma longifialidicum spp. nov.) as well as a new phylogenetic taxon (LESF 545). Moreover, we show that all 62 strains grouped within different clades across the Trichoderma phylogeny, which are identical or closely related to strains derived from several other environments. This evidence supports the transient nature of the genus Trichoderma in the attine ant colonies. The discovery of three new species suggests that the dynamic foraging behavior of these insects might be responsible for accumulation of transient fungi into their colonies, which might hold additional fungal taxa still unknown to science.

  2. Asymmetric dispersal and colonization success of Amazonian plant-ants queens.

    Directory of Open Access Journals (Sweden)

    Emilio M Bruna

    Full Text Available The dispersal ability of queens is central to understanding ant life-history evolution, and plays a fundamental role in ant population and community dynamics, the maintenance of genetic diversity, and the spread of invasive ants. In tropical ecosystems, species from over 40 genera of ants establish colonies in the stems, hollow thorns, or leaf pouches of specialized plants. However, little is known about the relative dispersal ability of queens competing for access to the same host plants.We used empirical data and inverse modeling--a technique developed by plant ecologists to model seed dispersal--to quantify and compare the dispersal kernels of queens from three Amazonian ant species that compete for access to host-plants. We found that the modal colonization distance of queens varied 8-fold, with the generalist ant species (Crematogaster laevis having a greater modal distance than two specialists (Pheidole minutula, Azteca sp. that use the same host-plants. However, our results also suggest that queens of Azteca sp. have maximal distances that are four-sixteen times greater than those of its competitors.We found large differences between ant species in both the modal and maximal distance ant queens disperse to find vacant seedlings used to found new colonies. These differences could result from interspecific differences in queen body size, and hence wing musculature, or because queens differ in their ability to identify potential host plants while in flight. Our results provide support for one of the necessary conditions underlying several of the hypothesized mechanisms promoting coexistence in tropical plant-ants. They also suggest that for some ant species limited dispersal capability could pose a significant barrier to the rescue of populations in isolated forest fragments. Finally, we demonstrate that inverse models parameterized with field data are an excellent means of quantifying the dispersal of ant queens.

  3. Disentangling environmental and heritable nestmate recognition cues in a carpenter ant

    DEFF Research Database (Denmark)

    van Zweden, Jelle S; Dreier, Stephanie; d'Ettorre, Patrizia

    2009-01-01

    Discriminating between group members and strangers is a key feature of social life. Nestmate recognition is very effective in social insects and is manifested by aggression and rejection of alien individuals, which are prohibited to enter the nest. Nestmate recognition is based on the quantitative...... variation in cuticular hydrocarbons, which can include heritable cues from the workers, as well as acquired cues from the environment or queen-derived cues. We tracked the profile of six colonies of the ant Camponotus aethiops for a year under homogeneous laboratory conditions. We performed chemical...... diagnostic power between colonies. The presence of a queen had little influence on nestmate discrimination abilities. Our results suggest that heritable cues of workers are the dominant factor influencing nestmate discrimination in these carpenter ants and highlight the importance of colony kin structure...

  4. The distribution of weaver ant pheromones on host trees

    DEFF Research Database (Denmark)

    Offenberg, Joachim

    2007-01-01

    The visible anal spots deposited by Oecophylla smaragdina ants have been suggested to deter ant prey, affect interspecific competition and facilitate mutualists and parasites in tracking down Oecophylla ants. I measured the density of anal spots on host trees with and without ants and tested for ...... to leaves. Also there was a positive correlation between spot density and the likelihood of being detected by ants. Anal spots may thus function as reliable cues to interacting species and be an important factor in shaping the community around Oecophylla colonies.......The visible anal spots deposited by Oecophylla smaragdina ants have been suggested to deter ant prey, affect interspecific competition and facilitate mutualists and parasites in tracking down Oecophylla ants. I measured the density of anal spots on host trees with and without ants and tested...... for correlations between spot density, ant activity and the likelihood of being detected by an ant. Spots were only found on trees with ants. On ant-trees, spots were distributed throughout the trees but with higher densities in areas with high ant activity and pheromone densities were higher on twigs compared...

  5. Ecology: 'Devil's gardens' bedevilled by ants.

    Science.gov (United States)

    Frederickson, Megan E; Greene, Michael J; Gordon, Deborah M

    2005-09-22

    'Devil's gardens' are large stands of trees in the Amazonian rainforest that consist almost entirely of a single species, Duroia hirsuta, and, according to local legend, are cultivated by an evil forest spirit. Here we show that the ant Myrmelachista schumanni, which nests in D. hirsuta stems, creates devil's gardens by poisoning all plants except its host plants with formic acid. By killing these other plants, M. schumanni provides its colonies with abundant nest sites--a long-lasting benefit as colonies can live for 800 years.

  6. Rough-Cut Capacity Planning in Multimodal Freight Transportation Networks

    Science.gov (United States)

    2012-09-30

    metaheuristics. Parti- cle Swarm Optimization, Ant Colony Optimization, and Artificial Bee Colony Algo- rithms are newer examples of some biologically... nest for a food source. Each ant, as it travels leaves a pheromone trail which is detected by subsequent ants. Initially, ants randomly choose a...trail on shorter paths connecting the nest and the food source tends to be stronger. Eventually, all ants will choose to follow the path containing the

  7. Urban Growth Modeling Using Cellular Automata with Multi-Temporal Remote Sensing Images Calibrated by the Artificial Bee Colony Optimization Algorithm.

    Science.gov (United States)

    Naghibi, Fereydoun; Delavar, Mahmoud Reza; Pijanowski, Bryan

    2016-12-14

    Cellular Automata (CA) is one of the most common techniques used to simulate the urbanization process. CA-based urban models use transition rules to deliver spatial patterns of urban growth and urban dynamics over time. Determining the optimum transition rules of the CA is a critical step because of the heterogeneity and nonlinearities existing among urban growth driving forces. Recently, new CA models integrated with optimization methods based on swarm intelligence algorithms were proposed to overcome this drawback. The Artificial Bee Colony (ABC) algorithm is an advanced meta-heuristic swarm intelligence-based algorithm. Here, we propose a novel CA-based urban change model that uses the ABC algorithm to extract optimum transition rules. We applied the proposed ABC-CA model to simulate future urban growth in Urmia (Iran) with multi-temporal Landsat images from 1997, 2006 and 2015. Validation of the simulation results was made through statistical methods such as overall accuracy, the figure of merit and total operating characteristics (TOC). Additionally, we calibrated the CA model by ant colony optimization (ACO) to assess the performance of our proposed model versus similar swarm intelligence algorithm methods. We showed that the overall accuracy and the figure of merit of the ABC-CA model are 90.1% and 51.7%, which are 2.9% and 8.8% higher than those of the ACO-CA model, respectively. Moreover, the allocation disagreement of the simulation results for the ABC-CA model is 9.9%, which is 2.9% less than that of the ACO-CA model. Finally, the ABC-CA model also outperforms the ACO-CA model with fewer quantity and allocation errors and slightly more hits.

  8. Protein structure prediction using bee colony optimization metaheuristic

    DEFF Research Database (Denmark)

    Fonseca, Rasmus; Paluszewski, Martin; Winter, Pawel

    2010-01-01

    of the proteins structure, an energy potential and some optimization algorithm that ¿nds the structure with minimal energy. Bee Colony Optimization (BCO) is a relatively new approach to solving opti- mization problems based on the foraging behaviour of bees. Several variants of BCO have been suggested......Predicting the native structure of proteins is one of the most challenging problems in molecular biology. The goal is to determine the three-dimensional struc- ture from the one-dimensional amino acid sequence. De novo prediction algorithms seek to do this by developing a representation...... our BCO method to generate good solutions to the protein structure prediction problem. The results show that BCO generally ¿nds better solutions than simulated annealing which so far has been the metaheuristic of choice for this problem....

  9. Ant-lepidopteran associations along African forest edges

    Science.gov (United States)

    Dejean, Alain; Azémar, Frédéric; Libert, Michel; Compin, Arthur; Hérault, Bruno; Orivel, Jérôme; Bouyer, Thierry; Corbara, Bruno

    2017-02-01

    Working along forest edges, we aimed to determine how some caterpillars can co-exist with territorially dominant arboreal ants (TDAAs) in tropical Africa. We recorded caterpillars from 22 lepidopteran species living in the presence of five TDAA species. Among the defoliator and/or nectarivorous caterpillars that live on tree foliage, the Pyralidae and Nymphalidae use their silk to protect themselves from ant attacks. The Notodontidae and lycaenid Polyommatinae and Theclinae live in direct contact with ants; the Theclinae even reward ants with abundant secretions from their Newcomer gland. Lichen feeders (lycaenid; Poritiinae), protected by long bristles, also live among ants. Some lycaenid Miletinae caterpillars feed on ant-attended membracids, including in the shelters where the ants attend them; Lachnocnema caterpillars use their forelegs to obtain trophallaxis from their host ants. Caterpillars from other species live inside weaver ant nests. Those of the genus Euliphyra (Miletinae) feed on ant prey and brood and can obtain trophallaxis, while those from an Eberidae species only prey on host ant eggs. Eublemma albifascia (Erebidae) caterpillars use their thoracic legs to obtain trophallaxis and trophic eggs from ants. Through transfer bioassays of last instars, we noted that herbivorous caterpillars living in contact with ants were always accepted by alien conspecific ants; this is likely due to an intrinsic appeasing odor. Yet, caterpillars living in ant shelters or ant nests probably acquire cues from their host colonies because they were considered aliens and killed. We conclude that co-evolution with ants occurred similarly in the Heterocera and Rhopalocera.

  10. Antimicrobial defense shows an abrupt evolutionary transition in the fungus-growing ants

    DEFF Research Database (Denmark)

    Hughes, William O H; Pagliarini, Roberta; Madsen, Henning Bang

    2008-01-01

    of the reservoir did not relate with the evolutionary transition from lower to higher attines and correlated at most only slightly with colony size. The results thus suggest that the relationship between leaf-cutting ants and their parasites is distinctly different from that for other attine ants, in accord...

  11. Modified artificial bee colony algorithm for reactive power optimization

    Science.gov (United States)

    Sulaiman, Noorazliza; Mohamad-Saleh, Junita; Abro, Abdul Ghani

    2015-05-01

    Bio-inspired algorithms (BIAs) implemented to solve various optimization problems have shown promising results which are very important in this severely complex real-world. Artificial Bee Colony (ABC) algorithm, a kind of BIAs has demonstrated tremendous results as compared to other optimization algorithms. This paper presents a new modified ABC algorithm referred to as JA-ABC3 with the aim to enhance convergence speed and avoid premature convergence. The proposed algorithm has been simulated on ten commonly used benchmarks functions. Its performance has also been compared with other existing ABC variants. To justify its robust applicability, the proposed algorithm has been tested to solve Reactive Power Optimization problem. The results have shown that the proposed algorithm has superior performance to other existing ABC variants e.g. GABC, BABC1, BABC2, BsfABC dan IABC in terms of convergence speed. Furthermore, the proposed algorithm has also demonstrated excellence performance in solving Reactive Power Optimization problem.

  12. Partial incompatibility between ants and symbiotic fungi in two sympatric species of Acromyrmex leaf-cutting ants.

    Science.gov (United States)

    Bot, A N; Rehner, S A; Boomsma, J J

    2001-10-01

    We investigate the nature and duration of incompatibility between certain combinations of Acromyrmex leaf-cutting ants and symbiotic fungi, taken from sympatric colonies of the same or a related species. Ant-fungus incompatibility appeared to be largely independent of the ant species involved, but could be explained partly by genetic differences among the fungus cultivars. Following current theoretical considerations, we develop a hypothesis, originally proposed by S. A. Frank, that the observed incompatibilities are ultimately due to competitive interactions between genetically different fungal lineages, and we predict that the ants should have evolved mechanisms to prevent such competition between cultivars within a single garden. This requires that the ants are able to recognize unfamiliar fungi, and we show that this is indeed the case. Amplified fragment length polymorphism genotyping further shows that the two sympatric Acromyrmex species share each other's major lineages of cultivar, confirming that horizontal transfer does occasionally take place. We argue and provide some evidence that chemical substances produced by the fungus garden may mediate recognition of alien fungi by the ants. We show that incompatibility between ants and transplanted, genetically different cultivars is indeed due to active killing of the novel cultivar by the ants. This incompatibility disappears when ants are force-fed the novel cultivar for about a week, a result that is consistent with our hypothesis of recognition induced by the resident fungus and eventual replacement of incompatibility compounds during force-feeding.

  13. Cryptococcus neoformans carried by Odontomachus bauri ants

    Directory of Open Access Journals (Sweden)

    Mariana Santos de Jesus

    2012-06-01

    Full Text Available Cryptococcus neoformans is the most common causative agent of cryptococcosis worldwide. Although this fungus has been isolated from a variety of organic substrates, several studies suggest that hollow trees constitute an important natural niche for C. neoformans. A previously surveyed hollow of a living pink shower tree (Cassia grandis positive for C. neoformans in the city of Rio de Janeiro, Brazil, was chosen for further investigation. Odontomachus bauri ants (trap-jaw ants found inside the hollow were collected for evaluation as possible carriers of Cryptococcus spp. Two out of 10 ants were found to carry phenoloxidase-positive colonies identified as C. neoformans molecular types VNI and VNII. The ants may have acted as a mechanical vector of C. neoformans and possibly contributed to the dispersal of the fungi from one substrate to another. To the best of our knowledge, this is the first report on the association of C. neoformans with ants of the genus Odontomachus.

  14. Host ant independent oviposition in the parasitic butterfly Maculinea alcon

    DEFF Research Database (Denmark)

    Fürst, Matthias A; Nash, David Richard

    2010-01-01

    to host-ant nests and non-host-ant nests, and the number and position of eggs attached were assessed. Our results show no evidence for host-ant-based oviposition in M. alcon, but support an oviposition strategy based on plant characteristics. This suggests that careful management of host-ant distribution......Parasitic Maculinea alcon butterflies can only develop in nests of a subset of available Myrmica ant species, so female butterflies have been hypothesized to preferentially lay eggs on plants close to colonies of the correct host ants. Previous correlational investigations of host......-ant-dependent oviposition in this and other Maculinea species have, however, shown equivocal results, leading to a long-term controversy over support for this hypothesis. We therefore conducted a controlled field experiment to study the egg-laying behaviour of M. alcon. Matched potted Gentiana plants were set out close...

  15. Myrmica Ants and Their Butterfly Parasites with Special Focus on the Acoustic Communication

    Directory of Open Access Journals (Sweden)

    F. Barbero

    2012-01-01

    Full Text Available About 10,000 arthropod species live as ants' social parasites and have evolved a number of mechanisms allowing them to penetrate and survive inside the ant nests. Myrmica colonies, in particular, are exploited by numerous social parasites, and the presence of their overwintering brood, as well as of their polygyny, contributes to make them more vulnerable to infestation. Butterflies of the genus Maculinea are among the most investigated Myrmica inquilines. These lycaenids are known for their very complex biological cycles. Maculinea species are obligated parasites that depend on a particular food plant and on a specific Myrmica species for their survival. Maculinea larvae are adopted by Myrmica ants, which are induced to take them into their nests by chemical mimicry. Then the parasite spends the following 11–23 months inside the ants' nest. Mimicking the acoustic emission of the queen ants, Maculinea parasites not only manage to become integrated, but attain highest rank within the colony. Here we review the biology of Maculinea/Myrmica system with a special focus on some recent breakthrough concerning their acoustical patterns.

  16. Effective ANT based Routing Algorithm for Data Replication in MANETs

    Directory of Open Access Journals (Sweden)

    N.J. Nithya Nandhini

    2013-12-01

    Full Text Available In mobile ad hoc network, the nodes often move and keep on change its topology. Data packets can be forwarded from one node to another on demand. To increase the data accessibility data are replicated at nodes and made as sharable to other nodes. Assuming that all mobile host cooperative to share their memory and allow forwarding the data packets. But in reality, all nodes do not share the resources for the benefits of others. These nodes may act selfishly to share memory and to forward the data packets. This paper focuses on selfishness of mobile nodes in replica allocation and routing protocol based on Ant colony algorithm to improve the efficiency. The Ant colony algorithm is used to reduce the overhead in the mobile network, so that it is more efficient to access the data than with other routing protocols. This result shows the efficiency of ant based routing algorithm in the replication allocation.

  17. Symmetry breaking on density in escaping ants: experiment and alarm pheromone model.

    Directory of Open Access Journals (Sweden)

    Geng Li

    Full Text Available The symmetry breaking observed in nature is fascinating. This symmetry breaking is observed in both human crowds and ant colonies. In such cases, when escaping from a closed space with two symmetrically located exits, one exit is used more often than the other. Group size and density have been reported as having no significant impact on symmetry breaking, and the alignment rule has been used to model symmetry breaking. Density usually plays important roles in collective behavior. However, density is not well-studied in symmetry breaking, which forms the major basis of this paper. The experiment described in this paper on an ant colony displays an increase then decrease of symmetry breaking versus ant density. This result suggests that a Vicsek-like model with an alignment rule may not be the correct model for escaping ants. Based on biological facts that ants use pheromones to communicate, rather than seeing how other individuals move, we propose a simple yet effective alarm pheromone model. The model results agree well with the experimental outcomes. As a measure, this paper redefines symmetry breaking as the collective asymmetry by deducing the random fluctuations. This research indicates that ants deposit and respond to the alarm pheromone, and the accumulation of this biased information sharing leads to symmetry breaking, which suggests true fundamental rules of collective escape behavior in ants.

  18. Foraging strategies of the ant Ectatomma vizottoi (Hymenoptera, Formicidae

    Directory of Open Access Journals (Sweden)

    Luan D. Lima

    2013-12-01

    Full Text Available Foraging strategies of the ant Ectatomma vizottoi (Hymenoptera, Formicidae. Foraging activity may be limited by temperature, humidity, radiation, wind, and other abiotic factors, all of which can affect energy costs during foraging. Ectatomma vizottoi's biology has only recently been studied, and no detailed information is available on its foraging patterns or diet in the field. For this reason, and because foraging activity is an important part of the ecological success of social insects, the present study aimed to investigate E. vizottoi's foraging strategies and dietary habits. First, we determined how abiotic factors constrained E. vizottoi's foraging patterns in the field by monitoring the foraging activity of 16 colonies on eight different days across two seasons. Second, we characterized E. vizottoi's diet by monitoring another set of 26 colonies during peak foraging activity. Our results show that E. vizottoi has foraging strategies that are similar to those of congeneric species. In spite of having a low efficiency index, colonies adopted strategies that allowed them to successfully obtain food resources while avoiding adverse conditions. These strategies included preying on other ant species, a foraging tactic that could arise if a wide variety of food items are not available in the environment or if E. vizottoi simply prefers, regardless of resource availability, to prey on other invertebrates and especially on other ant species.

  19. Sex ratio and Wolbachia infection in the ant Formica exsecta.

    Science.gov (United States)

    Keller, L; Liautard, C; Reuter, M; Brown, W D; Sundström, L; Chapuisat, M

    2001-08-01

    Sex allocation data in social Hymenoptera provide some of the best tests of kin selection, parent-offspring conflict and sex ratio theories. However, these studies critically depend on controlling for confounding ecological factors and on identifying all parties that potentially manipulate colony sex ratio. It has been suggested that maternally inherited parasites may influence sex allocation in social Hymenoptera. If the parasites can influence sex allocation, infected colonies are predicted to invest more resources in females than non-infected colonies, because the parasites are transmitted through females but not males. Prime candidates for such sex ratio manipulation are Wolbachia, because these cytoplasmically transmitted bacteria have been shown to affect the sex ratio of host arthropods by cytoplasmic incompatibility, parthenogenesis, male-killing and feminization. In this study, we tested whether Wolbachia infection is associated with colony sex ratio in two populations of the ant Formica exsecta that have been the subject of extensive sex ratio studies. In these populations colonies specialize in the production of one sex or the other. We found that almost all F. exsecta colonies in both populations are infected with Wolbachia. However, in neither population did we find a significant association in the predicted direction between the prevalence of Wolbachia and colony sex ratio. In particular, colonies with a higher proportion of infected workers did not produce more females. Hence, we conclude that Wolbachia does not seem to alter the sex ratio of its hosts as a means to increase transmission rate in these two populations of ants.

  20. The importance of ants in cave ecology, with new records and behavioral observations of ants in Arizona caves

    Directory of Open Access Journals (Sweden)

    Robert B. Pape

    2016-09-01

    Full Text Available The importance of ants as elements in cave ecology has been mostly unrecognized. A global list of ant species recorded from caves, compiled from a review of existing literature, is presented. This paper also reviews what is currently known about ants occurring in Arizona (USA caves. The diversity and distribution represented in these records suggests ants are relatively common cave visitors (trogloxenes. A general utilization of caves by ants within both temperate and tropical latitudes may be inferred from this combined evidence. Observations of ant behavior in Arizona caves demonstrate a low level and sporadic, but persistent, use of these habitats and their contained resources by individual ant colonies. Documentation of Neivamyrmex sp. preying on cave-inhabiting arthropods is reported here for the first time. Observations of hypogeic army ants in caves suggests they may not penetrate to great vertical depth in search of prey, but can be persistent occupants in relatively shallow, horizontal sections of caves where they may prey on endemic cave animals. First cave records for ten ant species are reported from Arizona caves. These include two species of Neivamyrmex (N. nigrescens Cresson and Neivamyrmex sp.; Formicidae: Dorylinae, four myrmicines (Pheidole portalensis Wilson, Pheidole cf. porcula Wheeler, Solenopsis aurea Wheeler and Stenamma sp. Westwood, one dolichoderine (Forelius keiferi Wheeler and three formicines (Lasius arizonicus Wheeler, L. sitiens Wilson, and Camponotus sp. Mayr.

  1. Genetic evidence for landscape effects on dispersal in the army ant Eciton burchellii.

    Science.gov (United States)

    Soare, Thomas W; Kumar, Anjali; Naish, Kerry A; O'Donnell, Sean

    2014-01-01

    Inhibited dispersal, leading to reduced gene flow, threatens populations with inbreeding depression and local extinction. Fragmentation may be especially detrimental to social insects because inhibited gene flow has important consequences for cooperation and competition within and among colonies. Army ants have winged males and permanently wingless queens; these traits imply male-biased dispersal. However, army ant colonies are obligately nomadic and have the potential to traverse landscapes. Eciton burchellii, the most regularly nomadic army ant, is a forest interior species: colony raiding activities are limited in the absence of forest cover. To examine whether nomadism and landscape (forest clearing and elevation) affect population genetic structure in a montane E. burchellii population, we reconstructed queen and male genotypes from 25 colonies at seven polymorphic microsatellite loci. Pairwise genetic distances among individuals were compared to pairwise geographical and resistance distances using regressions with permutations, partial Mantel tests and random forests analyses. Although there was no significant spatial genetic structure in queens or males in montane forest, dispersal may be male-biased. We found significant isolation by landscape resistance for queens based on land cover (forest clearing), but not on elevation. Summed colony emigrations over the lifetime of the queen may contribute to gene flow in this species and forest clearing impedes these movements and subsequent gene dispersal. Further forest cover removal may increasingly inhibit Eciton burchellii colony dispersal. We recommend maintaining habitat connectivity in tropical forests to promote population persistence for this keystone species. © 2013 John Wiley & Sons Ltd.

  2. Plant defences against ants provide a pathway to social parasitism in butterflies

    Science.gov (United States)

    Patricelli, Dario; Barbero, Francesca; Occhipinti, Andrea; Bertea, Cinzia M.; Bonelli, Simona; Casacci, Luca P.; Zebelo, Simon A.; Crocoll, Christoph; Gershenzon, Jonathan; Maffei, Massimo E.; Thomas, Jeremy A.; Balletto, Emilio

    2015-01-01

    Understanding the chemical cues and gene expressions that mediate herbivore–host-plant and parasite–host interactions can elucidate the ecological costs and benefits accruing to different partners in tight-knit community modules, and may reveal unexpected complexities. We investigated the exploitation of sequential hosts by the phytophagous–predaceous butterfly Maculinea arion, whose larvae initially feed on Origanum vulgare flowerheads before switching to parasitize Myrmica ant colonies for their main period of growth. Gravid female butterflies were attracted to Origanum plants that emitted high levels of the monoterpenoid volatile carvacrol, a condition that occurred when ants disturbed their roots: we also found that Origanum expressed four genes involved in monoterpene formation when ants were present, accompanied by a significant induction of jasmonates. When exposed to carvacrol, Myrmica workers upregulated five genes whose products bind and detoxify this biocide, and their colonies were more tolerant of it than other common ant genera, consistent with an observed ability to occupy the competitor-free spaces surrounding Origanum. A cost is potential colony destruction by Ma. arion, which in turn may benefit infested Origanum plants by relieving their roots of further damage. Our results suggest a new pathway, whereby social parasites can detect successive resources by employing plant volatiles to simultaneously select their initial plant food and a suitable sequential host. PMID:26156773

  3. Colony fusion and worker reproduction after queen loss in army ants

    DEFF Research Database (Denmark)

    Kronauer, Daniel J C; Schöning, Caspar; d'Ettorre, Patrizia

    2010-01-01

    their reproductive success. We show that worker chemical recognition profiles remain similar after queen loss, but rapidly change into a mixed colony Gestalt odour after fusion, consistent with indiscriminate acceptance of alien workers that are no longer aggressive. We hypothesize that colony fusion after queen...

  4. Comparative studies of the secretome of fungus-growing ants

    DEFF Research Database (Denmark)

    Linde, Tore; Grell, Morten Nedergaard; Schiøtt, Morten

    2009-01-01

    Leafcutter ants of the species Acromyrmex echinatior live in symbiosis with the fungus Leucoagaricus gongylophorus. The ants harvest fragments of leaves and carry them to the nest where they place the material on the fungal colony. The fungus secretes a wide array of proteins to degrade the leaves...... into nutrients that the ants can feed on. The focus of this study is to discover, characterize and compare the secreted proteins. In order to do so cDNA libraries are constructed from mRNA extracted from the fungus material. The most efficient technology to screen cDNA libraries selectively for secreted...

  5. Low levels of nestmate discrimination despite high genetic differentiation in the invasive pharaoh ant

    DEFF Research Database (Denmark)

    Schmidt, Anna M; d'Ettorre, Patrizia; Pedersen, Jes Søe

    2010-01-01

    Background Ants typically distinguish nestmates from non-nestmates based on the perception of colony-specific chemicals, particularly cuticular hydrocarbons present on the surface of the ants' exoskeleton. These recognition cues are believed to play an important role in the formation of vast so...

  6. Prey and mound disassembly, manipulation and transport by fire ant collectives

    Science.gov (United States)

    Dutta, Bahnisikha; Monaenkova, Daria; Goodisman, Michael A.; Goldman, Daniel

    Fire ants inhabit subterranean nests covered by a hemispherical mound of soil permeated by narrow ( 1 body length diameter) tunnels. Fire ants can use their mound for long-term food storage [Gayahan &Tschinkel, J. Insect Sci.,2008]. Since mound tunnels are narrow, we expect that in addition to prey manipulation, mound reconfiguration could also be an important aspect of the food storage strategy. Ant colonies collected from wild were allowed to build nests in containers filled with clay soil in the laboratory. These colonies were offered diverse prey embedded with lead markers, including mealworms, crickets and shrimp. Ant-prey-soil interactions on the nest surface were recorded using overhead video and subsurface using x-ray imaging. Individual ants involved in prey storage exhibited three distinct behaviors: prey maneuvering, prey dissection and mound reconfiguration. Small prey (e.g. mealworms) were collectively carried intact into the mound through a tunnel, and then disassembled within the mound. Larger prey (e.g. shrimp) were dismantled into small pieces above the surface and carried to mound tunnels. The bodies of hard medium-sized prey (e.g. crickets) were buried after limb removal and then disassembled and moved into tunnels. Soil reconfiguration occurred in all cases.

  7. The use of weaver ants (Oecophylla spp.) in tropical agriculture

    DEFF Research Database (Denmark)

    Offenberg, Hans Joachim

    2011-01-01

    by the consumed pest insects, can be harvested and utilised for nutrition as they are tasty and high in proteins, vitamins and minerals. Thus, plantations may function as ant farms and in addition to plant production also hosts the production of edible animal protein. In this setup harmful pest insects are turned...... farming as a way forward to solve an increasing future demand for protein. Weaver ant farming may build on natural food collected by the ants or alternatively be boosted by feeding the ant colonies actively with protein and sugar. In both cases, when ant biocontrol is combined with ant farming......, the environmental cost of protein production may fall even lower than for other insects as the ants feed on pests that would otherwise reduce the plant yield and since the farming area is simultaneously in use for plant production. In this presentation I provide data showing (i) how the harvest of ants can...

  8. Facultative slave-making ants Formica sanguinea label their slaves with own recognition cues instead of employing the strategy of chemical mimicry.

    Science.gov (United States)

    Włodarczyk, Tomasz; Szczepaniak, Lech

    2017-01-01

    Slave-making ant species use the host workforce to ensure normal colony functioning. Slaves are robbed as pupae from their natal nest and after eclosion, assume the parasite colony as their own. A possible factor promoting the successful integration of slaves into a foreign colony is congruence with the slave-makers in terms of cuticular hydrocarbons, which are known to play the role of recognition cues in social insects. Such an adaptation is observed in the obligate slave-making ant species, which are chemically adjusted to their slaves. To date, however, no reports have been available on facultative slave-making species, which represent an earlier stage of the evolution of slavery. Such an example is Formica sanguinea, which exploit F. fusca colonies as their main source of a slave workforce. Our results show that F. sanguinea ants have a distinct cuticular hydrocarbon profile, which contains compounds not present in free-living F. fusca ants from potential target nests. Moreover, enslaved F. fusca ants acquire hydrocarbons from their slave-making nestmates to such an extent that they become chemically differentiated from free-living, conspecific ants. Our study shows that F. sanguinea ants promote their own recognition cues in their slaves, rather than employing the strategy of chemical mimicry. Possible reasons why F. sanguinea is not chemically well adjusted to its main host species are discussed in this paper. Copyright © 2016 Elsevier Ltd. All rights reserved.

  9. Founding weaver ant queens (Oecophylla longinoda) increase production and nanitic worker size when adopting non-nestmate pupae

    DEFF Research Database (Denmark)

    Ouagoussounon, Issa; Offenberg, Joachim; Sinzogan, Antonio

    2015-01-01

    Weaver ants (Oecophylla longinoda Latreille) are used commercially to control pest insects and for protein production. In this respect fast colony growth is desirable for managed colonies. Transplantation of non-nestmate pupae to incipient colonies has been shown to boost colony growth. Our...... of 300 pupae increased total colony size more than 10-fold whereas 100 pupae increased the size 5.6 fold, compared to control. This increase was due not only to the individuals added in the form of pupae but also to an increased per capita brood production by the resident queen, triggered by the adopted...... objectives were to find the maximum number of pupae a founding queen can handle, and to measure the associated colony growth. Secondly, we tested if transplantation of pupae led to production of larger nanitic workers (defined as unusually small worker ants produced by founding queens in their first batch...

  10. At the brink of supercoloniality: genetic, behavioral and chemical assessments of population structure of the desert ant Cataglyphis niger

    Directory of Open Access Journals (Sweden)

    Maya eSaar

    2014-05-01

    Full Text Available The nesting habits of ants play an important role in structuring ant populations. They vary from monodomy, a colony occupies a single nest, via polydomy, a colony occupies multiple adjacent nests, to supercoloniality, a colony spans over large territories comprising dozen to thousands nests without having any boundaries. The population structure of the desert ant Cataglyphis niger, previously considered to form supercolonies, was studied using genetic, chemical and behavioral tools in plots of 50x50 meters at two distinct populations. At the Palmahim site, the plot comprised 15 nests that according to the genetic analysis constituted three colonies. Likewise at the Rishon Leziyyon site 14 nests constituted 5 genetic colonies. In both sites, both chemical analysis and the behavioral (aggression tests confirmed the colony genetic architecture. The behavioral tests also revealed that aggression between colonies within a population was higher than that exhibited between colonies of different populations, suggesting the occurrence of the nasty neighbor phenomenon. In contrast to supercolony structure previously reported in another population of this species, the presently studied populations were composed of polydomous colonies. However, both the genetic and chemical data revealed that the inter-colonial differences between sites were larger than those within site, suggesting some within-site population viscosity. Thus, C. niger exhibits flexible nesting characteristics, from polydomy to supercoloniality, and can be considered at the brink of supercoloniality. We attribute the differences in population structure among sites to the intensity of intraspecific competition.

  11. Ant brood function as life preservers during floods.

    Directory of Open Access Journals (Sweden)

    Jessica Purcell

    Full Text Available Social organisms can surmount many ecological challenges by working collectively. An impressive example of such collective behavior occurs when ants physically link together into floating 'rafts' to escape from flooded habitat. However, raft formation may represent a social dilemma, with some positions posing greater individual risks than others. Here, we investigate the position and function of different colony members, and the costs and benefits of this functional geometry in rafts of the floodplain-dwelling ant Formica selysi. By causing groups of ants to raft in the laboratory, we observe that workers are distributed throughout the raft, queens are always in the center, and 100% of brood items are placed on the base. Through a series of experiments, we show that workers and brood are extremely resistant to submersion. Both workers and brood exhibit high survival rates after they have rafted, suggesting that occupying the base of the raft is not as costly as expected. The placement of all brood on the base of one cohesive raft confers several benefits: it preserves colony integrity, takes advantage of brood buoyancy, and increases the proportion of workers that immediately recover after rafting.

  12. Effects of heavy metal pollution on red wood ant (Formica s. str.) populations

    International Nuclear Information System (INIS)

    Eeva, T.; Sorvari, J.; Koivunen, V.

    2004-01-01

    We studied the species composition, mound population densities, relative abundance and colony sizes of red wood ants along a well known air pollution gradient of a copper smelter in Southwest Finland. The dominant species, Formica aquilonia, was further studied for heavy metal (Al, Cu, Cd, Ni, Zn, As, Pb, Hg) levels and morphological characters (body mass, head width, labial gland disease) of workers. We found five species belonging to Formica s. str., and two of them showed changes in their relative abundance, which could not be explained by natural habitat differences. Nest mound volumes were 34% smaller in the polluted area, suggesting that smaller colonies can be maintained there. The heavy metal levels in F. aquilonia workers were higher in the polluted area for all metals, except Hg. The largest relative differences between the study areas (polluted/unpolluted) were found for As (4.1), Ni (2.4), Cu (2.1) and Pb (1.8). Morphological characters of workers were not related to the heavy metal levels. Our data showed that red wood ants can tolerate relatively high amounts of heavy metals and maintain reproducing colonies even in a heavily polluted area, but on the basis of smaller colony sizes, pollution stress may also cause trade-offs in reproduction. - Capsule: Five species of red wood ants vary in their sensitivity to heavy metal pollution but all of them had smaller colonies in a polluted area

  13. Optimum Layout for Sensors in Water Distribution Networks through Ant Colony Algorithm: A Dual Use Vision

    Directory of Open Access Journals (Sweden)

    Seyed Mehdi Miri

    2014-07-01

    Full Text Available The accidental or intentional entry of contaminants or self-deterioration of the water quality within the network itself can severely harm public health. Efficient water quality monitoring is one of the most important tools to guarantee a reliable potable water supply to consumers of drinking water distribution systems. Considering the high purchase, installation and maintenance cost of sensors in water distribution networks deploying two independent sensor networks within one distribution system is not only bounded by physical constraints but also is not a cost-effective approach. Therefore, need for combining different objectives and designing sensor network to simultaneity satisfying these objectives is felt. Sensors should comply with dual use benefits. Sensor locations and types should be integrated not only for achieving water security goals but also for accomplishing other water utility objectives, such as satisfying regulatory monitoring requirements or collecting information to solve water quality problems. In this study, a dual use vision for the sensor layout problem in the municipal water networks, is formulated and solved with the ant colony algorithm.

  14. CASTING IMPROVEMENT BASED ON METAHEURISTIC OPTIMIZATION AND NUMERICAL SIMULATION

    Directory of Open Access Journals (Sweden)

    Radomir Radiša

    2017-12-01

    Full Text Available This paper presents the use of metaheuristic optimization techniques to support the improvement of casting process. Genetic algorithm (GA, Ant Colony Optimization (ACO, Simulated annealing (SA and Particle Swarm Optimization (PSO have been considered as optimization tools to define the geometry of the casting part’s feeder. The proposed methodology has been demonstrated in the design of the feeder for casting Pelton turbine bucket. The results of the optimization are dimensional characteristics of the feeder, and the best result from all the implemented optimization processes has been adopted. Numerical simulation has been used to verify the validity of the presented design methodology and the feeding system optimization in the casting system of the Pelton turbine bucket.

  15. A quantification of predation rates, indirect positive effects on plants, and foraging variation of the giant tropical ant, Paraponera clavata

    Directory of Open Access Journals (Sweden)

    Lee A. Dyer

    2002-09-01

    Full Text Available While a clear consensus is emerging that predators can play a major role in shaping terrestrial communities, basic natural history observations and simple quantifications of predation rates in complex terrestrial systems are lacking. The potential indirect effect of a large predatory ant, Paraponera clavata Fabricius (Formicidae: Ponerinae, on herbivores was determined on rainforest trees at La Selva Biological Station in Costa Rica and Barro Colorado Island in Panama. Prey and other food brought back to nests by 75 colonies of P. clavata were quantified, taking into account temporal, seasonal, and microhabitat variation for both foraging activity and composition of foraging booty. The dispersion and density of ant colonies and combined density with the mean amounts of prey retrieval were used to calculate rates of predation per hectare in the two forests. In addition, herbivory was measured on trees containing P. clavata and on trees where the ants were not foraging. Colonies at La Selva brought back significantly more nectar plus prey than those at Barro Colorado Island, but foraging patterns were similar in the two forests. At both forests, the ants were more active at night, and there was no significant seasonal or colonial variation in consumption of nectar, composition of foraging booty, and overall activity of the colonies. At La Selva, trees containing P. clavata colonies had the same levels of folivory as nearest neighbor trees without P. clavata but had significantly lower folivory than randomly selected trees. Predation by this ant was high in both forests, despite its omnivorous diet. This insect predator is part of potentially important top-down controls in these wet and moist forests.

  16. Pseudacteon decapitating flies: Potential vectors of a fire ant virus?

    International Nuclear Information System (INIS)

    Valles, S.M.; Porter, S.D.

    2007-01-01

    Solenopsis invicta virus (SINV-1) is a positive-stranded RNA virus recently found to infect all stages of the red imported fire ant, Solenopsis invicta (Valles et al. 2004; Valles and Strong 2005). SINV-1 and a second genotype have been tentatively assigned to the Dicistroviridae (Mayo 2002). Infected individuals or colonies did not exhibit any immediate, discernible symptoms in the field. However, under stress from introduction into the laboratory, brood death was often observed among infected colonies, ultimately leading to the death of the entire colony (Valles et al. 2004). These characteristics are consistent with other insect-infecting positive-stranded RNA viruses. They often persist as inapparent, asymptomatic infections that, under certain conditions, induce replication within the host, resulting in observable symptoms and often death (Christian and Scotti 1998; Fernandez et al. 2002). The SINV infection rate among colonies was reported to be around 25% in Gainesville, Florida (Valles et al. 2004; Valles and Strong 2005). SINV vertical and horizontal transmission were inferred based on RT-PCR detection of virus genome in eggs and successful colony to colony transfer under lab conditions (Valles et al. 2004). However, the exact mechanisms by which the virus is spread from nest to nest in the field are unknown. Our results indicate that SINV does not replicate within Pseudacteon decapitating flies that parasitize S. invicta. Flies appeared to develop normally from SINV-infected S. invicta workers. Mechanical transmission of SINV to uninfected ants by oviposition appears unlikely

  17. Recognition in ants: social origin matters.

    Directory of Open Access Journals (Sweden)

    Joël Meunier

    Full Text Available The ability of group members to discriminate against foreigners is a keystone in the evolution of sociality. In social insects, colony social structure (number of queens is generally thought to influence abilities of resident workers to discriminate between nestmates and non-nestmates. However, whether social origin of introduced individuals has an effect on their acceptance in conspecific colonies remains poorly explored. Using egg-acceptance bioassays, we tested the influence of social origin of queen-laid eggs on their acceptance by foreign workers in the ant Formica selysi. We showed that workers from both single- and multiple-queen colonies discriminated against foreign eggs from single-queen colonies, whereas they surprisingly accepted foreign eggs from multiple-queen colonies. Chemical analyses then demonstrated that social origins of eggs and workers could be discriminated on the basis of their chemical profiles, a signal generally involved in nestmate discrimination. These findings provide the first evidence in social insects that social origins of eggs interfere with nestmate discrimination and are encoded by chemical signatures.

  18. Evolution of Fungal enzymes in the attine ant symbiosis

    DEFF Research Database (Denmark)

    de Fine Licht, Henrik Hjarvard; Schiøtt, Morten; Boomsma, Jacobus Jan

    The attine ant symbiosis is characterized by ancient but varying degrees of diffuse co-evolution between the ants and their fungal cultivars. Domesticated fungi became dependent on vertical transmission by queens and the ant colonies came to rely on their symbiotic fungus for food and thus...... as garden substrate, whereas the more basal genera use leaf litter, insect feces and insect carcasses. We hypothesized that enzyme activity of fungal symbionts has co-evolved with substrate use and we measured enzyme activities of fungus gardens in the field to test this, focusing particularly on plant...... essential for the symbiosis in general, but have contributed specifically to the evolution of the symbiosis....

  19. Seasonality directs contrasting food collection behavior and nutrient regulation strategies in ants.

    Science.gov (United States)

    Cook, Steven C; Eubanks, Micky D; Gold, Roger E; Behmer, Spencer T

    2011-01-01

    Long-lived animals, including social insects, often display seasonal shifts in foraging behavior. Foraging is ultimately a nutrient consumption exercise, but the effect of seasonality per se on changes in foraging behavior, particularly as it relates to nutrient regulation, is poorly understood. Here, we show that field-collected fire ant colonies, returned to the laboratory and maintained under identical photoperiod, temperature, and humidity regimes, and presented with experimental foods that had different protein (p) to carbohydrate (c) ratios, practice summer- and fall-specific foraging behaviors with respect to protein-carbohydrate regulation. Summer colonies increased the amount of food collected as the p:c ratio of their food became increasingly imbalanced, but fall colonies collected similar amounts of food regardless of the p:c ratio of their food. Choice experiments revealed that feeding was non-random, and that both fall and summer ants preferred carbohydrate-biased food. However, ants rarely ate all the food they collected, and their cached or discarded food always contained little carbohydrate relative to protein. From a nutrient regulation strategy, ants consumed most of the carbohydrate they collected, but regulated protein consumption to a similar level, regardless of season. We suggest that varied seasonal food collection behaviors and nutrient regulation strategies may be an adaptation that allows long-lived animals to meet current and future nutrient demands when nutrient-rich foods are abundant (e.g. spring and summer), and to conserve energy and be metabolically more efficient when nutritionally balanced foods are less abundant.

  20. 8th Workshop on Computational Optimization

    CERN Document Server

    2016-01-01

    This volume is a comprehensive collection of extended contributions from the Workshop on Computational Optimization 2015. It presents recent advances in computational optimization. The volume includes important real life problems like parameter settings for controlling processes in bioreactor, control of ethanol production, minimal convex hill with application in routing algorithms, graph coloring, flow design in photonic data transport system, predicting indoor temperature, crisis control center monitoring, fuel consumption of helicopters, portfolio selection, GPS surveying and so on. It shows how to develop algorithms for them based on new metaheuristic methods like evolutionary computation, ant colony optimization, constrain programming and others. This research demonstrates how some real-world problems arising in engineering, economics, medicine and other domains can be formulated as optimization problems. .

  1. Endophytic fungi reduce leaf-cutting ant damage to seedlings

    Science.gov (United States)

    Bittleston, L. S.; Brockmann, F.; Wcislo, W.; Van Bael, S. A.

    2011-01-01

    Our study examines how the mutualism between Atta colombica leaf-cutting ants and their cultivated fungus is influenced by the presence of diverse foliar endophytic fungi (endophytes) at high densities in tropical leaf tissues. We conducted laboratory choice trials in which ant colonies chose between Cordia alliodora seedlings with high (Ehigh) or low (Elow) densities of endophytes. The Ehigh seedlings contained 5.5 times higher endophyte content and a greater diversity of fungal morphospecies than the Elow treatment, and endophyte content was not correlated with leaf toughness or thickness. Leaf-cutting ants cut over 2.5 times the leaf area from Elow relative to Ehigh seedlings and had a tendency to recruit more ants to Elow plants. Our findings suggest that leaf-cutting ants may incur costs from cutting and processing leaves with high endophyte loads, which could impact Neotropical forests by causing variable damage rates within plant communities. PMID:20610420

  2. The Genome Sequence of the Leaf-Cutter Ant Atta cephalotes Reveals Insights into Its Obligate Symbiotic Lifestyle

    Science.gov (United States)

    Suen, Garret; Holt, Carson; Abouheif, Ehab; Bornberg-Bauer, Erich; Bouffard, Pascal; Caldera, Eric J.; Cash, Elizabeth; Cavanaugh, Amy; Denas, Olgert; Elhaik, Eran; Favé, Marie-Julie; Gadau, Jürgen; Gibson, Joshua D.; Graur, Dan; Grubbs, Kirk J.; Hagen, Darren E.; Harkins, Timothy T.; Helmkampf, Martin; Hu, Hao; Johnson, Brian R.; Kim, Jay; Marsh, Sarah E.; Moeller, Joseph A.; Muñoz-Torres, Mónica C.; Murphy, Marguerite C.; Naughton, Meredith C.; Nigam, Surabhi; Overson, Rick; Rajakumar, Rajendhran; Reese, Justin T.; Scott, Jarrod J.; Smith, Chris R.; Tao, Shu; Tsutsui, Neil D.; Viljakainen, Lumi; Wissler, Lothar; Yandell, Mark D.; Zimmer, Fabian; Taylor, James; Slater, Steven C.; Clifton, Sandra W.; Warren, Wesley C.; Elsik, Christine G.; Smith, Christopher D.; Weinstock, George M.; Gerardo, Nicole M.; Currie, Cameron R.

    2011-01-01

    Leaf-cutter ants are one of the most important herbivorous insects in the Neotropics, harvesting vast quantities of fresh leaf material. The ants use leaves to cultivate a fungus that serves as the colony's primary food source. This obligate ant-fungus mutualism is one of the few occurrences of farming by non-humans and likely facilitated the formation of their massive colonies. Mature leaf-cutter ant colonies contain millions of workers ranging in size from small garden tenders to large soldiers, resulting in one of the most complex polymorphic caste systems within ants. To begin uncovering the genomic underpinnings of this system, we sequenced the genome of Atta cephalotes using 454 pyrosequencing. One prediction from this ant's lifestyle is that it has undergone genetic modifications that reflect its obligate dependence on the fungus for nutrients. Analysis of this genome sequence is consistent with this hypothesis, as we find evidence for reductions in genes related to nutrient acquisition. These include extensive reductions in serine proteases (which are likely unnecessary because proteolysis is not a primary mechanism used to process nutrients obtained from the fungus), a loss of genes involved in arginine biosynthesis (suggesting that this amino acid is obtained from the fungus), and the absence of a hexamerin (which sequesters amino acids during larval development in other insects). Following recent reports of genome sequences from other insects that engage in symbioses with beneficial microbes, the A. cephalotes genome provides new insights into the symbiotic lifestyle of this ant and advances our understanding of host–microbe symbioses. PMID:21347285

  3. The genome sequence of the leaf-cutter ant Atta cephalotes reveals insights into its obligate symbiotic lifestyle.

    Directory of Open Access Journals (Sweden)

    Garret Suen

    2011-02-01

    Full Text Available Leaf-cutter ants are one of the most important herbivorous insects in the Neotropics, harvesting vast quantities of fresh leaf material. The ants use leaves to cultivate a fungus that serves as the colony's primary food source. This obligate ant-fungus mutualism is one of the few occurrences of farming by non-humans and likely facilitated the formation of their massive colonies. Mature leaf-cutter ant colonies contain millions of workers ranging in size from small garden tenders to large soldiers, resulting in one of the most complex polymorphic caste systems within ants. To begin uncovering the genomic underpinnings of this system, we sequenced the genome of Atta cephalotes using 454 pyrosequencing. One prediction from this ant's lifestyle is that it has undergone genetic modifications that reflect its obligate dependence on the fungus for nutrients. Analysis of this genome sequence is consistent with this hypothesis, as we find evidence for reductions in genes related to nutrient acquisition. These include extensive reductions in serine proteases (which are likely unnecessary because proteolysis is not a primary mechanism used to process nutrients obtained from the fungus, a loss of genes involved in arginine biosynthesis (suggesting that this amino acid is obtained from the fungus, and the absence of a hexamerin (which sequesters amino acids during larval development in other insects. Following recent reports of genome sequences from other insects that engage in symbioses with beneficial microbes, the A. cephalotes genome provides new insights into the symbiotic lifestyle of this ant and advances our understanding of host-microbe symbioses.

  4. Multimodal optimization by using hybrid of artificial bee colony algorithm and BFGS algorithm

    Science.gov (United States)

    Anam, S.

    2017-10-01

    Optimization has become one of the important fields in Mathematics. Many problems in engineering and science can be formulated into optimization problems. They maybe have many local optima. The optimization problem with many local optima, known as multimodal optimization problem, is how to find the global solution. Several metaheuristic methods have been proposed to solve multimodal optimization problems such as Particle Swarm Optimization (PSO), Genetics Algorithm (GA), Artificial Bee Colony (ABC) algorithm, etc. The performance of the ABC algorithm is better than or similar to those of other population-based algorithms with the advantage of employing a fewer control parameters. The ABC algorithm also has the advantages of strong robustness, fast convergence and high flexibility. However, it has the disadvantages premature convergence in the later search period. The accuracy of the optimal value cannot meet the requirements sometimes. Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm is a good iterative method for finding a local optimum. Compared with other local optimization methods, the BFGS algorithm is better. Based on the advantages of the ABC algorithm and the BFGS algorithm, this paper proposes a hybrid of the artificial bee colony algorithm and the BFGS algorithm to solve the multimodal optimization problem. The first step is that the ABC algorithm is run to find a point. In the second step is that the point obtained by the first step is used as an initial point of BFGS algorithm. The results show that the hybrid method can overcome from the basic ABC algorithm problems for almost all test function. However, if the shape of function is flat, the proposed method cannot work well.

  5. Comparison of Heuristic Methods Applied for Optimal Operation of Water Resources

    Directory of Open Access Journals (Sweden)

    Alireza Borhani Dariane

    2009-01-01

    Full Text Available Water resources optimization problems are usually complex and hard to solve using the ordinary optimization methods, or they are at least  not economically efficient. A great number of studies have been conducted in quest of suitable methods capable of handling such problems. In recent years, some new heuristic methods such as genetic and ant algorithms have been introduced in systems engineering. Preliminary applications of these methods in water resources problems have shown that some of them are powerful tools, capable of solving complex problems. In this paper, the application of such heuristic methods as Genetic Algorithm (GA and Ant Colony Optimization (ACO have been studied for optimizing reservoir operation. The Dez Dam reservoir inIranwas chosen for a case study. The methods were applied and compared using short-term (one year and long-term models. Comparison of the results showed that GA outperforms both DP and ACO in finding true global optimum solutions and operating rules.

  6. A modified scout bee for artificial bee colony algorithm and its performance on optimization problems

    Directory of Open Access Journals (Sweden)

    Syahid Anuar

    2016-10-01

    Full Text Available The artificial bee colony (ABC is one of the swarm intelligence algorithms used to solve optimization problems which is inspired by the foraging behaviour of the honey bees. In this paper, artificial bee colony with the rate of change technique which models the behaviour of scout bee to improve the performance of the standard ABC in terms of exploration is introduced. The technique is called artificial bee colony rate of change (ABC-ROC because the scout bee process depends on the rate of change on the performance graph, replace the parameter limit. The performance of ABC-ROC is analysed on a set of benchmark problems and also on the effect of the parameter colony size. Furthermore, the performance of ABC-ROC is compared with the state of the art algorithms.

  7. To drink or grasp? How bullet ants ( Paraponera clavata) differentiate between sugars and proteins in liquids

    Science.gov (United States)

    Jandt, Jennifer; Larson, Hannah K.; Tellez, Peter; McGlynn, Terrence P.

    2013-12-01

    Flexibility in behavior can increase the likelihood that a forager may respond optimally in a fluctuating environment. Nevertheless, physiological or neuronal constraints may result in suboptimal responses to stimuli. We observed foraging workers of the giant tropical ant (also referred to as the "bullet ant"), Paraponera clavata, as they reacted to liquid solutions with varying concentrations of sugar and protein. We show that when protein/sucrose concentration is high, many bullet ants will often try to grasp at the droplet, rather than gather it by drinking. Because P. clavata actively hunt for prey, fixed action patterns and rapid responses to protein may be adaptively important, regardless of the medium in which it is presented. We conclude that, in P. clavata, food-handling decisions are made in response to the nutrient content of the food rather than the texture of the food. Further, we suggest that colonies that maintain a mixture of individuals with consistent fixed or flexible behavioral responses to food-handling decisions may be better adapted to fluctuating environmental conditions, and we propose future studies that could address this.

  8. Energy Efficiency Performance Improvements for Ant-Based Routing Algorithm in Wireless Sensor Networks

    Directory of Open Access Journals (Sweden)

    Adamu Murtala Zungeru

    2013-01-01

    Full Text Available The main problem for event gathering in wireless sensor networks (WSNs is the restricted communication range for each node. Due to the restricted communication range and high network density, event forwarding in WSNs is very challenging and requires multihop data forwarding. Currently, the energy-efficient ant based routing (EEABR algorithm, based on the ant colony optimization (ACO metaheuristic, is one of the state-of-the-art energy-aware routing protocols. In this paper, we propose three improvements to the EEABR algorithm to further improve its energy efficiency. The improvements to the original EEABR are based on the following: (1 a new scheme to intelligently initialize the routing tables giving priority to neighboring nodes that simultaneously could be the destination, (2 intelligent update of routing tables in case of a node or link failure, and (3 reducing the flooding ability of ants for congestion control. The energy efficiency improvements are significant particularly for dynamic routing environments. Experimental results using the RMASE simulation environment show that the proposed method increases the energy efficiency by up to 9% and 64% in converge-cast and target-tracking scenarios, respectively, over the original EEABR without incurring a significant increase in complexity. The method is also compared and found to also outperform other swarm-based routing protocols such as sensor-driven and cost-aware ant routing (SC and Beesensor.

  9. Cancer Classification Based on Support Vector Machine Optimized by Particle Swarm Optimization and Artificial Bee Colony.

    Science.gov (United States)

    Gao, Lingyun; Ye, Mingquan; Wu, Changrong

    2017-11-29

    Intelligent optimization algorithms have advantages in dealing with complex nonlinear problems accompanied by good flexibility and adaptability. In this paper, the FCBF (Fast Correlation-Based Feature selection) method is used to filter irrelevant and redundant features in order to improve the quality of cancer classification. Then, we perform classification based on SVM (Support Vector Machine) optimized by PSO (Particle Swarm Optimization) combined with ABC (Artificial Bee Colony) approaches, which is represented as PA-SVM. The proposed PA-SVM method is applied to nine cancer datasets, including five datasets of outcome prediction and a protein dataset of ovarian cancer. By comparison with other classification methods, the results demonstrate the effectiveness and the robustness of the proposed PA-SVM method in handling various types of data for cancer classification.

  10. Foraging loads of red wood ants: Formica aquilonia (Hymenoptera: Formicidae in relation to tree characteristics and stand age

    Directory of Open Access Journals (Sweden)

    Heloise Gibb

    2016-05-01

    Full Text Available Background. Foraging efficiency is critical in determining the success of organisms and may be affected by a range of factors, including resource distance and quality. For social insects such as ants, outcomes must be considered at the level of both the individual and the colony. It is important to understand whether anthropogenic disturbances, such as forestry, affect foraging loads, independent of effects on the quality and distribution of resources. We asked if ants harvest greater loads from more distant and higher quality resources, how individual efforts scale to the colony level, and whether worker loads are affected by stand age. Methods. First, we performed a fine-scale study examining the effect of distance and resource quality (tree diameter and species on harvesting of honeydew by red wood ants, Formica aquilonia, in terms of crop load per worker ant and numbers of workers walking up and down each tree (ant activity (study 1. Second, we modelled what the combination of load and worker number responses meant for colony-level foraging loads. Third, at a larger scale, we asked whether the relationship between worker load and resource quality and distance depended on stand age (study 2. Results. Study 1 revealed that seventy percent of ants descending trees carried honeydew, and the percentage of workers that were honeydew harvesters was not related to tree species or diameter, but increased weakly with distance. Distance positively affected load mass in both studies 1 and 2, while diameter had weak negative effects on load. Relationships between load and distance and diameter did not differ among stands of different ages. Our model showed that colony-level loads declined much more rapidly with distance for small diameter than large diameter trees. Discussion. We suggest that a negative relationship between diameter and honeydew load detected in study 1 might be a result of crowding on large diameter trees close to nests, while the

  11. ACTIVITY OF LEAF-CUTTING ANT Atta sexdens piriventris SUBMITED TO HIGH DILUTION HOMEOPATHIC PREPARATIONS

    Directory of Open Access Journals (Sweden)

    Alexandre Giesel

    2013-02-01

    Full Text Available The effect of high dilution preparations on the movement and foraging activities of Atta sexdens piriventris was evaluated. Five colonies of ants were located on each of the five experimental areas using a randomized complete block design. Three main forage trails from each colony were selected from where evaluations were made. Ten mL of high dilution preparation of Atta sexdens piriventris nosodes and Belladonna homeopathy solution were sprayed over 0.5 m of each selected trail, 1.0 m far from the nest. The controls were pure water and non treated trails. Applications were made daily during 10 days. The total number of ants moving on each trail one meter away from the nest, carrying or not plant fragments, were assessed before the daily application. Dilution preparations at 30CH (thirtieth centesimal Hahnemannian dilution of A. sexdens piriventris nosodes and Belladonna reduced the activities of ants from the fifth day after the first application. The treatment effect lasted more than 20 days after the last application. The use of preparation at 30CH dilution order to reduce the foraging activity of leaf-cutting ants is a potential non residual method to manage leaf-cutting ants.

  12. Bioturbation by the Fungus-Gardening Ant, Trachymyrmex septentrionalis.

    Directory of Open Access Journals (Sweden)

    Walter R Tschinkel

    Full Text Available Soil invertebrates such as ants are thought to be important manipulators of soils in temperate and tropical ecosystems. The fungus gardening ant, Trachymyrmex septentrionalis, is an important agent of biomantling, that is, of depositing soil excavated from below onto the surface, and has been suggested as an agent of bioturbation (moving soil below ground as well. The amount of bioturbation by this ant was quantified by planting queenright colonies in sand columns consisting of 5 layers of different colored sand. The amount of each color of sand deposited on the surface was determined from April to November 2015. In November, colonies were excavated and the color and amount of sand deposited below ground (mostly as backfill in chambers was determined. Extrapolated to one ha, T. septentrionalis deposited 800 kg of sand per annum on the surface, and an additional 200 kg (17% of the total excavated below ground. On average, this mixes 1.3% of the sand from other layers within the top meter of soil per millennium, but this mixing is unlikely to be homogeneous, and probably occurs as "hotspots" in both horizontal and vertical space. Such mixing is discussed as a challenge to sediment dating by optically stimulated luminescence (OSL.

  13. Interspecific competition between Solenopsis invicta and two native ant species, Pheidole fervens and Monomorium chinense.

    Science.gov (United States)

    Chen, Yin-Cheng; Kafle, Lekhnath; Shih, Cheng-Jen

    2011-04-01

    This study was designed to understand the effects of the interspecific competition between red imported fire ant, Solenopsis invicta Buren and two native ant species, Pheidole fervens Smith and Monomorium chinense Santschi, by conducting colony interference and individual confrontation tests under laboratory conditions. The colony interference test showed that both native ant species, owing to their numerical advantage, killed the Solenopsis invicta virus-1 (SINV-1)-infected or healthy queens of S. invicta. Significantly less time was required for M. chinense to kill all SINV-1-infected S. invicta compared with the time required to kill the healthy S. invicta. Compared with healthy S. invicta, SINV-1-infected S. invicta spent a longer time eliminating the P. fervens colonies. In confrontation tests, M. chinense killed a significantly higher number of infected S. invicta minors than they did healthy minors, but the number of S. invicta majors (either infected or healthy) killed was substantially less. This study found that the viral infection weakened the competitive ability of S. invicta and made them prone to be eliminated by M. chinense but not by P. fervens.

  14. Bioinspired computation in combinatorial optimization: algorithms and their computational complexity

    DEFF Research Database (Denmark)

    Neumann, Frank; Witt, Carsten

    2012-01-01

    Bioinspired computation methods, such as evolutionary algorithms and ant colony optimization, are being applied successfully to complex engineering and combinatorial optimization problems, and it is very important that we understand the computational complexity of these algorithms. This tutorials...... problems. Classical single objective optimization is examined first. They then investigate the computational complexity of bioinspired computation applied to multiobjective variants of the considered combinatorial optimization problems, and in particular they show how multiobjective optimization can help...... to speed up bioinspired computation for single-objective optimization problems. The tutorial is based on a book written by the authors with the same title. Further information about the book can be found at www.bioinspiredcomputation.com....

  15. Negative feedback enables fast and flexible collective decision-making in ants.

    Directory of Open Access Journals (Sweden)

    Christoph Grüter

    Full Text Available Positive feedback plays a major role in the emergence of many collective animal behaviours. In many ants pheromone trails recruit and direct nestmate foragers to food sources. The strong positive feedback caused by trail pheromones allows fast collective responses but can compromise flexibility. Previous laboratory experiments have shown that when the environment changes, colonies are often unable to reallocate their foragers to a more rewarding food source. Here we show both experimentally, using colonies of Lasius niger, and with an agent-based simulation model, that negative feedback caused by crowding at feeding sites allows ant colonies to maintain foraging flexibility even with strong recruitment to food sources. In a constant environment, negative feedback prevents the frequently found bias towards one feeder (symmetry breaking and leads to equal distribution of foragers. In a changing environment, negative feedback allows a colony to quickly reallocate the majority of its foragers to a superior food patch that becomes available when foraging at an inferior patch is already well underway. The model confirms these experimental findings and shows that the ability of colonies to switch to a superior food source does not require the decay of trail pheromones. Our results help to resolve inconsistencies between collective foraging patterns seen in laboratory studies and observations in the wild, and show that the simultaneous action of negative and positive feedback is important for efficient foraging in mass-recruiting insect colonies.

  16. Quantification of ant manure deposition in a tropical agroecosystem: Implications for host plant nitrogen acquisition

    DEFF Research Database (Denmark)

    Pinkalski, Christian Alexander Stidsen; Damgaard, Christian; Jensen, Karl-Martin Vagn

    2015-01-01

    of ant manure may augment the host plants’ acquisition of nitrogen. In this study, we quantified the manure deposited by colonies of the Asian weaver ant Oecophylla smaragdina. We developed a method to estimate the amount of manure deposited in host trees (Mangifera indica) based on the trail activity...

  17. Pericarpial nectary-visiting ants do not provide fruit protection against pre-dispersal seed predators regardless of ant species composition and resource availability.

    Directory of Open Access Journals (Sweden)

    Priscila Andre Sanz-Veiga

    Full Text Available Extrafloral nectaries can occur in both vegetative and reproductive plant structures. In many Rubiaceae species in the Brazilian Cerrado, after corolla abscission, the floral nectary continues to secret nectar throughout fruit development originating post-floral pericarpial nectaries which commonly attract many ant species. The occurrence of such nectar secreting structures might be strategic for fruit protection against seed predators, as plants are expected to invest higher on more valuable and vulnerable parts. Here, we performed ant exclusion experiments to investigate whether the interaction with ants mediated by the pericarpial nectaries of Tocoyena formosa affects plant reproductive success by reducing the number of pre-dispersal seed predators. We also assessed whether ant protection was dependent on ant species composition and resource availability. Although most of the plants were visited by large and aggressive ant species, such as Ectatomma tuberculatum and species of the genus Camponotus, ants did not protect fruits against seed predators. Furthermore, the result of the interaction was neither related to ant species composition nor to the availability of resources. We suggest that these results may be related to the nature and behavior of the most important seed predators, like Hemicolpus abdominalis weevil which the exoskeleton toughness prevent it from being predated by most ant species. On the other hand, not explored factors, such as reward quality, local ant abundance, ant colony characteristics and/or the presence of alternative energetic sources could also account for variations in ant frequency, composition, and finally ant protective effects, highlighting the conditionality of facultative plant-ant mutualisms.

  18. Fungal communities in gardens of the leafcutter ant Atta cephalotes in forest and cabruca agrosystems of southern Bahia State (Brazil).

    Science.gov (United States)

    Reis, Bárbara Monique Dos Santos; Silva, Aline; Alvarez, Martín Roberto; Oliveira, Tássio Brito de; Rodrigues, Andre

    2015-12-01

    Leaf-cutting ants interact with several fungi in addition to the fungal symbiont they cultivate for food. Here, we assessed alien fungal communities in colonies of Atta cephalotes. Fungus garden fragments were sampled from colonies in the Atlantic Rainforest and in a cabruca agrosystem in the state of Bahia (Brazil) in two distinct periods to evaluate whether differences in nest habitat influence the diversity of fungi in the ant colonies. We recovered a total of 403 alien fungi isolates from 628 garden fragments. The prevalent taxa found in these samples were Escovopsis sp. (26 %), Escovopsioides nivea (24 %), and Trichoderma spirale (10.9 %). Fungal diversity was similar between the colonies sampled in both areas suggesting that ants focus on reducing loads of alien fungi in the fungus gardens instead of avoiding specific fungi. However, fungal taxa composition differed between colonies sampled in the two areas and between the sampling periods. These differences are likely explained by the availability of plant substrates available for foraging over habitats and periods. Ordination analysis further supported that sampling period was the main attribute for community structuring but also revealed that additional factors may explain the structuring of fungal communities in colonies of A. cephalotes. Copyright © 2015 The British Mycological Society. Published by Elsevier Ltd. All rights reserved.

  19. Modeling and simulation of dynamic ant colony's labor division for task allocation of UAV swarm

    Science.gov (United States)

    Wu, Husheng; Li, Hao; Xiao, Renbin; Liu, Jie

    2018-02-01

    The problem of unmanned aerial vehicle (UAV) task allocation not only has the intrinsic attribute of complexity, such as highly nonlinear, dynamic, highly adversarial and multi-modal, but also has a better practicability in various multi-agent systems, which makes it more and more attractive recently. In this paper, based on the classic fixed response threshold model (FRTM), under the idea of "problem centered + evolutionary solution" and by a bottom-up way, the new dynamic environmental stimulus, response threshold and transition probability are designed, and a dynamic ant colony's labor division (DACLD) model is proposed. DACLD allows a swarm of agents with a relatively low-level of intelligence to perform complex tasks, and has the characteristic of distributed framework, multi-tasks with execution order, multi-state, adaptive response threshold and multi-individual response. With the proposed model, numerical simulations are performed to illustrate the effectiveness of the distributed task allocation scheme in two situations of UAV swarm combat (dynamic task allocation with a certain number of enemy targets and task re-allocation due to unexpected threats). Results show that our model can get both the heterogeneous UAVs' real-time positions and states at the same time, and has high degree of self-organization, flexibility and real-time response to dynamic environments.

  20. Conflict over reproduction in an ant-plant symbiosis: why Allomerus octoarticulatus ants sterilize Cordia nodosa trees.

    Science.gov (United States)

    Frederickson, Megan E

    2009-05-01

    The evolutionary stability of mutualism is thought to depend on how well the fitness interests of partners are aligned. Because most ant-myrmecophyte mutualisms are persistent and horizontally transmitted, partners share an interest in growth but not in reproduction. Resources invested in reproduction are unavailable for growth, giving rise to a conflict of interest between partners. I investigated whether this explains why Allomerus octoarticulatus ants sterilize Cordia nodosa trees. Allomerus octoarticulatus nests in the hollow stem domatia of C. nodosa. Workers protect C. nodosa leaves against herbivores but destroy inflorescences. Using C. nodosa trees with Azteca ants, which do not sterilize their hosts, I cut inflorescences off trees to simulate sterilization by A. octoarticulatus. Sterilized C. nodosa grew faster than control trees, providing evidence for a trade-off between growth and reproduction. Allomerus octoarticulatus manipulates this trade-off to its advantage; sterilized trees produce more domatia and can house larger, more fecund colonies.

  1. Ant Colony Clustering Algorithm and Improved Markov Random Fusion Algorithm in Image Segmentation of Brain Images

    Directory of Open Access Journals (Sweden)

    Guohua Zou

    2016-12-01

    Full Text Available New medical imaging technology, such as Computed Tomography and Magnetic Resonance Imaging (MRI, has been widely used in all aspects of medical diagnosis. The purpose of these imaging techniques is to obtain various qualitative and quantitative data of the patient comprehensively and accurately, and provide correct digital information for diagnosis, treatment planning and evaluation after surgery. MR has a good imaging diagnostic advantage for brain diseases. However, as the requirements of the brain image definition and quantitative analysis are always increasing, it is necessary to have better segmentation of MR brain images. The FCM (Fuzzy C-means algorithm is widely applied in image segmentation, but it has some shortcomings, such as long computation time and poor anti-noise capability. In this paper, firstly, the Ant Colony algorithm is used to determine the cluster centers and the number of FCM algorithm so as to improve its running speed. Then an improved Markov random field model is used to improve the algorithm, so that its antinoise ability can be improved. Experimental results show that the algorithm put forward in this paper has obvious advantages in image segmentation speed and segmentation effect.

  2. Polyacrylamide hydrogels: an effective tool for delivering liquid baits to pest ants (Hymenoptera: Formicidae).

    Science.gov (United States)

    Buczkowski, Grzegorz; Roper, Elray; Chin, Darren

    2014-04-01

    Ant management in urban and natural areas often relies on toxic baits. Liquid baits are highly attractive to pest ants because they mimic natural food sources such as honeydew and nectar, the principal dietary components of many ants. However, liquid bait use has been limited owing to the lack of bait dispensers that are effective, inexpensive, and easy to service. The current study evaluated the potential of water-storing crystals (polyacrylamide spheres) to effectively deliver liquid thiamethoxam baits to laboratory colonies of Argentine ants, Linepithema humile Mayr. Results of laboratory trials show that bait crystals saturated in 25% sucrose solution containing 0.007% thiamethoxam are highly attractive to Argentine ants and highly effective against all castes and life stages, including workers, queens, and brood. Fresh bait crystals were highly effective and required approximately 2 d to kill all workers and approximately 6 d to achieve complete mortality in queens and brood. Results of bait aging tests show that the crystals lose approximately 70% of moisture in 8 h and the duration of outdoor exposure has a significant effect on moisture loss and subsequently bait acceptance and bait efficacy. A gradual decrease in mortality was observed for all castes and life stages as bait age increased. In general, fresh baits and those aged for ants that obtain thiamethoxam by feeding on bait crystals effectively transfer it to untreated recipient ants. The level of secondary mortality depended on the donor:recipient ratio, with approximately 40% recipient worker mortality with the 1:5 ratio and 15% recipient worker mortality with 1:10 or 1:20 ratios. However, no queens died in any transfer tests, suggesting that multiple feedings from multiple donors may be necessary to produce queen mortality. The results of the transfer tests demonstrate the role of trophallaxis in the distribution of thiamethoxam and confirm that thiamethoxam is effectively transferred in Argentine

  3. Indigenous weaver ants and fruit fly control in Tanzanian smallholder mango production

    DEFF Research Database (Denmark)

    Kirkegaard, Nina; Offenberg, Hans Joachim; Msogoya, T. J.

    2016-01-01

    The presence of weaver ant colonies can reduce fruit fly oviposition in mango production and can be effective as a fruit fly control strategy. Patrolling ants may disturb landing flies and may also deposit repellent compounds on to the fruits. This control strategy is being applied to export...... temperatures to lethal levels for fruit fly eggs and larvae. Direct observations showed a small, but significant reduction in fly landings on fruits previously patrolled by ants, supporting the proposed role for persistent repellents. Gas chromatography/mass spectroscopy did not identify any compounds uniquely...

  4. Recent advances in computational optimization

    CERN Document Server

    2013-01-01

    Optimization is part of our everyday life. We try to organize our work in a better way and optimization occurs in minimizing time and cost or the maximization of the profit, quality and efficiency. Also many real world problems arising in engineering, economics, medicine and other domains can be formulated as optimization tasks. This volume is a comprehensive collection of extended contributions from the Workshop on Computational Optimization. This book presents recent advances in computational optimization. The volume includes important real world problems like parameter settings for con- trolling processes in bioreactor, robot skin wiring, strip packing, project scheduling, tuning of PID controller and so on. Some of them can be solved by applying traditional numerical methods, but others need a huge amount of computational resources. For them it is shown that is appropriate to develop algorithms based on metaheuristic methods like evolutionary computation, ant colony optimization, constrain programming etc...

  5. Seasonality directs contrasting food collection behavior and nutrient regulation strategies in ants.

    Directory of Open Access Journals (Sweden)

    Steven C Cook

    Full Text Available Long-lived animals, including social insects, often display seasonal shifts in foraging behavior. Foraging is ultimately a nutrient consumption exercise, but the effect of seasonality per se on changes in foraging behavior, particularly as it relates to nutrient regulation, is poorly understood. Here, we show that field-collected fire ant colonies, returned to the laboratory and maintained under identical photoperiod, temperature, and humidity regimes, and presented with experimental foods that had different protein (p to carbohydrate (c ratios, practice summer- and fall-specific foraging behaviors with respect to protein-carbohydrate regulation. Summer colonies increased the amount of food collected as the p:c ratio of their food became increasingly imbalanced, but fall colonies collected similar amounts of food regardless of the p:c ratio of their food. Choice experiments revealed that feeding was non-random, and that both fall and summer ants preferred carbohydrate-biased food. However, ants rarely ate all the food they collected, and their cached or discarded food always contained little carbohydrate relative to protein. From a nutrient regulation strategy, ants consumed most of the carbohydrate they collected, but regulated protein consumption to a similar level, regardless of season. We suggest that varied seasonal food collection behaviors and nutrient regulation strategies may be an adaptation that allows long-lived animals to meet current and future nutrient demands when nutrient-rich foods are abundant (e.g. spring and summer, and to conserve energy and be metabolically more efficient when nutritionally balanced foods are less abundant.

  6. Can ant-eating Zodarion spiders (Araneae: Zodariidae) develop on a diet optimal for euryphagous arthropod predators?

    DEFF Research Database (Denmark)

    Pekar, Stano; Toft, Søren

    2009-01-01

    . Such adaptations may then entail trade-offs in handling and utilization of alternative prey. To investigate behavioural as well as nutritional adaptations and the occurrence of the corresponding trade-offs in two ant-eating spiders of the genus Zodarion [Zodarion atlanticum Pekár & Cardoso and Zodarion germanicum...... (C. L. Koch)], spiders are reared on two diets: ants (i.e. their preferred prey) and fruit flies (i.e. an alternative prey that is nutritionally optimal for euryphagous spiders). Food consumption is observed and several fitness-related life-history parameters are measured. Although spiders readily...... accept ants, more than one-third of 35 spiders refuse to consume fruit flies and starve. Furthermore, severe hunger does not induce these individuals to accept fruit flies. Starving spiders die before moulting to the second stadium. Spiders that eat fruit flies increase only little and slowly in weight...

  7. The worldwide expansion of the Argentine ant

    DEFF Research Database (Denmark)

    Vogel, Valerie; Pedersen, Jes Søe; Giraud, Tatiana

    2010-01-01

    Aim The aim of this study was to determine the number of successful establishments of the invasive Argentine ant outside native range and to see whether introduced supercolonies have resulted from single or multiple introductions. We also compared the genetic diversity of native versus introduced...... supercolonies to assess the size of the propagules (i.e. the number of founding individuals) at the origin of the introduced supercolonies. Location Global. Methods We used mitochondrial DNA (mtDNA) markers and microsatellite loci to study 39 supercolonies of the Argentine ant Linepithema humile covering both......) and secondary introductions (from sites with established invasive supercolonies) were important in the global expansion of the Argentine ant. In combination with the similar social organization of colonies in the native and introduced range, this indicates that invasiveness did not evolve recently as a unique...

  8. Discrimination Behavior in the Supercolonial Pharaoh Ant

    DEFF Research Database (Denmark)

    Pontieri, Luigi

    The majority of eusocial insect species live in small, kin structured colonies that are mutually aggressive and rarely interact. By contrast, a restricted group of ant species show a peculiar social organization called unicoloniality, where colonies can grow to vast networks of geographically...... and genetic distance between colony pairs, further confirming the important role of endogenous cues in the nestmate recognition of this species. The third chapter presents a methodological study on the best procedures for identifying chemical compounds used for nestmate recognition in social insects. We first...... evaluated the power of different combinations of data transformation and chemical distance calculation in differentiating between true nestmate recognition (NMR) cues and other compounds. We found that particular combinations of statistical procedures are more effective in differentiating NMR cues from...

  9. Serpentine soils affect heavy metal tolerance but not genetic diversity in a common Mediterranean ant.

    Science.gov (United States)

    Frizzi, Filippo; Masoni, Alberto; Çelikkol, Mine; Palchetti, Enrico; Ciofi, Claudio; Chelazzi, Guido; Santini, Giacomo

    2017-08-01

    Natural habitats with serpentine soils are rich in heavy metal ions, which may significantly affect ecological communities. Exposure to metal pollutants results, for instance, in a reduction of population genetic diversity and a diffused higher tolerance towards heavy metals. In this study, we investigated whether chronic exposure to metals in serpentine soils affect accumulation patterns, tolerance towards metal pollutants, and genetic diversity in ants. In particular, we studied colonies of the common Mediterranean ant, Crematogaster scutellaris, along a contamination gradient consisting of two differently contaminated forests and a reference soil with no geogenic contamination. We first evaluated the metal content in both soil and ants' body. Then, we tested for tolerance towards metal pollutants by evaluating the mortality of ants fed with nickel (Ni) solutions of increasing concentrations. Finally, differences in genetic diversity among ants from different areas were assessed using eight microsatellite loci. Interestingly, a higher tolerance to nickel solutions was found in ants sampled in sites with intermediate levels of heavy metals. This may occur, because ants inhabiting strongly contaminated areas tend to accumulate higher amounts of contaminants. Additional ingestion of toxicants beyond the saturation threshold would lead to death. There was no difference in the genetic diversity among ant colonies sampled in different sites. This was probably the result of queen mediated gene flow during nuptial flights across uncontaminated and contaminated areas of limited geographical extent. Copyright © 2017 Elsevier Ltd. All rights reserved.

  10. Hierarchical Artificial Bee Colony Algorithm for RFID Network Planning Optimization

    Directory of Open Access Journals (Sweden)

    Lianbo Ma

    2014-01-01

    Full Text Available This paper presents a novel optimization algorithm, namely, hierarchical artificial bee colony optimization, called HABC, to tackle the radio frequency identification network planning (RNP problem. In the proposed multilevel model, the higher-level species can be aggregated by the subpopulations from lower level. In the bottom level, each subpopulation employing the canonical ABC method searches the part-dimensional optimum in parallel, which can be constructed into a complete solution for the upper level. At the same time, the comprehensive learning method with crossover and mutation operators is applied to enhance the global search ability between species. Experiments are conducted on a set of 10 benchmark optimization problems. The results demonstrate that the proposed HABC obtains remarkable performance on most chosen benchmark functions when compared to several successful swarm intelligence and evolutionary algorithms. Then HABC is used for solving the real-world RNP problem on two instances with different scales. Simulation results show that the proposed algorithm is superior for solving RNP, in terms of optimization accuracy and computation robustness.

  11. Hierarchical artificial bee colony algorithm for RFID network planning optimization.

    Science.gov (United States)

    Ma, Lianbo; Chen, Hanning; Hu, Kunyuan; Zhu, Yunlong

    2014-01-01

    This paper presents a novel optimization algorithm, namely, hierarchical artificial bee colony optimization, called HABC, to tackle the radio frequency identification network planning (RNP) problem. In the proposed multilevel model, the higher-level species can be aggregated by the subpopulations from lower level. In the bottom level, each subpopulation employing the canonical ABC method searches the part-dimensional optimum in parallel, which can be constructed into a complete solution for the upper level. At the same time, the comprehensive learning method with crossover and mutation operators is applied to enhance the global search ability between species. Experiments are conducted on a set of 10 benchmark optimization problems. The results demonstrate that the proposed HABC obtains remarkable performance on most chosen benchmark functions when compared to several successful swarm intelligence and evolutionary algorithms. Then HABC is used for solving the real-world RNP problem on two instances with different scales. Simulation results show that the proposed algorithm is superior for solving RNP, in terms of optimization accuracy and computation robustness.

  12. Recruitment strategies and colony size in social insects

    NARCIS (Netherlands)

    Planque, R.; van den Berg, G.J.B.; Franks, N.R.

    2010-01-01

    Ants use a great variety of recruitment methods to forage for food or find new nests, including tandem running, group recruitment and scent trails. It has been known for some time that there is a loose correlation across many taxa between species-specific mature colony size and recruitment method.

  13. Noise and the statistical mechanics of distributed transport in a colony of interacting agents

    Science.gov (United States)

    Katifori, Eleni; Graewer, Johannes; Ronellenfitsch, Henrik; Mazza, Marco G.

    Inspired by the process of liquid food distribution between individuals in an ant colony, in this work we consider the statistical mechanics of resource dissemination between interacting agents with finite carrying capacity. The agents move inside a confined space (nest), pick up the food at the entrance of the nest and share it with other agents that they encounter. We calculate analytically and via a series of simulations the global food intake rate for the whole colony as well as observables describing how uniformly the food is distributed within the nest. Our model and predictions provide a useful benchmark to assess which strategies can lead to efficient food distribution within the nest and also to what level the observed food uptake rates and efficiency in food distribution are due to stochastic fluctuations or specific food exchange strategies by an actual ant colony.

  14. Significance of chemical recognition cues is context dependent in ants

    DEFF Research Database (Denmark)

    Bos, N.; Guerrieri, F.J.; d'Ettorre, P.

    2010-01-01

    signatures, composed primarily of long-chain cuticular hydrocarbons. These signatures are colony specific and allow discrimination between nestmates and non-nestmates. Nevertheless, the mechanisms underlying detection, perception and information processing of chemical signatures are poorly understood. It has...... context, affects aggression against non-nestmates carrying the hydrocarbon profile associated with food. Individual ant workers were able to associate the non-nestmate chemical profile with food. However, conditioned ants were still aggressive when encountering a non-nestmate carrying the odour profile...

  15. Sperm storage induces an immunity cost in ants

    DEFF Research Database (Denmark)

    Baer, Boris; Armitage, Sophie A O; Boomsma, Jacobus J

    2006-01-01

    Ant queens are among the most long-lived insects known. They mate early in adult life and maintain millions of viable sperm in their sperm storage organ until they die many years later. Because they never re-mate, the reproductive success of queens is ultimately sperm-limited, but it is not known...... what selective forces determine the upper limit to sperm storage. Here we show that sperm storage carries a significant cost of reduced immunity during colony founding. Newly mated queens of the leaf-cutting ant Atta colombica upregulate their immune response shortly after completing their nest burrow...

  16. VLSI PARTITIONING ALGORITHM WITH ADAPTIVE CONTROL PARAMETER

    Directory of Open Access Journals (Sweden)

    P. N. Filippenko

    2013-03-01

    Full Text Available The article deals with the problem of very large-scale integration circuit partitioning. A graph is selected as a mathematical model describing integrated circuit. Modification of ant colony optimization algorithm is presented, which is used to solve graph partitioning problem. Ant colony optimization algorithm is an optimization method based on the principles of self-organization and other useful features of the ants’ behavior. The proposed search system is based on ant colony optimization algorithm with the improved method of the initial distribution and dynamic adjustment of the control search parameters. The experimental results and performance comparison show that the proposed method of very large-scale integration circuit partitioning provides the better search performance over other well known algorithms.

  17. Collective defence portfolios of ant hosts shift with social parasite pressure.

    Science.gov (United States)

    Jongepier, Evelien; Kleeberg, Isabelle; Job, Sylwester; Foitzik, Susanne

    2014-09-22

    Host defences become increasingly costly as parasites breach successive lines of defence. Because selection favours hosts that successfully resist parasitism at the lowest possible cost, escalating coevolutionary arms races are likely to drive host defence portfolios towards ever more expensive strategies. We investigated the interplay between host defence portfolios and social parasite pressure by comparing 17 populations of two Temnothorax ant species. When successful, collective aggression not only prevents parasitation but also spares host colonies the cost of searching for and moving to a new nest site. However, once parasites breach the host's nest defence, host colonies should resort to flight as the more beneficial resistance strategy. We show that under low parasite pressure, host colonies more likely responded to an intruding Protomognathus americanus slavemaker with collective aggression, which prevented the slavemaker from escaping and potentially recruiting nest-mates. However, as parasite pressure increased, ant colonies of both host species became more likely to flee rather than to fight. We conclude that host defence portfolios shift consistently with social parasite pressure, which is in accordance with the degeneration of frontline defences and the evolution of subsequent anti-parasite strategies often invoked in hosts of brood parasites. © 2014 The Author(s) Published by the Royal Society. All rights reserved.

  18. Theoretical analysis of two ACO approaches for the traveling salesman problem

    DEFF Research Database (Denmark)

    Kötzing, Timo; Neumann, Frank; Röglin, Heiko

    2012-01-01

    Bioinspired algorithms, such as evolutionary algorithms and ant colony optimization, are widely used for different combinatorial optimization problems. These algorithms rely heavily on the use of randomness and are hard to understand from a theoretical point of view. This paper contributes...... to the theoretical analysis of ant colony optimization and studies this type of algorithm on one of the most prominent combinatorial optimization problems, namely the traveling salesperson problem (TSP). We present a new construction graph and show that it has a stronger local property than one commonly used...... for constructing solutions of the TSP. The rigorous runtime analysis for two ant colony optimization algorithms, based on these two construction procedures, shows that they lead to good approximation in expected polynomial time on random instances. Furthermore, we point out in which situations our algorithms get...

  19. Effect of ant attendance by Monomorium minimum (Buckley) (Hymenoptera: Formicidae) on predation and parasitism of the soybean aphid Aphis glycines Matsumura (Hemiptera: Aphididae).

    Science.gov (United States)

    Herbert, John J; Horn, David J

    2008-10-01

    Ant attendance is known to affect the population dynamics of aphids and may increase or decrease aphid populations through stimulation, predation, or protection. In this study, we performed a series of laboratory experiments to examine the effects of ant attendance on populations of the soybean aphid Aphis glycines. Aphid colonies were exposed to the predators Harmonia axyridis (Coccinellidae) and Orius insidiosus (Anthocoridae) and a parasitoid Aphidius colemani (Aphidiidae) in the presence and absence of attending Monomorium minimum (Formicidae). We also tested for direct effects of ant attendance in the absence of natural enemies. Ants attending soybean aphid populations were observed harassing or killing O. insidiosus and H. axyridis. Attendance interfered with both predator species, resulting in reduced predation and an increase in aphid numbers up to 10-fold in the presence of ants. Ants were not observed directly interfering with the parasitoid A. colemani, but the number of parasitized aphids was higher in aphid colonies that were left unattended by ants.

  20. Leaf processing behaviour in Atta leafcutter ants: 90% of leaf cutting takes place inside the nest, and ants select pieces that require less cutting.

    Science.gov (United States)

    Garrett, Ryan W; Carlson, Katherine A; Goggans, Matthew Scott; Nesson, Michael H; Shepard, Christopher A; Schofield, Robert M S

    2016-01-01

    Leafcutter ants cut trimmings from plants, carry them to their underground nests and cut them into smaller pieces before inoculating them with a fungus that serves as a primary food source for the colony. Cutting is energetically costly, so the amount of cutting is important in understanding foraging energetics. Estimates of the cutting density, metres of cutting per square metre of leaf, were made from samples of transported leaf cuttings and of fungal substrate from field colonies of Atta cephalotes and Atta colombica. To investigate cutting inside the nest, we made leaf-processing observations of our laboratory colony, A. cephalotes. We did not observe the commonly reported reduction of the leaf fragments into a pulp, which would greatly increase the energy cost of processing. Video clips of processing behaviours, including behaviours that have not previously been described, are linked. An estimated 2.9 (±0.3) km of cutting with mandibles was required to reduce a square metre of leaf to fungal substrate. Only about 12% (±1%) of this cutting took place outside of the nest. The cutting density and energy cost is lower for leaf material with higher ratios of perimeter to area, so we tested for, and found that the laboratory ants had a preference for leaves that were pre-cut into smaller pieces. Estimates suggest that the energy required to transport and cut up the leaf material is comparable to the metabolic energy available from the fungus grown on the leaves, and so conservation of energy is likely to be a particularly strong selective pressure for leafcutter ants.

  1. Offspring Size and Reproductive Allocation in Harvester Ants.

    Science.gov (United States)

    Wiernasz, Diane C; Cole, Blaine J

    2018-01-01

    A fundamental decision that an organism must make is how to allocate resources to offspring, with respect to both size and number. The two major theoretical approaches to this problem, optimal offspring size and optimistic brood size models, make different predictions that may be reconciled by including how offspring fitness is related to size. We extended the reasoning of Trivers and Willard (1973) to derive a general model of how parents should allocate additional resources with respect to the number of males and females produced, and among individuals of each sex, based on the fitness payoffs of each. We then predicted how harvester ant colonies should invest additional resources and tested three hypotheses derived from our model, using data from 3 years of food supplementation bracketed by 6 years without food addition. All major results were predicted by our model: food supplementation increased the number of reproductives produced. Male, but not female, size increased with food addition; the greatest increases in male size occurred in colonies that made small females. We discuss how use of a fitness landscape improves quantitative predictions about allocation decisions. When parents can invest differentially in offspring of different types, the best strategy will depend on parental state as well as the effect of investment on offspring fitness.

  2. The direct and ecological costs of an ant-plant symbiosis.

    Science.gov (United States)

    Frederickson, Megan E; Ravenscraft, Alison; Miller, Gabriel A; Arcila Hernández, Lina M; Booth, Gregory; Pierce, Naomi E

    2012-06-01

    How strong is selection for cheating in mutualisms? The answer depends on the type and magnitude of the costs of the mutualism. Here we investigated the direct and ecological costs of plant defense by ants in the association between Cordia nodosa, a myrmecophytic plant, and Allomerus octoarticulatus, a phytoecious ant. Cordia nodosa trees produce food and housing to reward ants that protect them against herbivores. For nearly 1 year, we manipulated the presence of A. octoarticulatus ants and most insect herbivores on C. nodosa in a full-factorial experiment. Ants increased plant growth when herbivores were present but decreased plant growth when herbivores were absent, indicating that hosting ants can be costly to plants. However, we did not detect a cost to ant colonies of defending host plants against herbivores. Although this asymmetry in costs suggests that the plants may be under stronger selection than the ants to cheat by withholding investment in their partner, the costs to C. nodosa are probably at least partly ecological, arising because ants tend scale insects on their host plants. We argue that ecological costs should favor resistance or traits other than cheating and thus that neither partner may face much temptation to cheat.

  3. Male fighting and ``territoriality'' within colonies of the ant Cardiocondyla venustula

    Science.gov (United States)

    Frohschammer, Sabine; Heinze, Jürgen

    2009-01-01

    The ant genus Cardiocondyla is characterized by a bizarre male polymorphism with wingless fighter males and winged disperser males. Winged males have been lost convergently in several clades, and in at least one of them, wingless males have evolved mutual tolerance. To better understand the evolutionary pathways of reproductive tactics, we investigated Cardiocondyla venustula, a species, which in a phylogenetic analysis clusters with species with fighting and species with mutually tolerant, wingless males. Wingless males of C. venustula use their strong mandibles to kill freshly eclosed rival males and also engage in short fights with other adult males, but in addition show a novel behavior hitherto not reported from social insect males: they spread out in the natal nest and defend “territories” against other males. Ant males therefore show a much larger variety of reproductive tactics than previously assumed.

  4. Male fighting and "territoriality" within colonies of the ant Cardiocondyla venustula.

    Science.gov (United States)

    Frohschammer, Sabine; Heinze, Jürgen

    2009-01-01

    The ant genus Cardiocondyla is characterized by a bizarre male polymorphism with wingless fighter males and winged disperser males. Winged males have been lost convergently in several clades, and in at least one of them, wingless males have evolved mutual tolerance. To better understand the evolutionary pathways of reproductive tactics, we investigated Cardiocondyla venustula, a species, which in a phylogenetic analysis clusters with species with fighting and species with mutually tolerant, wingless males. Wingless males of C. venustula use their strong mandibles to kill freshly eclosed rival males and also engage in short fights with other adult males, but in addition show a novel behavior hitherto not reported from social insect males: they spread out in the natal nest and defend "territories" against other males. Ant males therefore show a much larger variety of reproductive tactics than previously assumed.

  5. Thelytokous parthenogenesis by queens in the dacetine ant Pyramica membranifera (Hymenoptera: Formicidae)

    Science.gov (United States)

    Ito, Fuminori; Touyama, Yoshifumi; Gotoh, Ayako; Kitahiro, Shungo; Billen, Johan

    2010-08-01

    Thelytokous parthenogenesis in which diploid females are produced from unfertilized eggs, was recently reported for some ant species. Here, we document thelytokous reproduction by queens in the polygynous species Pyramica membranifera. Queens that emerged in the laboratory were kept with or without workers under laboratory conditions. Independent colony founding was successful for a few queens if prey was provided. All artificial colonies, which started with a newly emerged queen and workers produced new workers and some of the colonies also produced female sexuals. Some of the female sexuals shed their wings in the laboratory and started formation of new polygynous colonies. Workers had no ovaries and thus, were obligatorily sterile.

  6. Queen influence on workers behavior of the leaf-cutting ant Atta sexdens rubropilosa (Forel, 1908

    Directory of Open Access Journals (Sweden)

    L. Sousa-Souto

    Full Text Available In an ant colony, the queen is the single reproducer and can interact with her workers via pheromones and cuticular compounds. However, in most species queen importance is not restricted to reproduction: in the initial development of the colony, her presence might play a more important role. In this work, we studied the effects of queen absence on workers behavior displayed in the foraging arena. Ant’s mortality and refuse accumulation was also measured daily. The results showed that queen absence did not alter either workers behavior or foraging efficiency. However, we observed increased ant mortality accompanied by a decrease in refuse dumping outside the nest. These results corroborate the hypothesis that environmental factors are more important than intrinsical factors in the allocation of external tasks. Probably, the queen could only influence internal activities of the colony.

  7. Predation success by a plant-ant indirectly favours the growth and fitness of its host myrmecophyte.

    Directory of Open Access Journals (Sweden)

    Alain Dejean

    Full Text Available Mutualisms, or interactions between species that lead to net fitness benefits for each species involved, are stable and ubiquitous in nature mostly due to "byproduct benefits" stemming from the intrinsic traits of one partner that generate an indirect and positive outcome for the other. Here we verify if myrmecotrophy (where plants obtain nutrients from the refuse of their associated ants can explain the stability of the tripartite association between the myrmecophyte Hirtella physophora, the ant Allomerus decemarticulatus and an Ascomycota fungus. The plant shelters and provides the ants with extrafloral nectar. The ants protect the plant from herbivores and integrate the fungus into the construction of a trap that they use to capture prey; they also provide the fungus and their host plant with nutrients. During a 9-month field study, we over-provisioned experimental ant colonies with insects, enhancing colony fitness (i.e., more winged females were produced. The rate of partial castration of the host plant, previously demonstrated, was not influenced by the experiment. Experimental plants showed higher δ(15N values (confirming myrmecotrophy, plus enhanced vegetative growth (e.g., more leaves produced increased the possibility of lodging ants in leaf pouches and fitness (i.e., more fruits produced and more flowers that matured into fruit. This study highlights the importance of myrmecotrophy on host plant fitness and the stability of ant-myrmecophyte mutualisms.

  8. A Comprehensive Survey on Particle Swarm Optimization Algorithm and Its Applications

    Directory of Open Access Journals (Sweden)

    Yudong Zhang

    2015-01-01

    Full Text Available Particle swarm optimization (PSO is a heuristic global optimization method, proposed originally by Kennedy and Eberhart in 1995. It is now one of the most commonly used optimization techniques. This survey presented a comprehensive investigation of PSO. On one hand, we provided advances with PSO, including its modifications (including quantum-behaved PSO, bare-bones PSO, chaotic PSO, and fuzzy PSO, population topology (as fully connected, von Neumann, ring, star, random, etc., hybridization (with genetic algorithm, simulated annealing, Tabu search, artificial immune system, ant colony algorithm, artificial bee colony, differential evolution, harmonic search, and biogeography-based optimization, extensions (to multiobjective, constrained, discrete, and binary optimization, theoretical analysis (parameter selection and tuning, and convergence analysis, and parallel implementation (in multicore, multiprocessor, GPU, and cloud computing forms. On the other hand, we offered a survey on applications of PSO to the following eight fields: electrical and electronic engineering, automation control systems, communication theory, operations research, mechanical engineering, fuel and energy, medicine, chemistry, and biology. It is hoped that this survey would be beneficial for the researchers studying PSO algorithms.

  9. Morphological and Chemical Characterization of the Invasive Ants in Hives of Apis mellifera scutellata Lepeletier (Hymenoptera: Apidae).

    Science.gov (United States)

    Simoes, M R; Giannotti, E; Tofolo, V C; Pizano, M A; Firmino, E L B; Antonialli-Junior, W F; Andrade, L H C; Lima, S M

    2016-02-01

    Apiculture in Brazil is quite profitable and has great potential for expansion because of the favorable climate and abundancy of plant diversity. However, the occurrence of pests, diseases, and parasites hinders the growth and profitability of beekeeping. In the interior of the state of São Paulo, apiaries are attacked by ants, especially the species Camponotus atriceps (Smith) (Hymenoptera: Formicidae), which use the substances produced by Apis mellifera scutellata (Lepeletier) (Hymenoptera: Apidae), like honey, wax, pollen, and offspring as a source of nourishment for the adult and immature ants, and kill or expel the adult bees during the invasion. This study aimed to understand the invasion of C. atriceps in hives of A. m. scutellata. The individuals were classified into castes and subcastes according to morphometric analyses, and their cuticular chemical compounds were identified using Photoacoustic Fourier transform infrared spectroscopy (FTIR-PAS). The morphometric analyses were able to classify the individuals into reproductive castes (queen and gynes), workers (minor and small ants), and the soldier subcaste (medium and major ants). Identification of cuticular hydrocarbons of these individuals revealed that the eight beehives were invaded by only three colonies of C. atriceps; one of the colonies invaded only one beehive, and the other two colonies underwent a process called sociotomy and were responsible for the invasion of the other seven beehives. The lack of preventive measures and the nocturnal behavior of the ants favored the invasion and attack on the bees.

  10. Water stress strengthens mutualism among ants, trees, and scale insects.

    Directory of Open Access Journals (Sweden)

    Elizabeth G Pringle

    2013-11-01

    Full Text Available Abiotic environmental variables strongly affect the outcomes of species interactions. For example, mutualistic interactions between species are often stronger when resources are limited. The effect might be indirect: water stress on plants can lead to carbon stress, which could alter carbon-mediated plant mutualisms. In mutualistic ant-plant symbioses, plants host ant colonies that defend them against herbivores. Here we show that the partners' investments in a widespread ant-plant symbiosis increase with water stress across 26 sites along a Mesoamerican precipitation gradient. At lower precipitation levels, Cordia alliodora trees invest more carbon in Azteca ants via phloem-feeding scale insects that provide the ants with sugars, and the ants provide better defense of the carbon-producing leaves. Under water stress, the trees have smaller carbon pools. A model of the carbon trade-offs for the mutualistic partners shows that the observed strategies can arise from the carbon costs of rare but extreme events of herbivory in the rainy season. Thus, water limitation, together with the risk of herbivory, increases the strength of a carbon-based mutualism.

  11. Water stress strengthens mutualism among ants, trees, and scale insects.

    Science.gov (United States)

    Pringle, Elizabeth G; Akçay, Erol; Raab, Ted K; Dirzo, Rodolfo; Gordon, Deborah M

    2013-11-01

    Abiotic environmental variables strongly affect the outcomes of species interactions. For example, mutualistic interactions between species are often stronger when resources are limited. The effect might be indirect: water stress on plants can lead to carbon stress, which could alter carbon-mediated plant mutualisms. In mutualistic ant-plant symbioses, plants host ant colonies that defend them against herbivores. Here we show that the partners' investments in a widespread ant-plant symbiosis increase with water stress across 26 sites along a Mesoamerican precipitation gradient. At lower precipitation levels, Cordia alliodora trees invest more carbon in Azteca ants via phloem-feeding scale insects that provide the ants with sugars, and the ants provide better defense of the carbon-producing leaves. Under water stress, the trees have smaller carbon pools. A model of the carbon trade-offs for the mutualistic partners shows that the observed strategies can arise from the carbon costs of rare but extreme events of herbivory in the rainy season. Thus, water limitation, together with the risk of herbivory, increases the strength of a carbon-based mutualism.

  12. ABCluster: the artificial bee colony algorithm for cluster global optimization.

    Science.gov (United States)

    Zhang, Jun; Dolg, Michael

    2015-10-07

    Global optimization of cluster geometries is of fundamental importance in chemistry and an interesting problem in applied mathematics. In this work, we introduce a relatively new swarm intelligence algorithm, i.e. the artificial bee colony (ABC) algorithm proposed in 2005, to this field. It is inspired by the foraging behavior of a bee colony, and only three parameters are needed to control it. We applied it to several potential functions of quite different nature, i.e., the Coulomb-Born-Mayer, Lennard-Jones, Morse, Z and Gupta potentials. The benchmarks reveal that for long-ranged potentials the ABC algorithm is very efficient in locating the global minimum, while for short-ranged ones it is sometimes trapped into a local minimum funnel on a potential energy surface of large clusters. We have released an efficient, user-friendly, and free program "ABCluster" to realize the ABC algorithm. It is a black-box program for non-experts as well as experts and might become a useful tool for chemists to study clusters.

  13. Diversity of Species and Behavior of Hymenopteran Parasitoids of Ants: A Review

    Directory of Open Access Journals (Sweden)

    Jean-Paul Lachaud

    2012-01-01

    Full Text Available Reports of hymenopterans associated with ants involve more than 500 species, but only a fraction unambiguously pertain to actual parasitoids. In this paper, we attempt to provide an overview of both the diversity of these parasitoid wasps and the diversity of the types of interactions they have formed with their ant hosts. The reliable list of parasitoid wasps using ants as primary hosts includes at least 138 species, reported between 1852 and 2011, distributed among 9 families from 3 superfamilies. These parasitoids exhibit a wide array of biologies and developmental strategies: ecto- or endoparasitism, solitary or gregarious, and idio- or koinobiosis. All castes of ants and all developmental stages, excepting eggs, are possible targets. Some species parasitize adult worker ants while foraging or performing other activities outside the nest; however, in most cases, parasitoids attack ant larvae either inside or outside their nests. Based on their abundance and success in attacking ants, some parasitoid wasps like diapriids and eucharitids seem excellent potential models to explore how parasitoids impact ant colony demography, population biology, and ant community structure. Despite a significant increase in our knowledge of hymenopteran parasitoids of ants, most of them remain to be discovered.

  14. Saving the injured: Rescue behavior in the termite-hunting ant Megaponera analis.

    Science.gov (United States)

    Frank, Erik Thomas; Schmitt, Thomas; Hovestadt, Thomas; Mitesser, Oliver; Stiegler, Jonas; Linsenmair, Karl Eduard

    2017-04-01

    Predators of highly defensive prey likely develop cost-reducing adaptations. The ant Megaponera analis is a specialized termite predator, solely raiding termites of the subfamily Macrotermitinae (in this study, mostly colonies of Pseudocanthotermes sp.) at their foraging sites. The evolutionary arms race between termites and ants led to various defensive mechanisms in termites (for example, a caste specialized in fighting predators). Because M. analis incurs high injury/mortality risks when preying on termites, some risk-mitigating adaptations seem likely to have evolved. We show that a unique rescue behavior in M. analis , consisting of injured nestmates being carried back to the nest, reduces combat mortality. After a fight, injured ants are carried back by their nestmates; these ants have usually lost an extremity or have termites clinging to them and are able to recover within the nest. Injured ants that are forced experimentally to return without help, die in 32% of the cases. Behavioral experiments show that two compounds, dimethyl disulfide and dimethyl trisulfide, present in the mandibular gland reservoirs, trigger the rescue behavior. A model accounting for this rescue behavior identifies the drivers favoring its evolution and estimates that rescuing enables maintenance of a 28.7% larger colony size. Our results are the first to explore experimentally the adaptive value of this form of rescue behavior focused on injured nestmates in social insects and help us to identify evolutionary drivers responsible for this type of behavior to evolve in animals.

  15. Loading pattern optimization of PWR reactors using Artificial Bee Colony

    International Nuclear Information System (INIS)

    Safarzadeh, O.; Zolfaghari, A.; Norouzi, A.; Minuchehr, H.

    2011-01-01

    Highlights: → ABC algorithm is comparable to the canonical GA algorithm and PSO. → The performance of ABC shows that the algorithm is quiet promising. → The final band width of search fitness values by ABC is narrow. → The ABC algorithm is relatively easy to implement. - Abstract: In this paper a core reloading technique using Artificial Bee Colony algorithm, ABC, is presented in the context of finding an optimal configuration of fuel assemblies. The proposed method can be used for in-core fuel management optimization problems in pressurized water reactors. To evaluate the proposed technique, the power flattening of a VVER-1000 core is considered as an objective function although other variables such as K eff , power peaking factor, burn up and cycle length can also be taken into account. The proposed optimization method is applied to a core design optimization problem previously solved with Genetic and Particle Swarm Intelligence Algorithm. The results, convergence rate and reliability of the new method are quite promising and show that the ABC algorithm performs very well and is comparable to the canonical Genetic Algorithm and Particle Swarm Intelligence, hence demonstrating its potential for other optimization applications in nuclear engineering field as, for instance, the cascade problems.

  16. Swarm Intelligence for Optimizing Hybridized Smoothing Filter in Image Edge Enhancement

    Science.gov (United States)

    Rao, B. Tirumala; Dehuri, S.; Dileep, M.; Vindhya, A.

    In this modern era, image transmission and processing plays a major role. It would be impossible to retrieve information from satellite and medical images without the help of image processing techniques. Edge enhancement is an image processing step that enhances the edge contrast of an image or video in an attempt to improve its acutance. Edges are the representations of the discontinuities of image intensity functions. For processing these discontinuities in an image, a good edge enhancement technique is essential. The proposed work uses a new idea for edge enhancement using hybridized smoothening filters and we introduce a promising technique of obtaining best hybrid filter using swarm algorithms (Artificial Bee Colony (ABC), Particle Swarm Optimization (PSO) and Ant Colony Optimization (ACO)) to search for an optimal sequence of filters from among a set of rather simple, representative image processing filters. This paper deals with the analysis of the swarm intelligence techniques through the combination of hybrid filters generated by these algorithms for image edge enhancement.

  17. Monte Carlo simulation using the PENELOPE code with an ant colony algorithm to study MOSFET detectors

    Energy Technology Data Exchange (ETDEWEB)

    Carvajal, M A; Palma, A J [Departamento de Electronica y Tecnologia de Computadores, Universidad de Granada, E-18071 Granada (Spain); Garcia-Pareja, S [Servicio de Radiofisica Hospitalaria, Hospital Regional Universitario ' Carlos Haya' , Avda Carlos Haya, s/n, E-29010 Malaga (Spain); Guirado, D [Servicio de RadiofIsica, Hospital Universitario ' San Cecilio' , Avda Dr Oloriz, 16, E-18012 Granada (Spain); Vilches, M [Servicio de Fisica y Proteccion Radiologica, Hospital Regional Universitario ' Virgen de las Nieves' , Avda Fuerzas Armadas, 2, E-18014 Granada (Spain); Anguiano, M; Lallena, A M [Departamento de Fisica Atomica, Molecular y Nuclear, Universidad de Granada, E-18071 Granada (Spain)], E-mail: carvajal@ugr.es, E-mail: garciapareja@gmail.com, E-mail: dguirado@ugr.es, E-mail: mvilches@ugr.es, E-mail: mangui@ugr.es, E-mail: ajpalma@ugr.es, E-mail: lallena@ugr.es

    2009-10-21

    In this work we have developed a simulation tool, based on the PENELOPE code, to study the response of MOSFET devices to irradiation with high-energy photons. The energy deposited in the extremely thin silicon dioxide layer has been calculated. To reduce the statistical uncertainties, an ant colony algorithm has been implemented to drive the application of splitting and Russian roulette as variance reduction techniques. In this way, the uncertainty has been reduced by a factor of {approx}5, while the efficiency is increased by a factor of above 20. As an application, we have studied the dependence of the response of the pMOS transistor 3N163, used as a dosimeter, with the incidence angle of the radiation for three common photons sources used in radiotherapy: a {sup 60}Co Theratron-780 and the 6 and 18 MV beams produced by a Mevatron KDS LINAC. Experimental and simulated results have been obtained for gantry angles of 0 deg., 15 deg., 30 deg., 45 deg., 60 deg. and 75 deg. The agreement obtained has permitted validation of the simulation tool. We have studied how to reduce the angular dependence of the MOSFET response by using an additional encapsulation made of brass in the case of the two LINAC qualities considered.

  18. A Novel Rough Set Reduct Algorithm for Medical Domain Based on Bee Colony Optimization

    OpenAIRE

    Suguna, N.; Thanushkodi, K.

    2010-01-01

    Feature selection refers to the problem of selecting relevant features which produce the most predictive outcome. In particular, feature selection task is involved in datasets containing huge number of features. Rough set theory has been one of the most successful methods used for feature selection. However, this method is still not able to find optimal subsets. This paper proposes a new feature selection method based on Rough set theory hybrid with Bee Colony Optimization (BCO) in an attempt...

  19. First evidence for slave rebellion: enslaved ant workers systematically kill the brood of their social parasite protomognathus americanus.

    Science.gov (United States)

    Achenbach, Alexandra; Foitzik, Susanne

    2009-04-01

    During the process of coevolution, social parasites have evolved sophisticated strategies to exploit the brood care behavior of their social hosts. Slave-making ant queens invade host colonies and kill or eject all adult host ants. Host workers, which eclose from the remaining brood, are tricked into caring for the parasite brood. Due to their high prevalence and frequent raids, following which stolen host broods are similarly enslaved, slave-making ants exert substantial selection upon their hosts, leading to the evolution of antiparasite adaptations. However, all host defenses shown to date are active before host workers are parasitized, whereas selection was thought to be unable to act on traits of already enslaved hosts. Yet, here we demonstrate the rebellion of enslaved Temnothorax workers, which kill two-thirds of the female pupae of the slave-making ant Protomognathus americanus. Thereby, slaves decrease the long-term parasite impact on surrounding related host colonies. This novel antiparasite strategy of enslaved workers constitutes a new level in the coevolutionary battle after host colony defense has failed. Our discovery is analogous to recent findings in hosts of avian brood parasites where perfect mimicry of parasite eggs leads to the evolution of chick recognition as a second line of defense.

  20. Hierarchical Artificial Bee Colony Optimizer with Divide-and-Conquer and Crossover for Multilevel Threshold Image Segmentation

    Directory of Open Access Journals (Sweden)

    Maowei He

    2014-01-01

    Full Text Available This paper presents a novel optimization algorithm, namely, hierarchical artificial bee colony optimization (HABC, for multilevel threshold image segmentation, which employs a pool of optimal foraging strategies to extend the classical artificial bee colony framework to a cooperative and hierarchical fashion. In the proposed hierarchical model, the higher-level species incorporates the enhanced information exchange mechanism based on crossover operator to enhance the global search ability between species. In the bottom level, with the divide-and-conquer approach, each subpopulation runs the original ABC method in parallel to part-dimensional optimum, which can be aggregated into a complete solution for the upper level. The experimental results for comparing HABC with several successful EA and SI algorithms on a set of benchmarks demonstrated the effectiveness of the proposed algorithm. Furthermore, we applied the HABC to the multilevel image segmentation problem. Experimental results of the new algorithm on a variety of images demonstrated the performance superiority of the proposed algorithm.

  1. Nest relocation and excavation in the Florida harvester ant, Pogonomyrmex badius.

    Directory of Open Access Journals (Sweden)

    Walter R Tschinkel

    Full Text Available The Florida harvester ant (Pogonomyrmex badius excavates deep nests in the sandy soils of the Gulf and Atlantic coastal plains. Nest relocations of over 400 colonies in a north Florida coastal plains pine forest were tracked and mapped from 2010 to 2013. Individual colonies varied from one move in two years to four times a year, averaging about one per year. Almost all moves occurred between May and November peaking in July when more than 1% of the colonies moved per day. Move directions were random, and averaged 4 m, with few moves exceeding 10 m. Distance moved was not related to colony size. Over multiple moves, paths were random walks around the original nest location. Relocation is probably intrinsic to the life history of this species, and the causes of relocation remain obscure--the architecture of old and new nests was very similar, and neither the forest canopy nor the density or size of neighbors was correlated with relocation. Monitoring entire relocations (n = 20 showed that they were usually completed in 4 to 6 days. Moves were diurnal, peaking in the mornings and afternoons dipping during mid-day, and ceasing before sundown. Workers excavated the new nest continuously during the daytime throughout the move and beyond. A minority of workers carried seeds, charcoal and brood, with seeds being by far the most common burden. The proportion of burdened workers increased throughout the move. Measured from year to year, small colonies gained size and large ones lost it. Colonies moving more than once in two years lost more size than those moving less often, suggesting that moving may bear a fitness cost. Colony relocation is a dramatic and consistent feature of the life history of the Florida harvester ant, inviting inquiry into its proximal and ultimate causes.

  2. The research of autonomous obstacle avoidance of mobile robot based on multi-sensor integration

    Science.gov (United States)

    Zhao, Ming; Han, Baoling

    2016-11-01

    The object of this study is the bionic quadruped mobile robot. The study has proposed a system design plan for mobile robot obstacle avoidance with the binocular stereo visual sensor and the self-control 3D Lidar integrated with modified ant colony optimization path planning to realize the reconstruction of the environmental map. Because the working condition of a mobile robot is complex, the result of the 3D reconstruction with a single binocular sensor is undesirable when feature points are few and the light condition is poor. Therefore, this system integrates the stereo vision sensor blumblebee2 and the Lidar sensor together to detect the cloud information of 3D points of environmental obstacles. This paper proposes the sensor information fusion technology to rebuild the environment map. Firstly, according to the Lidar data and visual data on obstacle detection respectively, and then consider two methods respectively to detect the distribution of obstacles. Finally fusing the data to get the more complete, more accurate distribution of obstacles in the scene. Then the thesis introduces ant colony algorithm. It has analyzed advantages and disadvantages of the ant colony optimization and its formation cause deeply, and then improved the system with the help of the ant colony optimization to increase the rate of convergence and precision of the algorithm in robot path planning. Such improvements and integrations overcome the shortcomings of the ant colony optimization like involving into the local optimal solution easily, slow search speed and poor search results. This experiment deals with images and programs the motor drive under the compiling environment of Matlab and Visual Studio and establishes the visual 2.5D grid map. Finally it plans a global path for the mobile robot according to the ant colony algorithm. The feasibility and effectiveness of the system are confirmed by ROS and simulation platform of Linux.

  3. EVOLUTIONARY TRANSITIONS IN ENZYME ACTIVITY OF ANT FUNGUS GARDENS

    DEFF Research Database (Denmark)

    De Fine Licht, Henrik H; Schiøtt, Morten; Mueller, Ulrich G

    2010-01-01

    an association with a monophyletic clade of specialized symbionts. In conjunction with the transition to specialized symbionts, the ants advanced in colony size and social complexity. Here we provide a comparative study of the functional specialization in extracellular enzyme activities in fungus gardens across...... the attine phylogeny. We show that, relative to sister clades, gardens of higher-attine ants have enhanced activity of protein-digesting enzymes, whereas gardens of leaf-cutting ants also have increased activity of starch-digesting enzymes. However, the enzyme activities of lower-attine fungus gardens...... are targeted primarily towards partial degradation of plant cell walls, reflecting a plesiomorphic state of non-domesticated fungi. The enzyme profiles of the higher-attine and leaf-cutting gardens appear particularly suited to digest fresh plant materials and to access nutrients from live cells without major...

  4. Spatial distribution of dominant arboreal ants in a malagasy coastal rainforest: gaps and presence of an invasive species.

    Directory of Open Access Journals (Sweden)

    Alain Dejean

    Full Text Available We conducted a survey along three belt transects located at increasing distances from the coast to determine whether a non-random arboreal ant assemblage, such as an ant mosaic, exists in the rainforest on the Masoala Peninsula, Madagascar. In most tropical rainforests, very populous colonies of territorially dominant arboreal ant species defend absolute territories distributed in a mosaic pattern. Among the 29 ant species recorded, only nine had colonies large enough to be considered potentially territorially dominant; the remaining species had smaller colonies and were considered non-dominant. Nevertheless, the null-model analyses used to examine the spatial structure of their assemblages did not reveal the existence of an ant mosaic. Inland, up to 44% of the trees were devoid of dominant arboreal ants, something not reported in other studies. While two Crematogaster species were not associated with one another, Brachymyrmex cordemoyi was positively associated with Technomyrmex albipes, which is considered an invasive species-a non-indigenous species that has an adverse ecological effect on the habitats it invades. The latter two species and Crematogaster ranavalonae were mutually exclusive. On the other hand, all of the trees in the coastal transect and at least 4 km of coast were occupied by T. albipes, and were interconnected by columns of workers. Technomyrmex albipes workers collected from different trees did not attack each other during confrontation tests, indicating that this species has formed a supercolony along the coast. Yet interspecific aggressiveness did occur between T. albipes and Crematogaster ranavalonae, a native species which is likely territorially dominant based on our intraspecific confrontation tests. These results suggest that the Masoala rainforest is threatened by a potential invasion by T. albipes, and that the penetration of this species further inland might be facilitated by the low density of native

  5. Dynamic population artificial bee colony algorithm for multi-objective optimal power flow

    Directory of Open Access Journals (Sweden)

    Man Ding

    2017-03-01

    Full Text Available This paper proposes a novel artificial bee colony algorithm with dynamic population (ABC-DP, which synergizes the idea of extended life-cycle evolving model to balance the exploration and exploitation tradeoff. The proposed ABC-DP is a more bee-colony-realistic model that the bee can reproduce and die dynamically throughout the foraging process and population size varies as the algorithm runs. ABC-DP is then used for solving the optimal power flow (OPF problem in power systems that considers the cost, loss, and emission impacts as the objective functions. The 30-bus IEEE test system is presented to illustrate the application of the proposed algorithm. The simulation results, which are also compared to nondominated sorting genetic algorithm II (NSGAII and multi-objective ABC (MOABC, are presented to illustrate the effectiveness and robustness of the proposed method.

  6. Plant-ants use symbiotic fungi as a food source: new insight into the nutritional ecology of ant–plant interactions

    Science.gov (United States)

    Blatrix, Rumsaïs; Djiéto-Lordon, Champlain; Mondolot, Laurence; La Fisca, Philippe; Voglmayr, Hermann; McKey, Doyle

    2012-01-01

    Usually studied as pairwise interactions, mutualisms often involve networks of interacting species. Numerous tropical arboreal ants are specialist inhabitants of myrmecophytes (plants bearing domatia, i.e. hollow structures specialized to host ants) and are thought to rely almost exclusively on resources derived from the host plant. Recent studies, following up on century-old reports, have shown that fungi of the ascomycete order Chaetothyriales live in symbiosis with plant-ants within domatia. We tested the hypothesis that ants use domatia-inhabiting fungi as food in three ant–plant symbioses: Petalomyrmex phylax/Leonardoxa africana, Tetraponera aethiops/Barteria fistulosa and Pseudomyrmex penetrator/Tachigali sp. Labelling domatia fungal patches in the field with either a fluorescent dye or 15N showed that larvae ingested domatia fungi. Furthermore, when the natural fungal patch was replaced with a piece of a 15N-labelled pure culture of either of two Chaetothyriales strains isolated from T. aethiops colonies, these fungi were also consumed. These two fungi often co-occur in the same ant colony. Interestingly, T. aethiops workers and larvae ingested preferentially one of the two strains. Our results add a new piece in the puzzle of the nutritional ecology of plant-ants. PMID:22859596

  7. Ants learn to rely on more informative attributes during decision-making.

    Science.gov (United States)

    Sasaki, Takao; Pratt, Stephen C

    2013-01-01

    Evolutionary theory predicts that animals act to maximize their fitness when choosing among a set of options, such as what to eat or where to live. Making the best choice is challenging when options vary in multiple attributes, and animals have evolved a variety of heuristics to simplify the task. Many of these involve ranking or weighting attributes according to their importance. Because the importance of attributes can vary across time and place, animals might benefit by adjusting weights accordingly. Here, we show that colonies of the ant Temnothorax rugatulus use their experience during nest site selection to increase weights on more informative nest attributes. These ants choose their rock crevice nests on the basis of multiple features. After exposure to an environment where only one attribute differentiated options, colonies increased their reliance on this attribute relative to a second attribute. Although many species show experience-based changes in selectivity based on a single feature, this is the first evidence in animals for adaptive changes in the weighting of multiple attributes. These results show that animal collectives, like individuals, change decision-making strategies according to experience. We discuss how these colony-level changes might emerge from individual behaviour.

  8. Dynamic Wolbachia prevalence in Acromyrmex leaf-cutting ants: potential for a nutritional symbiosis.

    Science.gov (United States)

    Andersen, S B; Boye, M; Nash, D R; Boomsma, J J

    2012-07-01

    Wolbachia are renowned as reproductive parasites, but their phenotypic effects in eusocial insects are not well understood. We used a combination of qrt-PCR, fluorescence in situ hybridization and laser scanning confocal microscopy to evaluate the dynamics of Wolbachia infections in the leaf-cutting ant Acromyrmex octospinosus across developmental stages of sterile workers. We confirm that workers are infected with one or two widespread wsp genotypes of Wolbachia, show that colony prevalence is always 100% and characterize two rare recombinant genotypes. One dominant genotype is always present and most abundant, whereas another only proliferates in adult workers of some colonies and is barely detectable in larvae and pupae. An explanation may be that Wolbachia genotypes compete for host resources in immature stages while adult tissues provide substantially more niche space. Tissue-specific prevalence of the two genotypes differs, with the rarer genotype being over-represented in the adult foregut and thorax muscles. Both genotypes occur extracellularly in the foregut, suggesting an unknown mutualistic function in worker ant nutrition. Both genotypes are also abundant in the faecal fluid of the ants, suggesting that they may have extended functional phenotypes in the fungus garden that the ants manure with their own faeces. © 2012 The Authors. Journal of Evolutionary Biology © 2012 European Society For Evolutionary Biology.

  9. Multi-criteria ACO-based Algorithm for Ship’s Trajectory Planning

    OpenAIRE

    Agnieszka Lazarowska

    2017-01-01

    The paper presents a new approach for solving a path planning problem for ships in the environment with static and dynamic obstacles. The algorithm utilizes a heuristic method, classified to the group of Swarm Intelligence approaches, called the Ant Colony Optimization. The method is inspired by a collective behaviour of ant colonies. A group of agents - artificial ants searches through the solution space in order to find a safe, optimal trajectory for a ship. The problem is considered as a ...

  10. Stable isotope enrichment in laboratory ant colonies: effects of colony age, metamorphosis, diet, and fat storage

    Science.gov (United States)

    Ecologists use stable isotopes to infer diets and trophic levels of animals in food webs, yet some assumptions underlying these inferences have not been thoroughly tested. We used laboratory-reared colonies of Solenopsis invicta Buren (Formicidae: Solenopsidini) to test the effects of metamorphosis,...

  11. Can communication disruption of red imported fire ants reduce foraging success

    Science.gov (United States)

    Invasive pest ants often coordinate resource retrieval and colony expansion through the use of recruitment pheromones for information sharing to optimise their foraging; we argue that the potential for disruption of trail pheromone communication deserves investigation as a new and benign ecologicall...

  12. Caste-specific symbiont policing by workers of Acromyrmex fungus-growing ants

    DEFF Research Database (Denmark)

    Ivens, Aniek B.F.; Nash, David R.; Poulsen, Michael

    2009-01-01

    The interaction between leaf-cutting ants and their fungus garden mutualists is ideal for studying the evolutionary stability of interspecific cooperation. Although the mutualism has a long history of diffuse coevolution, there is ample potential for conflicts between the partners over the mixing...... and transmission of symbionts. Symbiont transmission is vertical by default, and both the ants and resident fungus actively protect the fungal monoculture growing in their nest against secondary introductions of genetically dissimilar symbionts from other colonies. An earlier study showed that mixtures of major...

  13. Ant Queen Egg-Marking Signals: Matching Deceptive Laboratory Simplicity with Natural Complexity

    DEFF Research Database (Denmark)

    van Zweden, Jelle Stijn; Heinze, Jürgen; Boomsma, Jacobus Jan

    2009-01-01

    Background Experiments under controlled laboratory conditions can produce decisive evidence for testing biological hypotheses, provided they are representative of the more complex natural conditions. However, whether this requirement is fulfilled is seldom tested explicitly. Here we provide a lab....../field comparison to investigate the identity of an egg-marking signal of ant queens. Our study was based on ant workers resolving conflict over male production by destroying each other's eggs, but leaving queen eggs unharmed. For this, the workers need a proximate cue to discriminate between the two egg types...... that this compound by itself is not the natural queen egg-marking pheromone. We subsequently investigated the overall differences of entire chemical profiles of eggs, and found that queen-laid eggs in field colonies are more distinct from worker-laid eggs than in lab colonies, have more variation in profiles...

  14. A review of myrmecophily in ant nest beetles (Coleoptera: Carabidae: Paussinae): linking early observations with recent findings

    Science.gov (United States)

    Geiselhardt, Stefanie F.; Peschke, Klaus; Nagel, Peter

    2007-11-01

    Myrmecophily provides various examples of how social structures can be overcome to exploit vast and well-protected resources. Ant nest beetles (Paussinae) are particularly well suited for ecological and evolutionary considerations in the context of association with ants because life habits within the subfamily range from free-living and predatory in basal taxa to obligatory myrmecophily in derived Paussini. Adult Paussini are accepted in the ant society, although parasitising the colony by preying on ant brood. Host species mainly belong to the ant families Myrmicinae and Formicinae, but at least several paussine genera are not host-specific. Morphological adaptations, such as special glands and associated tufts of hair (trichomes), characterise Paussini as typical myrmecophiles and lead to two different strategical types of body shape: while certain Paussini rely on the protective type with less exposed extremities, other genera access ant colonies using glandular secretions and trichomes (symphile type). We compare these adaptations with other taxonomic groups of insects by joining contemporary research and early sources and discuss the possibility of an attracting or appeasing effect of the secretion. Species that are ignored by their host ants might use chemical mimicry instead. Furthermore, vibrational signals may contribute to ant-beetle communication, and chemical signals have proven to play a role in host finding. The powerful defense chemistry of paussines as “bombardier beetles” is not used in contact with host ants. We attempt to trace the evolution of myrmecophily in paussines by reviewing important aspects of the association between paussine beetles and ants, i.e. morphological and potential chemical adaptations, life cycle, host specificity, alimentation, parasitism and sound production.

  15. Specialization does not predict individual efficiency in an ant.

    Directory of Open Access Journals (Sweden)

    Anna Dornhaus

    2008-11-01

    Full Text Available The ecological success of social insects is often attributed to an increase in efficiency achieved through division of labor between workers in a colony. Much research has therefore focused on the mechanism by which a division of labor is implemented, i.e., on how tasks are allocated to workers. However, the important assumption that specialists are indeed more efficient at their work than generalist individuals--the "Jack-of-all-trades is master of none" hypothesis--has rarely been tested. Here, I quantify worker efficiency, measured as work completed per time, in four different tasks in the ant Temnothorax albipennis: honey and protein foraging, collection of nest-building material, and brood transports in a colony emigration. I show that individual efficiency is not predicted by how specialized workers were on the respective task. Worker efficiency is also not consistently predicted by that worker's overall activity or delay to begin the task. Even when only the worker's rank relative to nestmates in the same colony was used, specialization did not predict efficiency in three out of the four tasks, and more specialized workers actually performed worse than others in the fourth task (collection of sand grains. I also show that the above relationships, as well as median individual efficiency, do not change with colony size. My results demonstrate that in an ant species without morphologically differentiated worker castes, workers may nevertheless differ in their ability to perform different tasks. Surprisingly, this variation is not utilized by the colony--worker allocation to tasks is unrelated to their ability to perform them. What, then, are the adaptive benefits of behavioral specialization, and why do workers choose tasks without regard for whether they can perform them well? We are still far from an understanding of the adaptive benefits of division of labor in social insects.

  16. Ant Colony Optimization Algorithm to Dynamic Energy Management in Cloud Data Center

    Directory of Open Access Journals (Sweden)

    Shanchen Pang

    2017-01-01

    Full Text Available With the wide deployment of cloud computing data centers, the problems of power consumption have become increasingly prominent. The dynamic energy management problem in pursuit of energy-efficiency in cloud data centers is investigated. Specifically, a dynamic energy management system model for cloud data centers is built, and this system is composed of DVS Management Module, Load Balancing Module, and Task Scheduling Module. According to Task Scheduling Module, the scheduling process is analyzed by Stochastic Petri Net, and a task-oriented resource allocation method (LET-ACO is proposed, which optimizes the running time of the system and the energy consumption by scheduling tasks. Simulation studies confirm the effectiveness of the proposed system model. And the simulation results also show that, compared to ACO, Min-Min, and RR scheduling strategy, the proposed LET-ACO method can save up to 28%, 31%, and 40% energy consumption while meeting performance constraints.

  17. Interactions Increase Forager Availability and Activity in Harvester Ants.

    Directory of Open Access Journals (Sweden)

    Evlyn Pless

    Full Text Available Social insect colonies use interactions among workers to regulate collective behavior. Harvester ant foragers interact in a chamber just inside the nest entrance, here called the 'entrance chamber'. Previous studies of the activation of foragers in red harvester ants show that an outgoing forager inside the nest experiences an increase in brief antennal contacts before it leaves the nest to forage. Here we compare the interaction rate experienced by foragers that left the nest and ants that did not. We found that ants in the entrance chamber that leave the nest to forage experienced more interactions than ants that descend to the deeper nest without foraging. Additionally, we found that the availability of foragers in the entrance chamber is associated with the rate of forager return. An increase in the rate of forager return leads to an increase in the rate at which ants descend to the deeper nest, which then stimulates more ants to ascend into the entrance chamber. Thus a higher rate of forager return leads to more available foragers in the entrance chamber. The highest density of interactions occurs near the nest entrance and the entrances of the tunnels from the entrance chamber to the deeper nest. Local interactions with returning foragers regulate both the activation of waiting foragers and the number of foragers available to be activated.

  18. No sex in fungus-farming ants or their crops.

    Science.gov (United States)

    Himler, Anna G; Caldera, Eric J; Baer, Boris C; Fernández-Marín, Hermógenes; Mueller, Ulrich G

    2009-07-22

    Asexual reproduction imposes evolutionary handicaps on asexual species, rendering them prone to extinction, because asexual reproduction generates novel genotypes and purges deleterious mutations at lower rates than sexual reproduction. Here, we report the first case of complete asexuality in ants, the fungus-growing ant Mycocepurus smithii, where queens reproduce asexually but workers are sterile, which is doubly enigmatic because the clonal colonies of M. smithii also depend on clonal fungi for food. Degenerate female mating anatomy, extensive field and laboratory surveys, and DNA fingerprinting implicate complete asexuality in this widespread ant species. Maternally inherited bacteria (e.g. Wolbachia, Cardinium) and the fungal cultivars can be ruled out as agents inducing asexuality. M. smithii societies of clonal females provide a unique system to test theories of parent-offspring conflict and reproductive policing in social insects. Asexuality of both ant farmer and fungal crop challenges traditional views proposing that sexual farmer ants outpace coevolving sexual crop pathogens, and thus compensate for vulnerabilities of their asexual crops. Either the double asexuality of both farmer and crop may permit the host to fully exploit advantages of asexuality for unknown reasons or frequent switching between crops (symbiont reassociation) generates novel ant-fungus combinations, which may compensate for any evolutionary handicaps of asexuality in M. smithii.

  19. Various chemical strategies to deceive ants in three Arhopala species (lepidoptera: Lycaenidae exploiting Macaranga myrmecophytes.

    Directory of Open Access Journals (Sweden)

    Yoko Inui

    Full Text Available Macaranga myrmecophytes (ant-plants are generally well protected from herbivore attacks by their symbiotic ants (plant-ants. However, larvae of Arhopala (Lepidoptera: Lycaenidae species survive and develop on specific Macaranga ant-plant species without being attacked by the plant-ants of their host species. We hypothesized that Arhopala larvae chemically mimic or camouflage themselves with the ants on their host plant so that the larvae are accepted by the plant-ant species of their host. Chemical analyses of cuticular hydrocarbons showed that chemical congruency varied among Arhopala species; A. dajagaka matched well the host plant-ants, A. amphimuta did not match, and unexpectedly, A. zylda lacked hydrocarbons. Behaviorally, the larvae and dummies coated with cuticular chemicals of A. dajagaka were well attended by the plant-ants, especially by those of the host. A. amphimuta was often attacked by all plant-ants except for the host plant-ants toward the larvae, and those of A. zylda were ignored by all plant-ants. Our results suggested that conspicuous variations exist in the chemical strategies used by the myrmecophilous butterflies that allow them to avoid ant attack and be accepted by the plant-ant colonies.

  20. The dynamics of foraging trails in the tropical arboreal ant Cephalotes goniodontus.

    Directory of Open Access Journals (Sweden)

    Deborah M Gordon

    Full Text Available The foraging behavior of the arboreal turtle ant, Cephalotes goniodontus, was studied in the tropical dry forest of western Mexico. The ants collected mostly plant-derived food, including nectar and fluids collected from the edges of wounds on leaves, as well as caterpillar frass and lichen. Foraging trails are on small pieces of ephemeral vegetation, and persist in exactly the same place for 4-8 days, indicating that food sources may be used until they are depleted. The species is polydomous, occupying many nests which are abandoned cavities or ends of broken branches in dead wood. Foraging trails extend from trees with nests to trees with food sources. Observations of marked individuals show that each trail is travelled by a distinct group of foragers. This makes the entire foraging circuit more resilient if a path becomes impassable, since foraging in one trail can continue while a different group of ants forms a new trail. The colony's trails move around the forest from month to month; from one year to the next, only one colony out of five was found in the same location. There is continual searching in the vicinity of trails: ants recruited to bait within 3 bifurcations of a main foraging trail within 4 hours. When bait was offered on one trail, to which ants recruited, foraging activity increased on a different trail, with no bait, connected to the same nest. This suggests that the allocation of foragers to different trails is regulated by interactions at the nest.

  1. The dynamics of foraging trails in the tropical arboreal ant Cephalotes goniodontus.

    Science.gov (United States)

    Gordon, Deborah M

    2012-01-01

    The foraging behavior of the arboreal turtle ant, Cephalotes goniodontus, was studied in the tropical dry forest of western Mexico. The ants collected mostly plant-derived food, including nectar and fluids collected from the edges of wounds on leaves, as well as caterpillar frass and lichen. Foraging trails are on small pieces of ephemeral vegetation, and persist in exactly the same place for 4-8 days, indicating that food sources may be used until they are depleted. The species is polydomous, occupying many nests which are abandoned cavities or ends of broken branches in dead wood. Foraging trails extend from trees with nests to trees with food sources. Observations of marked individuals show that each trail is travelled by a distinct group of foragers. This makes the entire foraging circuit more resilient if a path becomes impassable, since foraging in one trail can continue while a different group of ants forms a new trail. The colony's trails move around the forest from month to month; from one year to the next, only one colony out of five was found in the same location. There is continual searching in the vicinity of trails: ants recruited to bait within 3 bifurcations of a main foraging trail within 4 hours. When bait was offered on one trail, to which ants recruited, foraging activity increased on a different trail, with no bait, connected to the same nest. This suggests that the allocation of foragers to different trails is regulated by interactions at the nest.

  2. An Improved Artificial Bee Colony-Based Approach for Zoning Protected Ecological Areas.

    Directory of Open Access Journals (Sweden)

    Jing Shao

    Full Text Available China is facing ecological and environmental challenges as its urban growth rate continues to rise, and zoning protected ecological areas is recognized as an effective response measure. Zoning inherently involves both site attributes and aggregation attributes, and the combination of mathematical models and heuristic algorithms have proven advantageous. In this article, an improved artificial bee colony (IABC-based approach is proposed for zoning protected ecological areas at a regional scale. Three main improvements were made: the first is the use of multiple strategies to generate the initial bee population of a specific quality and diversity, the second is an exploitation search procedure to generate neighbor solutions combining "replace" and "alter" operations, and the third is a "swap" strategy to enable a local search for the iterative optimal solution. The IABC algorithm was verified using simulated data. Then it was applied to define an optimum scheme of protected ecological areas of Sanya (in the Hainan province of China, and a reasonable solution was obtained. Finally, a comparison experiment with other methods (agent-based land allocation model, ant colony optimization, and density slicing was conducted and demonstrated that the IABC algorithm was more effective and efficient than the other methods. Through this study, we aimed to provide a scientifically sound, practical approach for zoning procedures.

  3. Controlling‏ ‏the Balance of Exploration and ‎Exploitation in ACO Algorithm ‎

    Directory of Open Access Journals (Sweden)

    Ayad ‎ Mohammed Jabbar

    2018-02-01

    Full Text Available Ant colony optimization is a meta-heuristic algorithm inspired by the foraging behavior of real ant colony. The algorithm is a population-based solution employed in different optimization problems such as classification, image processing, clustering, and so on. This paper sheds the light on the side of improving the results of traveling salesman problem produced by the algorithm. The key success that produces the valuable results is due to the two important components of exploration and exploitation. Balancing both components is the foundation of controlling search within the ACO. This paper proposes to modify the main probabilistic method to overcome the drawbacks of the exploration problem and produces global optimal results in high dimensional space. Experiments on six variant of ant colony optimization indicate that the proposed work produces high-quality results in terms of shortest route

  4. Feeding and stocking up: radio-labelled food reveals exchange patterns in ants.

    OpenAIRE

    Aurélie Buffin; Damien Denis; Gaetan Van Simaeys; Serge Goldman; Jean-Louis Deneubourg

    2009-01-01

    Food sharing is vital for a large number of species, either solitary or social, and is of particular importance within highly integrated societies, such as in colonial organisms and in social insects. Nevertheless, the mechanisms that govern the distribution of food inside a complex organizational system remain unknown. Using scintigraphy, a method developed for medical imaging, we were able to describe the dynamics of food-flow inside an ant colony. We monitored the sharing process of a radi...

  5. Immune defense in leaf-cutting ants

    DEFF Research Database (Denmark)

    Armitage, Sophie A O; Broch, Jens F; Marín, Hermogenes Fernández

    2011-01-01

    To ameliorate the impact of disease, social insects combine individual innate immune defenses with collective social defenses. This implies that there are different levels of selection acting on investment in immunity, each with their own trade-offs. We present the results of a cross......-fostering experiment designed to address the influences of genotype and social rearing environment upon individual and social immune defenses. We used a multiply mating leaf-cutting ant, enabling us to test for patriline effects within a colony, as well as cross-colony matriline effects. The worker's father influenced...... both individual innate immunity (constitutive antibacterial activity) and the size of the metapleural gland, which secretes antimicrobial compounds and functions in individual and social defense, indicating multiple mating could have important consequences for both defense types. However, the primarily...

  6. Native supercolonies of unrelated individuals in the invasive Argentine ant

    DEFF Research Database (Denmark)

    Pedersen, Jes Søe; Krieger, Michael J. B.; Vogel, Valérie

    2006-01-01

    organization is not only a key attribute responsible for the ecological dominance of these ants, but also an evolutionary paradox because relatedness between nestmates is effectively zero. Recently, it has been proposed that, in the Argentine ant, unicoloniality is a derived trait that evolved after its......Kinship among group members has long been recognized as a main factor promoting the evolution of sociality and reproductive altruism, yet some ants have an extraordinary social organization, called unicoloniality, whereby individuals mix freely among physically separated nests. This type of social...... with related individuals who are aggressive toward members of other colonies, we found that native populations also form supercolonies, and are effectively unicolonial. Moreover, just as in introduced populations, the relatedness between nestmates is not distinguishable from zero in these native range...

  7. Coordinated Optimal Operation Method of the Regional Energy Internet

    Directory of Open Access Journals (Sweden)

    Rishang Long

    2017-05-01

    Full Text Available The development of the energy internet has become one of the key ways to solve the energy crisis. This paper studies the system architecture, energy flow characteristics and coordinated optimization method of the regional energy internet. Considering the heat-to-electric ratio of a combined cooling, heating and power unit, energy storage life and real-time electricity price, a double-layer optimal scheduling model is proposed, which includes economic and environmental benefit in the upper layer and energy efficiency in the lower layer. A particle swarm optimizer–individual variation ant colony optimization algorithm is used to solve the computational efficiency and accuracy. Through the calculation and simulation of the simulated system, the energy savings, level of environmental protection and economic optimal dispatching scheme are realized.

  8. The effect of water on the ground nesting habits of the giant tropical ant, Paraponera clavata.

    Science.gov (United States)

    Elahi, Robin

    2005-11-18

    The large predatory ant, Paraponera clavata, exerts measurable top-down effects in wet and moist Neotropical forests, and therefore its distribution has potential ecological implications. To determine how water affects the presence of this important predator, the ground nesting ecology of P. clavata was examined with respect to various habitat characteristics. Four hectares of disturbed Costa Rican lowland rain forest were surveyed for ant colonies to determine nest distribution patterns in wet and dry habitat; significantly more colonies were found in dry habitat. Seventeen of 19 nests built on slopes of > 5 degrees inclination were positioned on the downward side of the tree, possibly using the trunk as a shield against runoff during rain showers. Moisture and pH inside nests were significantly different from adjacent soil. These results suggest that water influences the ground nesting habits of P. clavata, thus ecological differences between comparatively wet and dry portions of tropical forests may arise from the relative abundance of this ant species.

  9. A hybrid artificial bee colony algorithm for numerical function optimization

    Science.gov (United States)

    Alqattan, Zakaria N.; Abdullah, Rosni

    2015-02-01

    Artificial Bee Colony (ABC) algorithm is one of the swarm intelligence algorithms; it has been introduced by Karaboga in 2005. It is a meta-heuristic optimization search algorithm inspired from the intelligent foraging behavior of the honey bees in nature. Its unique search process made it as one of the most competitive algorithm with some other search algorithms in the area of optimization, such as Genetic algorithm (GA) and Particle Swarm Optimization (PSO). However, the ABC performance of the local search process and the bee movement or the solution improvement equation still has some weaknesses. The ABC is good in avoiding trapping at the local optimum but it spends its time searching around unpromising random selected solutions. Inspired by the PSO, we propose a Hybrid Particle-movement ABC algorithm called HPABC, which adapts the particle movement process to improve the exploration of the original ABC algorithm. Numerical benchmark functions were used in order to experimentally test the HPABC algorithm. The results illustrate that the HPABC algorithm can outperform the ABC algorithm in most of the experiments (75% better in accuracy and over 3 times faster).

  10. Reliable Rescue Routing Optimization for Urban Emergency Logistics under Travel Time Uncertainty

    Directory of Open Access Journals (Sweden)

    Qiuping Li

    2018-02-01

    Full Text Available The reliability of rescue routes is critical for urban emergency logistics during disasters. However, studies on reliable rescue routing under stochastic networks are still rare. This paper proposes a multiobjective rescue routing model for urban emergency logistics under travel time reliability. A hybrid metaheuristic integrating ant colony optimization (ACO and tabu search (TS was designed to solve the model. An experiment optimizing rescue routing plans under a real urban storm event, was carried out to validate the proposed model. The experimental results showed how our approach can improve rescue efficiency with high travel time reliability.

  11. A new improved artificial bee colony algorithm for ship hull form optimization

    Science.gov (United States)

    Huang, Fuxin; Wang, Lijue; Yang, Chi

    2016-04-01

    The artificial bee colony (ABC) algorithm is a relatively new swarm intelligence-based optimization algorithm. Its simplicity of implementation, relatively few parameter settings and promising optimization capability make it widely used in different fields. However, it has problems of slow convergence due to its solution search equation. Here, a new solution search equation based on a combination of the elite solution pool and the block perturbation scheme is proposed to improve the performance of the algorithm. In addition, two different solution search equations are used by employed bees and onlooker bees to balance the exploration and exploitation of the algorithm. The developed algorithm is validated by a set of well-known numerical benchmark functions. It is then applied to optimize two ship hull forms with minimum resistance. The tested results show that the proposed new improved ABC algorithm can outperform the ABC algorithm in most of the tested problems.

  12. Ants recognize foes and not friends

    Science.gov (United States)

    Guerrieri, Fernando J.; Nehring, Volker; Jørgensen, Charlotte G.; Nielsen, John; Galizia, C. Giovanni; d'Ettorre, Patrizia

    2009-01-01

    Discriminating among individuals and rejecting non-group members is essential for the evolution and stability of animal societies. Ants are good models for studying recognition mechanisms, because they are typically very efficient in discriminating ‘friends’ (nest-mates) from ‘foes’ (non-nest-mates). Recognition in ants involves multicomponent cues encoded in cuticular hydrocarbon profiles. Here, we tested whether workers of the carpenter ant Camponotus herculeanus use the presence and/or absence of cuticular hydrocarbons to discriminate between nest-mates and non-nest-mates. We supplemented the cuticular profile with synthetic hydrocarbons mixed to liquid food and then assessed behavioural responses using two different bioassays. Our results show that (i) the presence, but not the absence, of an additional hydrocarbon elicited aggression and that (ii) among the three classes of hydrocarbons tested (unbranched, mono-methylated and dimethylated alkanes; for mono-methylated alkanes, we present a new synthetic pathway), only the dimethylated alkane was effective in eliciting aggression. Our results suggest that carpenter ants use a fundamentally different mechanism for nest-mate recognition than previously thought. They do not specifically recognize nest-mates, but rather recognize and reject non-nest-mates bearing odour cues that are novel to their own colony cuticular hydrocarbon profile. This begs for a reappraisal of the mechanisms underlying recognition systems in social insects. PMID:19364750

  13. Reduced entomopathogen abundance in Myrmica ant nests-testing a possible immunological benefit of myrmecophily using Galleria mellonella as a model

    DEFF Research Database (Denmark)

    Schär, Sämi; Larsen, Louise L.M.; Meyling, Nicolai Vitt

    2015-01-01

    Social insects such as ants have evolved collective rather than individual immune defence strategies against diseases and parasites at the level of their societies (colonies), known as social immunity. Ants frequently host other arthropods, so-called myrmecophiles, in their nests. Here, we tested...... that immunological benefits of entering ant nests may provide us a new explanation of why natural selection acts in favour of such a life-history strategy....

  14. Identifying the transition between single and multiple mating of queens in fungus-growing ants

    DEFF Research Database (Denmark)

    Villesen, Palle; Murakami, Takahiro; Schultz, Ted R

    2002-01-01

    Obligate mating of females (queens) with multiple males has evolved only rarely in social Hymenoptera (ants, social bees, social wasps) and for reasons that are fundamentally different from those underlying multiple mating in other animals. The monophyletic tribe of ('attine') fungus-growing ants...... is known to include evolutionarily derived genera with obligate multiple mating (the Acromyrmex and Atta leafcutter ants) as well as phylogenetically basal genera with exclusively single mating (e.g. Apterostigma, Cyphomyrmex, Myrmicocrypta). All attine genera share the unique characteristic of obligate...... dependence on symbiotic fungus gardens for food, but the sophistication of this symbiosis differs considerably across genera. The lower attine genera generally have small, short-lived colonies and relatively non-specialized fungal symbionts (capable of living independently of their ant hosts), whereas...

  15. Cuticular chemistry of males and females in the ant Formica fusca

    DEFF Research Database (Denmark)

    Chernenko, Anton; Holman, Luke; Helanterä, Heikki

    2012-01-01

    in mediating recognition of society members and, thereby, allowing kin selection to operate. Here, we examined whether cuticular hydrocarbon profiles are sex-specific and whether males and young queens of the ant Formica fusca have colony-specific profiles. We also investigated whether there is a relationship...... between genetic relatedness and chemical diversity within colonies. We demonstrated that female and male sexuals do not have unique sex-specific compounds, but that there are quantitative chemical differences between the sexes. Out of the 51 cuticular hydrocarbon compounds identified, 10 showed...

  16. Search and optimization by metaheuristics techniques and algorithms inspired by nature

    CERN Document Server

    Du, Ke-Lin

    2016-01-01

    This textbook provides a comprehensive introduction to nature-inspired metaheuristic methods for search and optimization, including the latest trends in evolutionary algorithms and other forms of natural computing. Over 100 different types of these methods are discussed in detail. The authors emphasize non-standard optimization problems and utilize a natural approach to the topic, moving from basic notions to more complex ones. An introductory chapter covers the necessary biological and mathematical backgrounds for understanding the main material. Subsequent chapters then explore almost all of the major metaheuristics for search and optimization created based on natural phenomena, including simulated annealing, recurrent neural networks, genetic algorithms and genetic programming, differential evolution, memetic algorithms, particle swarm optimization, artificial immune systems, ant colony optimization, tabu search and scatter search, bee and bacteria foraging algorithms, harmony search, biomolecular computin...

  17. Short-term hydro-thermal-wind complementary scheduling considering uncertainty of wind power using an enhanced multi-objective bee colony optimization algorithm

    International Nuclear Information System (INIS)

    Zhou, Jianzhong; Lu, Peng; Li, Yuanzheng; Wang, Chao; Yuan, Liu; Mo, Li

    2016-01-01

    Highlights: • HTWCS system is established while considering uncertainty of wind power. • An enhanced multi-objective bee colony optimization algorithm is proposed. • Some heuristic repairing strategies are designed to handle various constraints. • HTWCS problem with economic/environment objectives is solved by EMOBCO. - Abstract: This paper presents a short-term economic/environmental hydro-thermal-wind complementary scheduling (HTWCS) system considering uncertainty of wind power, as well as various complicated non-linear constraints. HTWCS system is formulated as a multi-objective optimization problem to optimize conflictive objectives, i.e., economic and environmental criteria. Then an enhanced multi-objective bee colony optimization algorithm (EMOBCO) is proposed to solve this problem, which adopts Elite archive set, adaptive mutation/selection mechanism and local searching strategy to improve global searching ability of standard bee colony optimization (BCO). Especially, a novel constraints-repairing strategy with compressing decision space and a violation-adjustment method are used to handle various hydraulic and electric constraints. Finally, a daily scheduling simulation case of hydro-thermal-wind system is conducted to verify feasibility and effectiveness of the proposed EMOBCO in solving HTWCS problem. The simulation results indicate that the proposed EMOBCO can provide lower economic cost and smaller pollutant emission than other method established recently while considering various complex constraints in HTWCS problem.

  18. Temporal polyethism, life expectancy, and entropy of workers of the ant Ectatomma vizottoi Almeida, 1987 (Formicidae: Ectatomminae).

    Science.gov (United States)

    Santana Vieira, Alexsandro; Desidério Fernandes, Wedson; Fernando Antonialli-Junior, William

    2010-05-01

    We investigated the changes in the behavioral repertoire over the course of life and determined the life expectancy and entropy of workers of the ant Ectatomma vizottoi. Newly emerged ants were individually marked with model airplane paint for observation of behaviors and determination of the age and life expectancy. Ants were divided into two groups: young and old workers. The 36 behaviors observed were divided into eight categories. Workers exhibit a clear division of tasks throughout their lives, with young workers performing more tasks inside the colony and old workers, outside, unlike species that have small colonies. This species also exhibits an intermediate life expectancy compared to workers of other species that are also intermediary in size. This supports the hypothesis of a relationship between size and maximum life expectancy, but it also suggests that other factors may also be acting in concert. Entropy value shows a high mortality rate during the first life intervals.

  19. Reproduction and dispersal in an ant-associated root aphid community

    DEFF Research Database (Denmark)

    Ivens, A.B.F.; Kronauer, Daniel Jan Christoph; Pen, I.

    2012-01-01

    viscosity is high and winged aphids rare, consistent with infrequent horizontal transmission between ant host colonies. The absence of the primary host shrub (Pistacia) may explain the absence of sex in three of the studied species, but elm trees (Ulmus) that are primary hosts of the fourth species (T...... above ground, whereas dispersal constraints and dependence on ant-tending may differentially affect the costs and benefits of sex in subterranean aphids. Here, we studied reproductive mode and dispersal in a community of root aphids that are obligately associated with the ant Lasius flavus. We assessed...... the genetic population structure of four species (Geoica utricularia, Tetraneura ulmi, Forda marginata and Forda formicaria) in a Dutch population and found that all species reproduce predominantly if not exclusively asexually, so that populations consist of multiple clonal lineages. We show that population...

  20. APPLYING TEACHING-LEARNING TO ARTIFICIAL BEE COLONY FOR PARAMETER OPTIMIZATION OF SOFTWARE EFFORT ESTIMATION MODEL

    Directory of Open Access Journals (Sweden)

    THANH TUNG KHUAT

    2017-05-01

    Full Text Available Artificial Bee Colony inspired by the foraging behaviour of honey bees is a novel meta-heuristic optimization algorithm in the community of swarm intelligence algorithms. Nevertheless, it is still insufficient in the speed of convergence and the quality of solutions. This paper proposes an approach in order to tackle these downsides by combining the positive aspects of TeachingLearning based optimization and Artificial Bee Colony. The performance of the proposed method is assessed on the software effort estimation problem, which is the complex and important issue in the project management. Software developers often carry out the software estimation in the early stages of the software development life cycle to derive the required cost and schedule for a project. There are a large number of methods for effort estimation in which COCOMO II is one of the most widely used models. However, this model has some restricts because its parameters have not been optimized yet. In this work, therefore, we will present the approach to overcome this limitation of COCOMO II model. The experiments have been conducted on NASA software project dataset and the obtained results indicated that the improvement of parameters provided better estimation capabilities compared to the original COCOMO II model.