A Comparison and Analysis of various extended Techniques of Query Optimization
|
|
|
- Jasper McDowell
- 10 years ago
- Views:
Transcription
1 A Comparison and Analysis of various extended Techniques of Query Optimization Abstract 1 Atul Garg, 2 Dimple Juneja 1 M. M. Institute of Computer Technology & Business Management (MCA) Maharishi Markandeshwar University, Mullana-Ambala, Haryana, , India 2 Technology Education and Research Integrated Institutions Kurukshetra University, Kurukshetra, Haryana, India This paper presents the detailed comparison of various evolutionary algorithms developed for query optimization on web servers. It is very much a known fact now that information on the web has been growing exponentially and the need of efficient extraction of information was felt long back. Therefore, researchers have been putting their time and efforts for developing various algorithms that suit to the need of changing times. Development of these evolutionary algorithms has been motivated from biological and social behaviour of animals, birds and human beings. The work aims to compare the existing works with the intention to find to scope of improvement amongst these, if any. Keywords: Query Optimization, Genetic Algorithms, Memetic Algorithm, Particle Swarm Optimization, Ant Colony Optimization, Shuffled Frog Leap Algorithm. 1. Introduction: The Web is continuously attracting waves of new users and service providers. It is now the de facto medium for exchanging information and services. This globalization has also spurred the development of tools and aids to navigate and share information in corporate intranets that were previously accessible online only in a restrictive way and at prohibitive costs. The information age revolution has highlighted the role of the database management system (DBMS) as a key enabling technology. DBMSs are currently the technology of choice for modelling, storing, managing, and efficiently querying large amounts of information. They also provide functions for protecting data integrity, facilitating reliable and flexible data access and manipulation, synchronizing concurrent accesses from applications, and securing data[7]. Accordingly, in order to make use of this vast amount of data, efficient techniques to retrieve web document information based on its content were needed to be developed. As a result, the role of information retrieval (IR) systems became more important. One of the most important and difficult operations in information retrieval was to generate queries that can succinctly identify relevant documents and reject irrelevant documents [6]. Further, one of the major aspects that have caught the attention of the emerging researchers was the way in which the users interact with the structure and content of web. Forth at purpose, multiple analyses and models were generated to understand web user behaviour in order to display relevant content and maximize traffic [8]. In continuation, the researchers have proposed evolutionary-based algorithms for searching near-optimum solutions to mathematical problems. Evolutionary algorithms (EAs) [19] are stochastic search methods that mimic the metaphor of natural biological evolution and/or the social behaviour of species. For examples, how ants find the shortest route to their destination (food) and how birds find their destination during migration. Many computational systems such as genetic algorithms (GAs), memetic algorithms (MAs), particle swarm optimization (PSO), ant colony systems (ACO) and shuffled Vol. 3 No. 3 (July 2012) IJoAT 184
2 frog leaping (SFL) seeking fast and robust solutions to complex optimization problems have been developed so far. In this paper, a comparative analysis of above mentioned algorithms is being presented with the intention to explore future scope of research and improvement. The parameters and performance comparison among these algorithms is presented in tabular form. The remainder of the paper is organized as follows: Section 2 introduces the related work. Section 3 presents the analyses in detail and compare these algorithms. The paper ends with conclusion and references. 2. Related Work With the exponential expansion of the data on web servers every day, it was observed that the type of data is also varying from static to dynamic data. The data formats are now being changed to make web more secure. Thus, the need for tools to maximize the portability, reusability and interoperability of arbitrary computing services was felt leading to the many evolutionary works. Hawash et. al [1] proposed two disk based versions of trace equivalence and bi-similarity algorithms for summarizing data graphs. Authors adapted the algorithms to the RDF data model. They used memory-based version of the algorithm to summarize directed labelled graphs but proved to be inefficient if applied to large data graphs because of memory limitations. Their work introduced a scalable disk-based version of the algorithm to reduce large graphs. The analysis of conducted experiments on both algorithms using relatively large RDF datasets proved that the two algorithms are scalable and totally memory independent. Srivastava et. al [2] have proposed the overall goal of a general-purpose web service management system (WSMS), enabling clients to query a collection of web services in a transparent and integrated fashion. The focus was on new query optimization issues that arose in a WSMS. Their execution model consists of pipelined query processing over web services, and they derive the bottleneck cost metric to characterize the cost of a pipelined plan. For this cost metric, they have devised new algorithms not only to decide the optimal arrangements of web services in a pipelined plan, respecting precedence constraints but also to decide the optimal chunk size to use when sending data to each web service. But the algorithms in this paper formed the basis of a WSMS query optimizer. Beran et. al [3] presented a multi-layered blackboard approach for database query optimization in heterogeneous environments that eases the way of handling not only query related optimization problems but also covers data and resource-specific aspects as well, by assigning costs and rating decisions made in the query optimization process. According to them, distributed queries heavily depend upon the quality of the constructed optimal query execution plan. Their evaluation model could prove even small modifications in the structure of a QEP leading to benefits in the query optimization. Tang et. al [4] proposed a constraint-based optimization framework. Specifically, the expertise matching problem was transformed to a convex cost flow problem and the objective was then to find a feasible flow with minimum cost under certain constraints. According to the authors, the framework could achieve an optimal solution. They conducted experiments on two different genres of tasks namely, conference paper-reviewer assignment and course-teacher assignment. Experimental results validated the effectiveness and efficiency of their proposed approach. Vol. 3 No. 3 (July 2012) IJoAT 185
3 According to Sharma et. al [5] one major problem of irrelevant data on Internet is lack of user knowledge in framing. They proposed a query log analysis to implement effective web search. The result optimization method was based on user s feedback, which determined the relevance between web pages and user query words. The returned pages with improved page ranks were directly mapped to the user feedbacks and dictated higher relevance than pages that exist in the result list but are never accessed by the user. The results obtained from practical evaluation are quite promising in respect to reduced search space and improved effectiveness of interactive web search engines. Wang and Sun [6] proposed an efficient document query algorithm based on LDA and memetic algorithm (MA). The authors investigated the capability of the memetic algorithm (MA) boosted by LDA-based dimensionality reduction method for Web document query optimization in the context of information retrieval. A series of experiments were conducted to compare the MA-based algorithm with other document query optimization algorithm based on relevant feedback (RF) approach and genetic algorithm (GA). According to their comparison experiments MA is more effective than GA and RF because the LDA-based dimensionality reduction method reduces the cost of the post-processing involved in document retrieval, and improves retrieval speed and efficiency. An engraved look at the above literature highlights the fact that researchers have been putting efforts towards developing algorithms for web query optimization. The existing algorithms have one or the other advantage over each other. Next section discusses the working, pros and cons of five important algorithms mentioned above. 3. Analysis and Comparison Information retrieval (IR) is a used for storage, maintenance and search large amounts of data available on various servers using Internet. Now a day, the data on web could be textual, visual, audio or multimedia documents etc. The amount of documents contained in data collections managed by IRS (Information Retrieval System) is usually very large and the task of easy, efficient and accurate information search is specially challenging. The researchers have proposed various other techniques and algorithms for searching near-optimum solutions inspired by different natural processes such as genetic algorithms (GAs), memetic algorithms (MAs), particle swarm optimization (PSO), ant colony systems (ACO) and shuffled frog leaping (SFL), just to name a few. 3.1 Genetic Algorithm GAs is inspired by biological system s improved fitness through evolution [11]. Genetic algorithms are based on selection, crossover and mutation. It evolves a population of chromosomes representing potential problem solutions encoded into suitable data structures [14]. It has the potential for solving intractable optimization problems [12] and work with random population of solutions (chromosomes). Genes holds a set of values for the optimization variables [11, 12, 13, 14, 16]. To simulate the natural survival of the fittest process, best chromosomes exchange information (through crossover or mutation) to produce offspring chromosomes. The offspring solutions are then evaluated and used to evolve the population if they provide better solutions than weak population members as shown in figure 1. Usually, the process is continued for a large number of generations to obtain a best-fit (near optimum) solution. GAs is no doubt a very promising technique for solving optimization problems with a trade-off between speed and perfection. But, it can t be implemented on all Vol. 3 No. 3 (July 2012) IJoAT 186
4 problems such as electric circuit problem, travelling salesman problem, multiple object problems etc. Working of Genetic Algorithm Start Specify Parameter Set Initial Population Calculate Fitness Gen=1 Evaluate fitness Gen=Gen+1 Gen > Population Stop Apply Selection, Crossover & Mutation figure 1: Working of Genetic Algorithms 3.2 Memetic Algorithms MAs are inspired by the notion of evolution and inspired by Richard Dawkin s notion of a meme [20, 21]. MAs are similar to GAs but the elements that form a chromosome are called memes, not genes. Meme was defined as a noun that communicates the idea of a unit of cultural transmission. MAs are different from GAs as they incorporate local search process to refine the solutions before they get involved in the evolutionary process. Memes are analogous to genes as they are self replicating, but they differ from genes as they are transmitted through imitation rather than being inherited.the unique aspect of the MAs algorithm is that all chromosomes and offsprings are allowed to gain some experience, through a local search [figure 2], before being involved in the evolutionary process [6, 13]. A quotation of Dawkins [20] about MAs is: Examples of memes are tunes, ideas, catch-phrases, clothes fashions, ways of making pots or of building arches. Just as genes propagate themselves in the gene pool by leaping from body to body via sperms or eggs, so memes propagate themselves in the meme pool by leaping from brain to brain via a process which, in the broad sense, can be called imitation." Vol. 3 No. 3 (July 2012) IJoAT 187
5 Working of Memetic Algorithm Start Specify Parameter Set Initial Population Gen=1 Calculate Fitness Search Locally Evaluate Fitness Gen=Gen+1 Gen > Population Stop Apply Selection, Crossover & Mutation figure 2: Working of Memetic Algorithms 3.3 Particle Swarm Optimization PSO was developed by Kennedy and Eberhart [15]. PSO is based on the behaviour of a flock of migrating birds trying to reach an unknown destination. In PSO, each solution is a bird in the flock and is referred to as a particle. A particle is analogous to a chromosome (population member) in GAs. Physically, birds looks in a specific direction (towards their destination) and during their communication, they identify the bird that is in the best location. Accordingly, each bird speeds towards the best bird using a velocity that depends on its current position. PSO algorithm had basic three steps, namely, generating particles positions and velocities, velocity update, and finally, position update. Each bird investigates the search space from its new local position, and the process repeats until the flock reaches a desired destination [13, 16, 17] as shown in figure 3. Vol. 3 No. 3 (July 2012) IJoAT 188
6 Working of Particle Swarm Algorithm Start Specify Parameter Set Initial Population Gen=1 Evaluate & Calculate Fitness Search Locally Gen=Gen+1 Gen > Population Stop Update the Particle Position & Velocity figure 3: Working of Particle Swarm Algorithms 3.4 Ant-Colony Optimization (ACO) Ant Colony System (ACS) is an agent-based system, which is based on the biological ants and their social behaviour see Figure 4A. The Ants can choose any path to reach its destination. Initially it could be nearest or it could be longest. ACS was proposed by Dorigo et al. in 1997 for combinatorial optimization problems. This new approach is called Ant Colony Optimization (ACO). The working of ACO is being given in figure 4. Home figure 4A Destinatio n Vol. 3 No. 3 (July 2012) IJoAT 189
7 The Ants are best for travel sales man problem. And these inherit parallelism and works in a team. The ACO is best for dynamic application. The idea behind ACO is to produce a model to search for a minimum cost path. The behaviour of artificial ants is inspired from real ants. Each ant builds a path from its source node to its destination. Ants are able to find the shortest path for its source of food. These deposit pheromone trails in their travelling, as a communication with others. After carrying the food and start returning back, following their pheromone trails, and still depositing more pheromone. While an ant builds a path, it gets quantitative information about the path cost and qualitative information about the amount of traffic in the network. Then, another ant travelling through the same path will carry this information [13, 18]. The popular application of ACO is dynamic shortest path problems arising in telecommunication networks problems. Working Algorithm of Ant Colony Optimization Start Specify Parameter Set Current Location Find destination point to move Destination Save Path Best Path so far No Pheromone Evaporation Update Pheromones in path Stop Max. Iteration? Figure 4: Working of Ant Colony Optimization 3.5 Shuffled Frog Leaping Algorithm (SFL) The SFL algorithm selects the benefits of the MAs and the social behaviour-based PSO algorithms. Individual frogs are not so important; rather they are seen as hosts for memes and described as a memetic vector. Each meme consists of a number of memotypes. The memotypes represent an idea in a manner similar to a gene representing a trait in a Vol. 3 No. 3 (July 2012) IJoAT 190
8 chromosome in a genetic algorithm [10]. The different memetic vector is considered as different cultures of frogs, each performing a local search as shown in figure 5. Within each memeplex, the individual frogs hold ideas, that can be influenced by the ideas of other frogs, and evolve through a process of memetic evolution. After a defined number of memetic evolution steps, ideas are passed among memetic vector in a shuffling process [11, 13]. The local search and the shuffling processes continue until defined convergence criteria are satisfied [10]. Working of Shuffled Frog Leaping Algorithm Start Specify Parameter Set Initial Population Evaluate & Calculate Fitness Sort Population in descending order Partitioning Population Memetic Vectors Search Locally Shuffle Memetic Vectors Criteria Satisfied Stop Figure 5: Shuffled Frog Leaping Algorithm As per above discussion, literature [6,9,10,11,12,13,14,16] depicts that each evolutionary algorithm has some common and some novel parameters These parameters affect the processing time, quality and overall performance. Behaviour of GA and MA is based on genetic system, where PSO and ACO based on social behaviour than SFL is on both biological genetic and social behaviour. We analyzed that each algorithm is based on one or the other competitors e.g., MA is based on GA, PSO is based on MA and GA, ACO is on PSO and SFL is on MA and PSO. The performance of one is increased when the features of another algorithm are incorporated since the parameters and behaviour of each algorithm is different. These approaches provide good solutions regardless of the number of web objects to be arranged. A comparison table 1 highlighting the performance of each of the algorithms is shown below. Vol. 3 No. 3 (July 2012) IJoAT 191
9 Sr. No. Algorithm Table 1: Comparative Analyses of Various Evolutionary Algorithms GA MA PSO ACO SFL Manner 1. Behaviour Biological genetic system s Biological genetic system s Social behaviour Social behaviour Biological genetic & Social Behaviour 2. Parameters 1.Population size 1. Population size 1. Population size 1.Number of ants 1. Number of frogs 2 No of generations 3.Crossover rate 4. Mutation rate. 2.No of generations 3. Crossover rate 4. Mutation rate. With Local Search Mechanism 2.Number of generation Cycles 3. The max. change of a particle velocity 4. Current Position 2.Number of iterations 3.Pheromone evaporation rate 4.Pheromone reward factor. 2. Number of Memetic Vector 3 Replication Restricted Less Restricted than GA Not Restricted Not Restricted Not Restricted 4 Transmission Parent to offspring Any two individuals Anyone in the group Locality Population based Search Population based with Local Search Local Search with position and velocity Last Pheromone 3. Number of generation for Each Memetic vector before shuffling 4.Number of shuffling iterations 5. Maximum step size. Local Search 6 Flexibility Not Flexible Flexible More Flexible than GA & MA Flexible More flexible than MA and PSO 7 Method 1. selection, 2. crossover 3. mutation 1.selection, 2.crossover 3.mutation With Local search 1.Positions & velocities 2.velocity update 3.position update Pheromone trails Idea based shuffling process Vol. 3 No. 3 (July 2012) IJoAT 192
10 As can be seen that although genetic and memetic algorithms are subjected to the same basic principles i.e. selection, crossover and mutation. Memetic algorithm is a much more flexible than genetic. Basic goals of genes and memes are different because they use different mechanisms to distribute information from one member of the population to another member. Genes can only be transmitted from parents to offspring whereas memes can be transmitted between any two individuals. Unlike genetic, if an improved idea is found in MA, PSO and SFL it can be adopted immediately than waiting for a full generation of genes. PSO does not incorporate survival of the best value, which features the removal of some candidate population members, individuals with lower fitness are removed with higher probability. PSO is based on the intelligence. Like GA & MA, PSO don t have overlapping and mutation. The search can be carried out by the speed of the particle. The calculation in PSO is very simple than GA, MA and SFL. As Compare with GA, MA and SFL, it occupies the bigger optimization ability. PSO algorithm is totally based on coordination. ACO is efficient for Travelling Salesman Problem & can be used better in dynamic applications than GA and MA. Theoretical analysis is difficult in ACO. In ACO research is experimental rather than theoretical. 4. Conclusions In this paper, evolutionary-based search methods were presented. These include: GA, MA, PSO, ACO, and SFL. A brief description of each method is presented along with flowcharts to explain their flow and comparison table was presented in Table 1. For each algorithm initial setting of the parameters was established using values. As per analyzed from the literature PSO method was generally found to perform better than other algorithms in terms of success rate and solution quality, while being second best in terms of processing time. References [1] Anton Deik, Bilal Faraj, Ala Hawash, Mustafa Jarrar Towards Query Optimization for the Data Web - Two Disk-Based algorithms: Trace Equivalence and Bisimilarity. In proceedings of the International Conference on Intelligent Semantic Web Applications and Services. Pages ACM. ISBN June [2] Utkarsh Srivastava, Kamesh Munagala, Jennifer Widom, Rajeev Motwani, Query Optimization over Web Services, VLDB 06, September 1215, 2006, Seoul, Korea. Copyright 2006 VLDB Endowment, ACM /06/09. [3] Peter Paul Beran, Werner Mach, Ralph Vigne, J urgen Mangler and Erich Schikuta, A Heuristic Query Optimization Approach for Heterogeneous Environments, th IEEE/ACM International Conference on Cluster, Cloud and Grid Computing, /10 $ IEEE, DOI /CCGRID [4] Wenbin Tang, Jie Tang, and Chenhao Tan, Expertise Matching via Constraint-based Optimization, 2010 IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology, /10 $ IEEE. [5] A.K. Sharma, Neha Aggarwal, Neelam Duhan and Ranjna Gupta, Web Search Result Optimization by Mining the Search Engine Query Logs, 2010 International Conference on Methods and Models in Computer Science (ICM2CS-2010), /101$ IEEE. [6] Ziqiang Wang, Xia Sun, An Efficient Web Query Optimization Algorithm Based on LDA and MA, 2008 International Conference on MultiMedia and Information Technology, /08 $ IEEE. Vol. 3 No. 3 (July 2012) IJoAT 193
11 [7] MOURAD OUZZANI, ATHMAN BOUGUETTAYA, Query Processing and Optimization on the Web, Distributed and Parallel Databases, 15, , 2004, _c 2004 Kluwer Academic Publishers. Manufactured in The Netherlands. [8] Loyola, P., et al., Predicting web user behavior using learning-based ant colony optimization. Eng. Appl. Artif. Intel. (2011), doi: /j.engappai [9] Joglekar A, Tungare M. Genetic algorithms and their use in the design of evolvable hardware. articles/genetic/genetic-algorithms.pdf; 2003, accessed on May 20,2004, 15 p. [10] Eusuff MM, Lansey KE. Optimization of water distribution network design using the shuffled frog leaping algorithm. J Water Resour Plan Manage 2003;129(3): [11] EMAD ELBELTAGI, TAREK HEGAZY and DONALD GRIERSON, A modified shuffled frog-leaping optimization algorithm:applications to project management, Structure and Infrastructure Engineering, Vol. 3, No. 1, March 2007, 53 60, ISSN print/issn online ª 2007 Taylor & Francis. [12] A. Asllani, A. Lari, Using genetic algorithm for dynamic and multiple criteria web-site optimizations, European Journal of Operational Research 176 (2007) , 2005 Elsevier B.V. All rights reserved. doi: /j.ejor [13] EMAD ELBELTAGI, TAREK HEGAZY and DONALD GRIERSON, Comparison among five evolutionary-based optimization algorithms, Advanced Engineering Informatics 19 (2005) 43 53, q 2005 Elsevier Ltd. All rights reserved. doi: /j.aei [14] Pavel Kromer, Vaclav Snasel, Jan Platos and Ajith Abraham, Evolutionary Improvement of Search Queries and Its Parameters, 10th International Conference on Hybrid Intelligent Systems, 2010 IEEE. [15] Kennedy J, Eberhart R. Particle swarm optimization. Proceedings of the IEEE international conference on neural networks (Perth, Australia), Piscataway, NJ: IEEE Service Center; [16] Russell C. Eberhart and Yuhui Shi, Comparison between Genetic Algorithms and Particle Swarm Optimization, Evolutionary Programming VII, 1998 Springer. [17] Rania Hassan Babak Cohanim Olivier de Weck, A COPMARISON OF PARTICLE SWARM OPTIMIZATION AND THE GENETIC ALGORITHM, American Institute of Aeronautics and Astronautics AA pdf [18] Benjamín Barán and Rubén Sosa, AntNet Routing Algorithm for Data Networks based on Mobile Agents, Inteligencia Artificial, Revista Iberoamericana de Inteligencia Artificial. No. 12 (2001), pp [19] Hartmut Pohlheim, Evolutionary Algorithms: Overview, Methods and Operators, GEATbx version 3.8, December [20] Dawkins, R. (1976), The Selfish Gene. Oxford University Press. [21] Hema Banati1 and Shikha Mehta2, A Multi-Perspective Evaluation of MA and GA for Collaborative Filtering Recommender System, International journal of computer science & information Technology (IJCSIT) Vol.2, No.5, October Vol. 3 No. 3 (July 2012) IJoAT 194
CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM
CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM *Shabnam Ghasemi 1 and Mohammad Kalantari 2 1 Deparment of Computer Engineering, Islamic Azad University,
14.10.2014. Overview. Swarms in nature. Fish, birds, ants, termites, Introduction to swarm intelligence principles Particle Swarm Optimization (PSO)
Overview Kyrre Glette kyrrehg@ifi INF3490 Swarm Intelligence Particle Swarm Optimization Introduction to swarm intelligence principles Particle Swarm Optimization (PSO) 3 Swarms in nature Fish, birds,
Web Mining using Artificial Ant Colonies : A Survey
Web Mining using Artificial Ant Colonies : A Survey Richa Gupta Department of Computer Science University of Delhi ABSTRACT : Web mining has been very crucial to any organization as it provides useful
D A T A M I N I N G C L A S S I F I C A T I O N
D A T A M I N I N G C L A S S I F I C A T I O N FABRICIO VOZNIKA LEO NARDO VIA NA INTRODUCTION Nowadays there is huge amount of data being collected and stored in databases everywhere across the globe.
A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation
A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation Abhishek Singh Department of Information Technology Amity School of Engineering and Technology Amity
HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS
HYBRID ACO-IWD OPTIMIZATION ALGORITHM FOR MINIMIZING WEIGHTED FLOWTIME IN CLOUD-BASED PARAMETER SWEEP EXPERIMENTS R. Angel Preethima 1, Margret Johnson 2 1 Student, Computer Science and Engineering, Karunya
Journal of Theoretical and Applied Information Technology 20 th July 2015. Vol.77. No.2 2005-2015 JATIT & LLS. All rights reserved.
EFFICIENT LOAD BALANCING USING ANT COLONY OPTIMIZATION MOHAMMAD H. NADIMI-SHAHRAKI, ELNAZ SHAFIGH FARD, FARAMARZ SAFI Department of Computer Engineering, Najafabad branch, Islamic Azad University, Najafabad,
COMPUTATIONIMPROVEMENTOFSTOCKMARKETDECISIONMAKING MODELTHROUGHTHEAPPLICATIONOFGRID. Jovita Nenortaitė
ISSN 1392 124X INFORMATION TECHNOLOGY AND CONTROL, 2005, Vol.34, No.3 COMPUTATIONIMPROVEMENTOFSTOCKMARKETDECISIONMAKING MODELTHROUGHTHEAPPLICATIONOFGRID Jovita Nenortaitė InformaticsDepartment,VilniusUniversityKaunasFacultyofHumanities
Development of Construction Projects Scheduling with Evolutionary Algorithms. Mehdi Tavakolan
Development of Construction Projects Scheduling with Evolutionary Algorithms Mehdi Tavakolan Submitted in partial fulfillment of the Requirements for the degree of Doctor of Philosophy in the Graduate
Performance Evaluation of Task Scheduling in Cloud Environment Using Soft Computing Algorithms
387 Performance Evaluation of Task Scheduling in Cloud Environment Using Soft Computing Algorithms 1 R. Jemina Priyadarsini, 2 Dr. L. Arockiam 1 Department of Computer science, St. Joseph s College, Trichirapalli,
An ACO Approach to Solve a Variant of TSP
An ACO Approach to Solve a Variant of TSP Bharat V. Chawda, Nitesh M. Sureja Abstract This study is an investigation on the application of Ant Colony Optimization to a variant of TSP. This paper presents
A Hybrid Model of Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC) Algorithm for Test Case Optimization
A Hybrid Model of Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC) Algorithm for Test Case Optimization Abraham Kiran Joseph a, Dr. G. Radhamani b * a Research Scholar, Dr.G.R Damodaran
Alpha Cut based Novel Selection for Genetic Algorithm
Alpha Cut based Novel for Genetic Algorithm Rakesh Kumar Professor Girdhar Gopal Research Scholar Rajesh Kumar Assistant Professor ABSTRACT Genetic algorithm (GA) has several genetic operators that can
Biogeography Based Optimization (BBO) Approach for Sensor Selection in Aircraft Engine
Biogeography Based Optimization (BBO) Approach for Sensor Selection in Aircraft Engine V.Hymavathi, B.Abdul Rahim, Fahimuddin.Shaik P.G Scholar, (M.Tech), Department of Electronics and Communication Engineering,
International Journal of Emerging Technology & Research
International Journal of Emerging Technology & Research An Implementation Scheme For Software Project Management With Event-Based Scheduler Using Ant Colony Optimization Roshni Jain 1, Monali Kankariya
A Binary Model on the Basis of Imperialist Competitive Algorithm in Order to Solve the Problem of Knapsack 1-0
212 International Conference on System Engineering and Modeling (ICSEM 212) IPCSIT vol. 34 (212) (212) IACSIT Press, Singapore A Binary Model on the Basis of Imperialist Competitive Algorithm in Order
A Multi-Objective Performance Evaluation in Grid Task Scheduling using Evolutionary Algorithms
A Multi-Objective Performance Evaluation in Grid Task Scheduling using Evolutionary Algorithms MIGUEL CAMELO, YEZID DONOSO, HAROLD CASTRO Systems and Computer Engineering Department Universidad de los
International Journal of Software and Web Sciences (IJSWS) www.iasir.net
International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International
Hybrid Algorithm using the advantage of ACO and Cuckoo Search for Job Scheduling
Hybrid Algorithm using the advantage of ACO and Cuckoo Search for Job Scheduling R.G. Babukartik 1, P. Dhavachelvan 1 1 Department of Computer Science, Pondicherry University, Pondicherry, India {r.g.babukarthik,
Effective Load Balancing for Cloud Computing using Hybrid AB Algorithm
Effective Load Balancing for Cloud Computing using Hybrid AB Algorithm 1 N. Sasikala and 2 Dr. D. Ramesh PG Scholar, Department of CSE, University College of Engineering (BIT Campus), Tiruchirappalli,
Research on the Performance Optimization of Hadoop in Big Data Environment
Vol.8, No.5 (015), pp.93-304 http://dx.doi.org/10.1457/idta.015.8.5.6 Research on the Performance Optimization of Hadoop in Big Data Environment Jia Min-Zheng Department of Information Engineering, Beiing
Extraction of Satellite Image using Particle Swarm Optimization
Extraction of Satellite Image using Particle Swarm Optimization Er.Harish Kundra Assistant Professor & Head Rayat Institute of Engineering & IT, Railmajra, Punjab,India. Dr. V.K.Panchal Director, DTRL,DRDO,
AN APPROACH FOR SOFTWARE TEST CASE SELECTION USING HYBRID PSO
INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 AN APPROACH FOR SOFTWARE TEST CASE SELECTION USING HYBRID PSO 1 Preeti Bala Thakur, 2 Prof. Toran Verma 1 Dept. of
LOAD BALANCING IN CLOUD COMPUTING
LOAD BALANCING IN CLOUD COMPUTING Neethu M.S 1 PG Student, Dept. of Computer Science and Engineering, LBSITW (India) ABSTRACT Cloud computing is emerging as a new paradigm for manipulating, configuring,
A Robust Method for Solving Transcendental Equations
www.ijcsi.org 413 A Robust Method for Solving Transcendental Equations Md. Golam Moazzam, Amita Chakraborty and Md. Al-Amin Bhuiyan Department of Computer Science and Engineering, Jahangirnagar University,
A Survey on Load Balancing Techniques Using ACO Algorithm
A Survey on Load Balancing Techniques Using ACO Algorithm Preeti Kushwah Department of Computer Science & Engineering, Acropolis Institute of Technology and Research Indore bypass road Mangliya square
STUDY OF PROJECT SCHEDULING AND RESOURCE ALLOCATION USING ANT COLONY OPTIMIZATION 1
STUDY OF PROJECT SCHEDULING AND RESOURCE ALLOCATION USING ANT COLONY OPTIMIZATION 1 Prajakta Joglekar, 2 Pallavi Jaiswal, 3 Vandana Jagtap Maharashtra Institute of Technology, Pune Email: 1 [email protected],
Doctor of Philosophy in Computer Science
Doctor of Philosophy in Computer Science Background/Rationale The program aims to develop computer scientists who are armed with methods, tools and techniques from both theoretical and systems aspects
TEST CASE SELECTION & PRIORITIZATION USING ANT COLONY OPTIMIZATION
TEST CASE SELECTION & PRIORITIZATION USING ANT COLONY OPTIMIZATION Bharti Suri Computer Science Department Assistant Professor, USIT, GGSIPU New Delhi, India [email protected] Shweta Singhal Information
Data Mining in Web Search Engine Optimization and User Assisted Rank Results
Data Mining in Web Search Engine Optimization and User Assisted Rank Results Minky Jindal Institute of Technology and Management Gurgaon 122017, Haryana, India Nisha kharb Institute of Technology and Management
Swarm Intelligence Algorithms Parameter Tuning
Swarm Intelligence Algorithms Parameter Tuning Milan TUBA Faculty of Computer Science Megatrend University of Belgrade Bulevar umetnosti 29, N. Belgrade SERBIA [email protected] Abstract: - Nature inspired
EA and ACO Algorithms Applied to Optimizing Location of Controllers in Wireless Networks
2 EA and ACO Algorithms Applied to Optimizing Location of Controllers in Wireless Networks Dac-Nhuong Le, Hanoi University of Science, Vietnam National University, Vietnam Optimizing location of controllers
Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm
, pp. 99-108 http://dx.doi.org/10.1457/ijfgcn.015.8.1.11 Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm Wang DaWei and Wang Changliang Zhejiang Industry Polytechnic College
How To Balance In Cloud Computing
A Review on Load Balancing Algorithms in Cloud Hareesh M J Dept. of CSE, RSET, Kochi hareeshmjoseph@ gmail.com John P Martin Dept. of CSE, RSET, Kochi [email protected] Yedhu Sastri Dept. of IT, RSET,
ACO Based Dynamic Resource Scheduling for Improving Cloud Performance
ACO Based Dynamic Resource Scheduling for Improving Cloud Performance Priyanka Mod 1, Prof. Mayank Bhatt 2 Computer Science Engineering Rishiraj Institute of Technology 1 Computer Science Engineering Rishiraj
A RANDOMIZED LOAD BALANCING ALGORITHM IN GRID USING MAX MIN PSO ALGORITHM
International Journal of Research in Computer Science eissn 2249-8265 Volume 2 Issue 3 (212) pp. 17-23 White Globe Publications A RANDOMIZED LOAD BALANCING ALGORITHM IN GRID USING MAX MIN ALGORITHM C.Kalpana
Software Project Planning and Resource Allocation Using Ant Colony Optimization with Uncertainty Handling
Software Project Planning and Resource Allocation Using Ant Colony Optimization with Uncertainty Handling Vivek Kurien1, Rashmi S Nair2 PG Student, Dept of Computer Science, MCET, Anad, Tvm, Kerala, India
Evaluation of Different Task Scheduling Policies in Multi-Core Systems with Reconfigurable Hardware
Evaluation of Different Task Scheduling Policies in Multi-Core Systems with Reconfigurable Hardware Mahyar Shahsavari, Zaid Al-Ars, Koen Bertels,1, Computer Engineering Group, Software & Computer Technology
An Improved Ant Colony Optimization Algorithm for Software Project Planning and Scheduling
An Improved Ant Colony Optimization Algorithm for Software Project Planning and Scheduling Avinash Mahadik Department Of Computer Engineering Alard College Of Engineering And Management,Marunje, Pune [email protected]
ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013
Transistor Level Fault Finding in VLSI Circuits using Genetic Algorithm Lalit A. Patel, Sarman K. Hadia CSPIT, CHARUSAT, Changa., CSPIT, CHARUSAT, Changa Abstract This paper presents, genetic based algorithm
The Use of Cuckoo Search in Estimating the Parameters of Software Reliability Growth Models
The Use of Cuckoo Search in Estimating the Parameters of Software Reliability Growth Models Dr. Najla Akram AL-Saati and Marwa Abd-ALKareem Software Engineering Dept. College of Computer Sciences & Mathematics,
A Service Revenue-oriented Task Scheduling Model of Cloud Computing
Journal of Information & Computational Science 10:10 (2013) 3153 3161 July 1, 2013 Available at http://www.joics.com A Service Revenue-oriented Task Scheduling Model of Cloud Computing Jianguang Deng a,b,,
Using Ant Colony Optimization for Infrastructure Maintenance Scheduling
Using Ant Colony Optimization for Infrastructure Maintenance Scheduling K. Lukas, A. Borrmann & E. Rank Chair for Computation in Engineering, Technische Universität München ABSTRACT: For the optimal planning
Manjeet Kaur Bhullar, Kiranbir Kaur Department of CSE, GNDU, Amritsar, Punjab, India
Volume 5, Issue 6, June 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Multiple Pheromone
Introduction. Swarm Intelligence - Thiemo Krink EVALife Group, Dept. of Computer Science, University of Aarhus
Swarm Intelligence - Thiemo Krink EVALife Group, Dept. of Computer Science, University of Aarhus Why do we need new computing techniques? The computer revolution changed human societies: communication
Projects - Neural and Evolutionary Computing
Projects - Neural and Evolutionary Computing 2014-2015 I. Application oriented topics 1. Task scheduling in distributed systems. The aim is to assign a set of (independent or correlated) tasks to some
Optimization and Ranking in Web Service Composition using Performance Index
Optimization and Ranking in Web Service Composition using Performance Index Pramodh N #1, Srinath V #2, Sri Krishna A #3 # Department of Computer Science and Engineering, SSN College of Engineering, Kalavakkam-
A Novel Binary Particle Swarm Optimization
Proceedings of the 5th Mediterranean Conference on T33- A Novel Binary Particle Swarm Optimization Motaba Ahmadieh Khanesar, Member, IEEE, Mohammad Teshnehlab and Mahdi Aliyari Shoorehdeli K. N. Toosi
Keywords: Information Retrieval, Vector Space Model, Database, Similarity Measure, Genetic Algorithm.
Volume 3, Issue 8, August 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Effective Information
A New Quantitative Behavioral Model for Financial Prediction
2011 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (2011) (2011) IACSIT Press, Singapore A New Quantitative Behavioral Model for Financial Prediction Thimmaraya Ramesh
Dynamic Task Scheduling with Load Balancing using Hybrid Particle Swarm Optimization
Int. J. Open Problems Compt. Math., Vol. 2, No. 3, September 2009 ISSN 1998-6262; Copyright ICSRS Publication, 2009 www.i-csrs.org Dynamic Task Scheduling with Load Balancing using Hybrid Particle Swarm
Memory Allocation Technique for Segregated Free List Based on Genetic Algorithm
Journal of Al-Nahrain University Vol.15 (2), June, 2012, pp.161-168 Science Memory Allocation Technique for Segregated Free List Based on Genetic Algorithm Manal F. Younis Computer Department, College
Modified Ant Colony Optimization for Solving Traveling Salesman Problem
International Journal of Engineering & Computer Science IJECS-IJENS Vol:3 No:0 Modified Ant Colony Optimization for Solving Traveling Salesman Problem Abstract-- This paper presents a new algorithm for
Numerical Research on Distributed Genetic Algorithm with Redundant
Numerical Research on Distributed Genetic Algorithm with Redundant Binary Number 1 Sayori Seto, 2 Akinori Kanasugi 1,2 Graduate School of Engineering, Tokyo Denki University, Japan [email protected],
Research Article Service Composition Optimization Using Differential Evolution and Opposition-based Learning
Research Journal of Applied Sciences, Engineering and Technology 11(2): 229-234, 2015 ISSN: 2040-7459; e-issn: 2040-7467 2015 Maxwell Scientific Publication Corp. Submitted: May 20, 2015 Accepted: June
Ant Colony Optimization and Constraint Programming
Ant Colony Optimization and Constraint Programming Christine Solnon Series Editor Narendra Jussien WILEY Table of Contents Foreword Acknowledgements xi xiii Chapter 1. Introduction 1 1.1. Overview of the
International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net
International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational
processed parallely over the cluster nodes. Mapreduce thus provides a distributed approach to solve complex and lengthy problems
Big Data Clustering Using Genetic Algorithm On Hadoop Mapreduce Nivranshu Hans, Sana Mahajan, SN Omkar Abstract: Cluster analysis is used to classify similar objects under same group. It is one of the
DYNAMIC VIRTUAL M ACHINE LOAD BALANCING IN CLOUD NETWORK
DYNAMIC VIRTUAL M ACHINE LOAD BALANCING IN CLOUD NETWORK 1 HEMANT PETWAL, 2 NARAYAN CHATUREDI, 3 EMMANUEL SHUBHAKAR PILLAI 1,2,3 Department of Computer Science and Engineering 1 PG Student Graphic Era
A SURVEY ON LOAD BALANCING ALGORITHMS IN CLOUD COMPUTING
A SURVEY ON LOAD BALANCING ALGORITHMS IN CLOUD COMPUTING Harshada Raut 1, Kumud Wasnik 2 1 M.Tech. Student, Dept. of Computer Science and Tech., UMIT, S.N.D.T. Women s University, (India) 2 Professor,
GA as a Data Optimization Tool for Predictive Analytics
GA as a Data Optimization Tool for Predictive Analytics Chandra.J 1, Dr.Nachamai.M 2,Dr.Anitha.S.Pillai 3 1Assistant Professor, Department of computer Science, Christ University, Bangalore,India, [email protected]
Research Article www.ijptonline.com EFFICIENT TECHNIQUES TO DEAL WITH BIG DATA CLASSIFICATION PROBLEMS G.Somasekhar 1 *, Dr. K.
ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com EFFICIENT TECHNIQUES TO DEAL WITH BIG DATA CLASSIFICATION PROBLEMS G.Somasekhar 1 *, Dr. K.Karthikeyan 2 1 Research
The Meta-Heuristic Binary Shuffled Frog Leaping and Genetic Algorithms in Selecting Efficient Significant Features
Journal of mathematics and computer Science 13 (2014) 130-135 The Meta-Heuristic Binary Shuffled Frog Leaping and Genetic Algorithms in Selecting Efficient Significant Features Saeed Ayat 1, Mohammad Reza
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)
Obtaining Optimal Software Effort Estimation Data Using Feature Subset Selection
Obtaining Optimal Software Effort Estimation Data Using Feature Subset Selection Abirami.R 1, Sujithra.S 2, Sathishkumar.P 3, Geethanjali.N 4 1, 2, 3 Student, Department of Computer Science and Engineering,
The ACO Encoding. Alberto Moraglio, Fernando E. B. Otero, and Colin G. Johnson
The ACO Encoding Alberto Moraglio, Fernando E. B. Otero, and Colin G. Johnson School of Computing and Centre for Reasoning, University of Kent, Canterbury, UK {A.Moraglio, F.E.B.Otero, C.G.Johnson}@kent.ac.uk
Proposed Software Testing Using Intelligent techniques (Intelligent Water Drop (IWD) and Ant Colony Optimization Algorithm (ACO))
www.ijcsi.org 91 Proposed Software Testing Using Intelligent techniques (Intelligent Water Drop (IWD) and Ant Colony Optimization Algorithm (ACO)) Laheeb M. Alzubaidy 1, Baraa S. Alhafid 2 1 Software Engineering,
Self-organized Multi-agent System for Service Management in the Next Generation Networks
PROCEEDINGS OF THE WORKSHOP ON APPLICATIONS OF SOFTWARE AGENTS ISBN 978-86-7031-188-6, pp. 18-24, 2011 Self-organized Multi-agent System for Service Management in the Next Generation Networks Mario Kusek
Introduction To Genetic Algorithms
1 Introduction To Genetic Algorithms Dr. Rajib Kumar Bhattacharjya Department of Civil Engineering IIT Guwahati Email: [email protected] References 2 D. E. Goldberg, Genetic Algorithm In Search, Optimization
On-line scheduling algorithm for real-time multiprocessor systems with ACO
International Journal of Intelligent Information Systems 2015; 4(2-1): 13-17 Published online January 28, 2015 (http://www.sciencepublishinggroup.com/j/ijiis) doi: 10.11648/j.ijiis.s.2015040201.13 ISSN:
HYBRID OPTIMIZATION FOR GRID SCHEDULING USING GENETIC ALGORITHM WITH LOCAL SEARCH
HYBRID OPTIMIZATION FOR GRID SCHEDULING USING GENETIC ALGORITHM WITH LOCAL SEARCH 1 B.RADHA, 2 Dr. V.SUMATHY 1 Sri Ramakrishna Engineering College, Department of MCA, Coimbatore, INDIA 2 Government College
An Improved ACO Algorithm for Multicast Routing
An Improved ACO Algorithm for Multicast Routing Ziqiang Wang and Dexian Zhang School of Information Science and Engineering, Henan University of Technology, Zheng Zhou 450052,China [email protected]
Keywords revenue management, yield management, genetic algorithm, airline reservation
Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Revenue Management
A Clustered Approach for Load Balancing in Distributed Systems
SSRG International Journal of Mobile Computing & Application (SSRG-IJMCA) volume 2 Issue 1 Jan to Feb 2015 A Clustered Approach for Load Balancing in Distributed Systems Shweta Rajani 1, Niharika Garg
Minimizing Response Time for Scheduled Tasks Using the Improved Particle Swarm Optimization Algorithm in a Cloud Computing Environment
Minimizing Response Time for Scheduled Tasks Using the Improved Particle Swarm Optimization Algorithm in a Cloud Computing Environment by Maryam Houtinezhad, Department of Computer Engineering, Artificial
Study And Comparison Of Mobile Ad-Hoc Networks Using Ant Colony Optimization
Study And Comparison Of Mobile Ad-Hoc Networks Using Ant Colony Optimization 1 Neha Ujala Tirkey, 2 Navendu Nitin, 3 Neelesh Agrawal, 4 Arvind Kumar Jaiswal 1 M. Tech student, 2&3 Assistant Professor,
Optimal Tuning of PID Controller Using Meta Heuristic Approach
International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 2 (2014), pp. 171-176 International Research Publication House http://www.irphouse.com Optimal Tuning of
Multi-Robot Traffic Planning Using ACO
Multi-Robot Traffic Planning Using ACO DR. ANUPAM SHUKLA, SANYAM AGARWAL ABV-Indian Institute of Information Technology and Management, Gwalior INDIA [email protected] Abstract: - Path planning is
COMPUTATIONAL INTELLIGENCE BASED ON THE BEHAVIOR OF CATS. Shu-Chuan Chu. Pei-Wei Tsai. Received July 2006; revised October 2006
International Journal of Innovative Computing, Information and Control ICIC International c 2007 ISSN 1349-4198 Volume 3, Number 1, February 2007 pp. 163 173 COMPUTATIONAL INTELLIGENCE BASED ON THE BEHAVIOR
A Big Data Analytical Framework For Portfolio Optimization Abstract. Keywords. 1. Introduction
A Big Data Analytical Framework For Portfolio Optimization Dhanya Jothimani, Ravi Shankar and Surendra S. Yadav Department of Management Studies, Indian Institute of Technology Delhi {dhanya.jothimani,
A Method of Cloud Resource Load Balancing Scheduling Based on Improved Adaptive Genetic Algorithm
Journal of Information & Computational Science 9: 16 (2012) 4801 4809 Available at http://www.joics.com A Method of Cloud Resource Load Balancing Scheduling Based on Improved Adaptive Genetic Algorithm
Practical Applications of Evolutionary Computation to Financial Engineering
Hitoshi Iba and Claus C. Aranha Practical Applications of Evolutionary Computation to Financial Engineering Robust Techniques for Forecasting, Trading and Hedging 4Q Springer Contents 1 Introduction to
PROCESS OF LOAD BALANCING IN CLOUD COMPUTING USING GENETIC ALGORITHM
PROCESS OF LOAD BALANCING IN CLOUD COMPUTING USING GENETIC ALGORITHM Md. Shahjahan Kabir 1, Kh. Mohaimenul Kabir 2 and Dr. Rabiul Islam 3 1 Dept. of CSE, Dhaka International University, Dhaka, Bangladesh
An Ant Colony Optimization Approach to the Software Release Planning Problem
SBSE for Early Lifecyle Software Engineering 23 rd February 2011 London, UK An Ant Colony Optimization Approach to the Software Release Planning Problem with Dependent Requirements Jerffeson Teixeira de
Multiobjective Multicast Routing Algorithm
Multiobjective Multicast Routing Algorithm Jorge Crichigno, Benjamín Barán P. O. Box 9 - National University of Asunción Asunción Paraguay. Tel/Fax: (+9-) 89 {jcrichigno, bbaran}@cnc.una.py http://www.una.py
A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster
, pp.11-20 http://dx.doi.org/10.14257/ ijgdc.2014.7.2.02 A Load Balancing Algorithm based on the Variation Trend of Entropy in Homogeneous Cluster Kehe Wu 1, Long Chen 2, Shichao Ye 2 and Yi Li 2 1 Beijing
Flexible Neural Trees Ensemble for Stock Index Modeling
Flexible Neural Trees Ensemble for Stock Index Modeling Yuehui Chen 1, Ju Yang 1, Bo Yang 1 and Ajith Abraham 2 1 School of Information Science and Engineering Jinan University, Jinan 250022, P.R.China
. 1/ CHAPTER- 4 SIMULATION RESULTS & DISCUSSION CHAPTER 4 SIMULATION RESULTS & DISCUSSION 4.1: ANT COLONY OPTIMIZATION BASED ON ESTIMATION OF DISTRIBUTION ACS possesses
An ant colony optimization for single-machine weighted tardiness scheduling with sequence-dependent setups
Proceedings of the 6th WSEAS International Conference on Simulation, Modelling and Optimization, Lisbon, Portugal, September 22-24, 2006 19 An ant colony optimization for single-machine weighted tardiness
Network Load Balancing Using Ant Colony Optimization
Network Load Balancing Using Ant Colony Optimization Mr. Ujwal Namdeo Abhonkar 1, Mr. Swapnil Mohan Phalak 2, Mrs. Pooja Ujwal Abhonkar 3 1,3 Lecturer in Computer Engineering Department 2 Lecturer in Information
International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014
RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer
A Performance Comparison of GA and ACO Applied to TSP
A Performance Comparison of GA and ACO Applied to TSP Sabry Ahmed Haroun Laboratoire LISER, ENSEM, UH2C Casablanca, Morocco. Benhra Jamal Laboratoire LISER, ENSEM, UH2C Casablanca, Morocco. El Hassani
