APPLICATION SOFTWARE DESIGN FOR OPTIMIZATION CABLE INSTALLATION WITH ANT COONY METHOD

Size: px
Start display at page:

Download "APPLICATION SOFTWARE DESIGN FOR OPTIMIZATION CABLE INSTALLATION WITH ANT COONY METHOD"

Transcription

1 APPLICATION SOFTWARE DESIGN FOR OPTIMIZATION CABLE INSTALLATION WITH ANT COONY METHOD Joni Cukri Binus University, Jalan KH. Syahdan No. 9 Palmerah, Jakarta 11480, Indonesia joni.cukri@yahoo.co.id ABSTRACT Cabling installation is one of the work for housing developers to build house. By now, they haven t a proper plan for cable installation, foreman or worker leader nowdays build randomly and nonconsecutive that make the installation worse, because workers had to cut and connect the cable is installed with new cables. It also creates unefficiently use of cables which caused harm to the company. Therefore, the authors was made to make a plan for them to make an efficient cable installation planning by using Ant Colony Method. This method can give a solution which the cable installation sequences are done in every houses. The range of the cable is also included in this method, so that the developer can buy the exact length of the cable that they needed. The results of the method was tested well in making sequences from one house to another by shortest part. The system also can display the total distance pipeline developer that can help provide the necessary requirements. Keywords: optimization, ant colony method

2 ABSTRAK Pemasangan kabel menjadi bagian pekerjaan bagi developer perumahaan dalam membangun perumahan. Saat ini proses pemasangan kabel tidak ada perencanaan yang matang, mandor atau pimpinan pekerja memasang kabel secara acak dan tidak berurutan sehingga kabel yang terpasang tidak bagus, karena pekerja harus memotong dan menyambung kabel yang sudah terpasang dengan kabel yang baru terpasang. Hal ini juga menimbulkan tidak efisien penggunaan kabel yang menimbulkan kerugian bagi perusahaan. Tujuan Skripsi ini adalah penulis ingin merancang sistem pencarian hasil optimal pemasangan kabel menggunakan metode ant colony. Metode ant colony mampu memberikan solusi dengan memberikan urutan pemasangan kabel ke setiap rumah dengan baik. Melalui sistem ini juga dapat diketahui jarak pemasangan kabel yang akan dipasang, sehingga memudahkan developer untuk menyediakan kabel sesuai kebutuhan. Hasil dari sistem optimasi pemasangan kabel menggunakan metode ant colony telah teruji berjalan dengan baik dalam menentukan urutan pemasangan kabel berdasar jarak terpendek. Pengujian dengan menggunakan input dari jarak antara rumah ke rumah dan dilakukan kalkulasi dengan menggunakan ant colony tersebut. Kata kunci: optimasi, Metode Ant Colony INTRODUCTION For residential contractors, wiring be part of the job. In conducting the necessary cabling installed the sequence planning in advance, in order to work efficiently in the process of time, labor and material costs. In addition, the results of the neat and sequential. Currently there are no cabling planning, installing cable foreman only on homes that are ready inhabited. It certainly is not efficient because of wiring be sequential and not neat. In addition, if the distances are different from each other has always been a barrier at the time of installation, so it is not cost efficient for the company. Based on the authors provide a solution to these problems by making the wiring optimization applications using ant colony. Ant Colony method inspired by foraging behavior of ants, which use pheromones to mark the path their way to the food source ( Dorigo, Gambardella, 2004). This method works on the trail left by other ants or commonly called pheromones. With the use of ant colony can be found between the house wiring sequence. Expected with the use of this method can provide solutions and benefits for the company Ant Colony Optimization ( ACO ) was adopted from the behavior of ant colonies are known as ant system ( Dorigo, M. and Gambardella, L., 1996). Naturally ant colony is able to find the shortest route on the way from the nest to a food source places. Colonies of ants can find the shortest route between the nest and the food source by footprints on the path that has been traversed. The more ants through a track, the more obvious traces of his feet. This will lead to the path traversed ants in small amounts, the longer it will decrease the density of ants that passed, or even will not be passed at all. Instead, the path traversed ants in large quantities, the longer it will further increase the density of ants that passed, or even all of ants going through the trajectory. At each ant ACO placed at all points of the graph ( in this case the point - the point being visited ) which will then move to visit the whole point. Each ant will make each track - each to return to the place where they were initially placed first. If you've

3 reached this state, the ant has completed a cycle ( tour ). Final solution is the shortest path of all paths generated by the ants search. ACO algorithms have been widely applied in various fields which include several issues, namely : 1. Traveling Salesman Problem (TSP), which is looking for the shortest route in a graph using the Hamilton. 2. Quadratic Assignment Problem (QAP), which assigns a number n resources to be placed on a number of m locations by minimizing the cost assignment (assignment ). 3. Job-shop Scheduling Problem (JSP) is also an example of application of Ant Colony Optimization, which is to find a path of n jobs using m number of machines so that all work is completed in the minimum possible time. 4. Vehicle Routing Problem (VRP) 5. Vehicle routing 6. Graph coloring 7. Implementation of the communication network 8. Network routing, dll. Given the principle of an algorithm based on ant colony behavior in finding the shortest traveling distance, ACO is highly appropriate to be applied in solving optimization problems, one of which is to determine the shortest path between the house wiring to the house. In the development of this system, will be logged, data input, and get results with Ant Colony method. METHODS In engineering applications, the analysis is done by looking for the basic theory of the method of ant colony, system design and user interface design and assisted with the supervisor to determine the application design constraints. In the design analysis will be aided by analyzing the problems occurred, analyze and use the solution given data flow, flowchart and use case diagrams. Then for input data that will be needed for testing will be taken randomly. RESULTS AND DISCUSSION Ant Colony Optimization ( ACO ) was adopted from the behavior of ant colonies are known as ant system ( Dorigo, et.al, 1996). Ant complex is able to sense their environment to search for food and then back to the nest by leaving pheromone substance on these routes they take. Pheromone is a chemical derived from endocrine glands and is used by living things to recognize same-sex, other individuals, groups, and to assist the process of reproduction. In contrast to the hormone, pheromone spread outside the body and can only affect and be recognized by other similar individuals ( one species ). This process is known as Pheromone relics stigmery, a process of modifying the environment that not only aims to remember the way back to the nest, but also allows the ant colony communicate with. Over time, however, the trail pheromone will evaporate and will reduce the strength of its appeal. Each ant faster commute through this route, then the pheromone that evaporates less. Vice versa if the ant longer commute through this route, then the pheromone that evaporates more. Philosophy of Ant Colony Algorithm is: 1. Problem solving is the modeling of reality ant colony in search of food 2. Number of alternative solutions to a problem-solving are a number of ants in the colony 3. Population of the number of alternative solutions is each time the colony went in search of food and return to their nests

4 Benefits ant colony algorithm is also used to search for a path / optimal path ( either distance, time and cost ), at a goods distribution network, the algorithm can also be used to find the optimal value of another that occurred in the field, such as a combination of issues, values production and can also be used for forecasting. As he explained how the ants finding the shortest route in the ACO are as follows : ants naturally capable of finding the shortest route on the way from the nest to a food source places. Colonies of ants can find the shortest route between the nest and the food source by footprints on the path that has been traversed. The more ants through a track, the more obvious traces of his feet. This will lead to the path traversed ants in small amounts, the longer it will decrease the density of ants that passed, or even will not be passed at all. Instead the path traversed ants in large quantities, the longer will be growing through the density of ants, or even all of the ants will go through the path ( Dorigo, M., Maniezzo, V., and Colorni, A., 1991a Picture 1. Ants journey from nest to food sources. Picture 1.a above shows two groups of ants that will make the trip. One group called L ie group departed from the left which is an ant nest and another group called the R group departed from the right which is a food source. Both groups of ants from the initial point of departure is in the position of decision-making on which, to be loaded. Ant group L divides two groups again. Partly by road and partly by way of the bottom. This is also true of the ants R. Figure 1.b and 1.c images show that the ant group runs at the same speed by leaving pheromone ( ants footprints ) on the road that has been traversed. Pheromone left by ants - ants through the street has undergone a lot of evaporation because of ants through the road amounted to less than the street below. This is because the distance is longer than the bottom of the road. While Pheromone which is under way, evaporation tends to be longer. Because ants are under way through more than ants on the way through. 1.d image shows that the other ants in the end decided to skip down the street because there are many Pheromone left. Pheromone while on the road has a lot to evaporate so the ants do not pick on the road. The more ants are under way through the more ants that follow. Likewise, the road, the fewer ants on the way through, then the pheromone left by the reduced and even disappear. From this and elected the shortest route between the nest and the food source Advantages of Ant Colony Algorithm is located on some things that distinguishes this algorithm with the other being:

5 1. The algorithm works with a positive feedback in the discovery and achievement of a good solution. Where at a certain point a group choose a different option and one providing good results, then in the future the choice will always be used. 2. This algorithm has the properties of high synergy. Demonstrated the effectiveness of the search by providing a number of ants working together and each partnership will be mutually independent. 3. Extensive use of structure in the ant algorithm helps in finding an acceptable solution in the early stages of the research process. 4. Splendor of this algorithm to be applied on the same version for the combination of different optimization problems, such as the ATSP ( Asymmetric Traveling Salesman Problem ). 5. This algorithm can be applied to other optimization problems combinations. Stages ant algorithm used in this study are as follows: 1. Prices and parameters initialization phase each ant first node At this stage, the price initialization parameters that will be used next data ant algorithm calculations. This parameter is directly possessed an influence on the calculation of the probability of the node to be visited. Parameters used include a. N is number of city b. X and Y are the coordinates or d is the distance between cities ( but in this paper does not use the X and Y coordinates because it uses the distance d between house to house ) c. Q is a constant cycle of ants d. α is a constant controlling ant trail intensity. e. β is a constant controlling the visibility f. M is the number of ants. g. ρ is the evaporation constant trail of ants h. NCmax is the maximum number of cycles i. τij is the intensity between the ant. 2. Initialize the first node each ant At this stage to determine value of the first node on ants and other ant determines its number 3. Completion of the first node to the taboo list. This stage is node - node tops any all the initialization step 1 should be entered as the first element of the taboo list. Tabu list is used to keep a list of the order of the nodes that have been visited every ant. Then every time an ant visits a city, tabu list element increased by one, and so forth until tabu list is full or has many elements in common with all the nodes that must be visited.

6 4. The preparation of these visits each ant to each node Having ants or the amount distributed to each node, the ants will start the journey from the first node as the origin node and one of its other nodes as the destination. Then the ants will choose one of the next destination node, and so on until all the nodes. So for this purpose code is used to determine the equation named random proportional rule ( Dorigo, M., Maniezzo, V., and Colorni, A., 1996), which is shown by the equation below. the probability of ant k at the point r is chosen to go to the point s.. is Where : (a) s : Pheromone amount contained in the edge between the point and the point r 1 n = : visibility (invers dari jarak d (rs) ) d( rs) (b) ( ( rs) ) (c) α is a parameter that controls the weight ( weight) relative of Pheromone (d) β is the parameter controlling the distance ( α > 0 and β < 0 ) The above equation shows the magnitude of the probability of a node to be selected as the destination node. The greater the price, the greater the probability of the probability to be selected as the destination node. 5. Calculate the length of an ant and the calculation of the intensity of price changes between nodes ant footprint. At this stage of the calculation of the distance between each node. With dij as the distance between the node i to node j is calculated by the equation: This equation is used to determine if known distance using coordinates. But in this study, using the distance between the house so do not use this formula. Ants traveling between nodes will leave footprints at all in its path trajectory. To evaporation leads to changes in the intensity of price footprints between nodes. This changes the equation is : With Dt ij is the price change between the intensity of ant footprints nodes each ant is calculated based on the equation :

7 6. The calculation of the intensity of ant footprints antarnode and reset for the next cycle of price changes intensity antarnode ant footprint.. Ants are used antarnode trajectory travel lane each ant has the possibility to pass the ants in the next cycle. Because of the evaporation of the pheromone and intesitasnya also changed depending on the ants that pass through it in the eyes of ants that will pass on the track for the next cycle, the intensity of the price has changed. Price intensity of inter- node ant footprints for the next cycle is calculated by the equation: Next up for the next cycle of intensity trace all changes in prices between nodes needs to be reset back to zero so valuable. 7. Discharging taboo list If not achieved or the maximum number of cycles has not converged, then the algorithm needs to be repeated again from step 2 to the price of the intensity parameter ant footprints among nodes that have been updated. Besides, taboo list needs to be emptied to be filled again with the new node order in the next cycle. This process goes on until the journey reaches the maximum amount on line NCMax or all ants make the same travel patterns. It is called the stagnation behavior because it is used in situations where the algorithm reaches the point of alternative solutions. 8. The results of data processing using ant algorithm From the data processing using ant algorithm, then obtained the shortest route length of pipe. Can be explained by processing the data as follows: A B C D A B C D

8 Then come to the intensity of the initial trail of ants all over the place, the intensity of the ant trail exist in the following table A B C D A B C D Then the next cycle begins with NC = 1. Where each node is put on all different at the start of the trip. Ant 1 The probability of a node to all the places, the probability obtained by the equation : where is obtained by the equation so that the probability of all to all of the following places : A = 0 B = C = D = cumulative probability= Random Number = then the selected node is B Taboo List : AB Probability of node B to all nodes A = 0 B = 0 C =

9 D = Cumulative Probability = Random number = then the selected node is C Taboo List : ABC Probability of node B to all nodes A = 0 B = 0 C = 0 D = 1 Cumulative Probability = Random number = then the selected node is D Taboo List : ABCD So on can range from ABCD to 55. And in the same way the first ant in obtaining travel route, then the results can be obtained for subsequent ants in the following table Rute Perjalanan Jarak Tempuh Semut 1 ABCD 55 Semut 2 BADC 50 Semut 3 CDBA 40 Semut 4 DABC 45 Then the intensity of the reforms, applying ant trail following equation So that the intensity of the renewal cycle trail of ants on NC = 1 is in the following table A B C D A B C

10 D Calculations will continue to be done to achieve the results NCmax and his grab in which the greatest probability. CONCLUSIONS AND RECOMMENDATIONS Based on the results of the evaluation questionnaire analyst who obtained it can be concluded as follows : 1. Program produced by Ant Colony method as a technique to search can show that the optimal position of the wiring from house to house 2. Ant Colony method used in this program is flexible enough for a search method so that it is possible to evolve according to the existing search. 3. Process of calculating the duration of each algorithm very big influence on the resulting solution. The longer it is used, then the resulting solution ACO algorithm is closer to optimal. 4. The number of iterations required to achieve the best results do not have a positive correlation with the number of points that were completed, but depending on the time required to achieve the best results cabling. Suggestions for the use and application developers: 1. Optimization problem which can be solved by Ant Colony Optimization algorithms in addition to the problem of wiring or cable home much more and this algorithm can be modified according to the application problem solved. Due to the limitations of the author in this final task then there are many things that need to be improved and refined. Therefore, it is expected to continue research on the application of Ant Colony Optimization algorithms that have been modified for the problem - other optimization problems. 2. Ant Colony Optimization in fact there are several types, while the author using Ant Colony System. Therefore, for the future, be able to use Ant Colony Optimization others. REFERENCES Berlianty, Intan., Arifin, Miftahol. Teknik-Teknik Optimasi Heuristik. ISBN : Bullnheimer, B., Hartl, R. F., dan Strauss, C. (1999). An improved ant system algorithm for the vehicle routing problem. Technical report, Institute of Management Science, University of Vienna, Austria. Dorigo, Marco., Colorni, Alberto., Maniezzo, Vittorio., Trubian, Marco (1994). Ant System for Job-shop Scheduling. Dorigo, Marco., dan Gambardella, L. M. (2002). Guest Editorial Special Section on Ant Colony Optimization. Dorigo, M., Maniezzo, V., dan Colorni, A. (1991b). The Ant System: An autocatalytic optimizing process. Technical report revised, Dipartimento di Elettronica, Politecnico di Milano, Milan. Dorigo, M., Maniezzo, V., dan Colorni, A. (1996). The ant system: optimization by a colony of cooperating agents. IEEE Transactions on Systems, Man, and Cybernetics-Part B, vol. 26, no. 2, pp , Dorigo, M., dan Gambardella, L. M. (1997). Ant colonies for the traveling salesman problem. Tech.Rep/IRIDIA/ , Université Libre de Bruxelles, Belgium.

11 Dorigo, M., dan Stu tzle, T. ( 2004). Ant colony optimization. A Bradford book. The MIT Press Cambridge, Massachusetts London, England. Dorigo, M., dan Socha K. (2007), An Introduction to Ant Colony Optimization, Tech.Rep/IRIDIA/ , Université Libre de Bruxelles, Belgium. Edhy Sutanta ( 2004) Entity Relationship Diagram J.L. Bnetley, (1992). Fast algorithms for geometric traveling salesman problems. ORSA Journal on Computing, vol. 4, pp Kenneth E. Kendall, Julie E. Kendall ( 2005) Entity Relationship Diagram Lucas, J.R. dan Henry, C System Analyst and Design. New Jersey: Prentice-Hall. Mutakhiroh, I., Saptono, F., Hasanah, N., dan Wiryadinata, R,. (2007). Pemanfaatan Metode Heuristik Dalam Pencarian Jalur Terpendek Dengan Algoritma Semut dan Algoritma Genetik. Seminar Nasional Aplikasi Teknologi Informasi. ISSN: Yogyakarta. ABOUT AUTHOR Joni Cukri was born in Medan city on 17 November Author completed his undergraduate education at Bina Nusantara University in the field of Computer Science and Mathematics in 2013.

Ant Colony Optimization

Ant Colony Optimization Ant Colony Optimization Part 2: Simple Ant Colony Optimization Fall 2009 Instructor: Dr. Masoud Yaghini Outline Ant Colony Optimization: Part 2 Simple Ant Colony Optimization (S-ACO) Experiments with S-ACO

More information

Ant Colony Optimisation

Ant Colony Optimisation Ant Colony Optimisation Alexander Mathews, Angeline Honggowarsito & Perry Brown 1 Image Source: http://baynature.org/articles/the-ants-go-marching-one-by-one/ Contents Introduction to Ant Colony Optimisation

More information

Ant Colony Optimization on Crowdsourced Delivery Trip Consolidation

Ant Colony Optimization on Crowdsourced Delivery Trip Consolidation IJCCS, Vol.11, No.2, July 2017, pp. 109~118 ISSN: 1978-1520 Ant Colony Optimization on Crowdsourced Delivery Trip Consolidation Victor Paskalathis* 1, Azhari SN. 2 1 Program Studi S2 Ilmu Komputer, FMIPA

More information

APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION

APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION APPLY ANT COLONY ALGORITHM TO TEST CASE PRIORITIZATION Chien-Li Shen* and Eldon Y. Li, Department of Information Management, College of Commerce National Chengchi University, Taiwan E-mail: 99356508@nccu.edu.tw,

More information

Optimum Design of Water Conveyance System by Ant Colony Optimization Algorithms

Optimum Design of Water Conveyance System by Ant Colony Optimization Algorithms Optimum Design of Water Conveyance System by Ant Colony Optimization Algorithms HABIBEH ABBASI, ABBAS AFSHAR, MOHAMMAD REZA JALALI Department of Civil Engineering Iran University of Science and Technology

More information

IMPLEMENTATION OF EFFECTIVE BED ALLOCATION AND JOB SCHEDULING IN HOSPITALS USING ANT COLONY OPTIMIZATION

IMPLEMENTATION OF EFFECTIVE BED ALLOCATION AND JOB SCHEDULING IN HOSPITALS USING ANT COLONY OPTIMIZATION IMPLEMENTATION OF EFFECTIVE BED ALLOCATION AND JOB SCHEDULING IN HOSPITALS USING ANT COLONY OPTIMIZATION N.Gopalakrishnan Department of Biomedical Engineering, SSN College of Engineering, Kalavakkam. Mail

More information

ANT COLONY OPTIMIZATION FOR TOURIST ROUTE

ANT COLONY OPTIMIZATION FOR TOURIST ROUTE ANT COLONY OPTIMIZATION FOR TOURIST ROUTE A thesis submitted to the Faculty of Information Technology in partial Fulfillment of the requirements Ifor the degree Master of Science (Information Technology)

More information

Application of an Improved Ant Colony Algorithm in TSP Problem Solving

Application of an Improved Ant Colony Algorithm in TSP Problem Solving 373 A publication of HEMIAL ENGINEERING TRANSATIONS VOL. 51, 2016 Guest Editors: Tichun Wang, Hongyang Zhang, Lei Tian opyright 2016, AIDI Servizi S.r.l., ISBN 978-88-95608-43-3; ISSN 2283-9216 The Italian

More information

Online Publication. Keywords: Ant colony optimization, data mining, IoT smart device, smart city, smart waste management

Online Publication. Keywords: Ant colony optimization, data mining, IoT smart device, smart city, smart waste management Smart City Application: Internet of Things (IoT) Technologies Based Smart Waste Collection Using Data Mining Approach and Ant Colony Optimization Zeki ORALHAN 1, Burcu ORALHAN 2, and Yavuz YİĞİT 3 1 Department

More information

INTEGRATED PROCESS PLANNING AND SCHEDULING WITH SETUP TIME CONSIDERATION BY ANT COLONY OPTIMIZATION

INTEGRATED PROCESS PLANNING AND SCHEDULING WITH SETUP TIME CONSIDERATION BY ANT COLONY OPTIMIZATION Proceedings of the 1st International Conference on Computers & Industrial Engineering INTEGRATED PROCESS PLANNING AND SCHEDULING WITH SETUP TIME CONSIDERATION BY ANT COLONY OPTIMIZATION S.Y. Wan, T.N.

More information

Improvement and Implementation of Best-worst Ant Colony Algorithm

Improvement and Implementation of Best-worst Ant Colony Algorithm Research Journal of Applied Sciences, Engineering and Technology 5(21): 4971-4976, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: July 31, 2012 Accepted: September

More information

Design and Development of Enhanced Optimization Techniques based on Ant Colony Systems

Design and Development of Enhanced Optimization Techniques based on Ant Colony Systems IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 04 September 2016 ISSN (online): 2349-6010 Design and Development of Enhanced Optimization Techniques based on

More information

OPTIMIZATION OF LOGISTIC PROCESSES USING ANT COLONIES

OPTIMIZATION OF LOGISTIC PROCESSES USING ANT COLONIES OPTIMIZATION OF LOGISTIC PROCESSES USING ANT COLONIES C. A. Silva, T.A. Runkler J.M. Sousa, R. Palm Siemens AG Technical University of Lisbon Corporate Technology Instituto Superior Técnico Information

More information

SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION

SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION SWARM INTELLIGENCE FROM NATURAL TO ARTIFICIAL SYSTEMS: ANT COLONY OPTIMIZATION Abstract O. Deepa 1 and Dr. A. Senthilkumar 2 1 Research Scholar, Department of Computer Science, Bharathiar University, Coimbatore,

More information

Ant Colony Optimization

Ant Colony Optimization Ant Colony Optimization Part 4: Algorithms Fall 2009 Instructor: Dr. Masoud Yaghini Ant Colony Optimization: Part 4 Outline The Traveling Salesman Problem ACO Algorithms for TSP Ant System (AS) Elitist

More information

A new idea for train scheduling using ant colony optimization

A new idea for train scheduling using ant colony optimization Computers in Railways X 601 A new idea for train scheduling using ant colony optimization K. Ghoseiri School of Railway Engineering, Iran University of Science and Technology, Iran Abstract This paper

More information

An Approach for Solving Multiple Travelling Salesman Problem using Ant Colony Optimization

An Approach for Solving Multiple Travelling Salesman Problem using Ant Colony Optimization An Approach for Solving Multiple Travelling Salesman Problem using Ant Colony Optimization Krishna H. Hingrajiya University of Rajiv Gandhi Proudyogiki Vishwavidyalaya, Bhopal (M. P.), India Email: krishnahingrajiya@gmail.com

More information

Simulation based layout design of large sized multi-row Flexible Manufacturing Systems

Simulation based layout design of large sized multi-row Flexible Manufacturing Systems Journal of Engineering & Architecture 1(1); June 13 pp. 34-44 Srinivas et al. Simulation based layout design of large sized multi-row Flexible Manufacturing Systems Srinivas C Dept. of Mechanical Engineering

More information

Department of Computer Science, BITS Pilani - K. K. Birla Goa Campus, Zuarinagar, Goa, India

Department of Computer Science, BITS Pilani - K. K. Birla Goa Campus, Zuarinagar, Goa, India Statistical Approach for Selecting Elite Ants Raghavendra G. S. Department of Computer Science, BITS Pilani - K. K. Birla Goa Campus, Zuarinagar, Goa, India Prasanna Kumar N Department of Mathematics,

More information

Carleton University. Honours Project in Computer Science. Applying Ant Colony Optimization using local best tours to the Quadratic. Assignment Problem

Carleton University. Honours Project in Computer Science. Applying Ant Colony Optimization using local best tours to the Quadratic. Assignment Problem Carleton University Honours Project in Computer Science Applying Ant Colony Optimization using local best tours to the Quadratic Assignment Problem Chris Kerr Student # 100199307 Supervisor: Dr. Tony White,

More information

An Overview of Minimum Shortest Path Finding System Using Ant Colony Algorithm

An Overview of Minimum Shortest Path Finding System Using Ant Colony Algorithm An Overview of Minimum Shortest Path Finding System Using Ant Colony Algorithm Nikita G. Mugal Department of Information, Technology,Yeshwantrao Priyanka A. Solanke Nagpur,India. Rinku Dhadse Roshani Chandekar

More information

Ant Systems of Optimization: Introduction and Review of Applications

Ant Systems of Optimization: Introduction and Review of Applications International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 2 (2017) pp. 275-279 Research India Publications http://www.ripublication.com Ant Systems of Optimization: Introduction

More information

Presenting a New Ant Colony Optimization Algorithm (ACO) for Efficient Job Scheduling in Grid Environment

Presenting a New Ant Colony Optimization Algorithm (ACO) for Efficient Job Scheduling in Grid Environment Presenting a New Ant Colony Optimization Algorithm (ACO) for Efficient Job Scheduling in Grid Environment Firoozeh Ghazipour Science and Research Branch Islamic Azad University, Kish, Iran Seyyed Javad

More information

Ant Colony Optimization Algorithm using Back-tracing and Diversification Strategy

Ant Colony Optimization Algorithm using Back-tracing and Diversification Strategy , June 29 - July 1, 16, London, U.K. Ant Colony Optimization Algorithm using Bac-tracing and Diversification Strategy SeungGwan Lee and SangHyeo An Abstract We propose a new improved bio-inspired ant colony

More information

An Early Exploratory Method to Avoid Local Minima in Ant Colony System

An Early Exploratory Method to Avoid Local Minima in Ant Colony System An Early Exploratory Method to Avoid Local Minima in Ant Colony System 33 An Early Exploratory Method to Avoid Local Minima in Ant Colony System Thanet Satukitchai 1 and Kietikul Jearanaitanakij 2, Non-members

More information

RELIABLE IT SERVICE COMES WITH PRICE

RELIABLE IT SERVICE COMES WITH PRICE RELIABLE IT SERVICE COMES WITH PRICE Edwin Yoyada Pratama Information Systems Department, School of Information Systems, Binus University Jl. K.H. Syahdan No. 9, Palmerah, Jakarta Barat 11480 edwin.yoyada@gmail.com

More information

APPLICATION OF ANT COLONY OPTIMISATION IN DISTRIBUTION TRANSFORMER SIZING

APPLICATION OF ANT COLONY OPTIMISATION IN DISTRIBUTION TRANSFORMER SIZING Nigerian Journal of Technology (NIJOTECH) Vol. 36, No. 4, October 2017, pp. 1233 1238 Copyright Faculty of Engineering, University of Nigeria, Nsukka, Print ISSN: 0331-8443, Electronic ISSN: 2467-8821

More information

Incorporating Psychology Model of Emotion into Ant Colony Optimization Algorithm

Incorporating Psychology Model of Emotion into Ant Colony Optimization Algorithm 12th WSEAS Int. Conf. on APPLIED MATHEMATICS Cairo Egypt December 29-31 2007 222 Incorporating Psychology Model of Emotion into Ant Colony Optimization Algorithm Jiann-Horng Lin Department of Information

More information

Ant Colony Optimization for Train Scheduling: An Analysis

Ant Colony Optimization for Train Scheduling: An Analysis I.J. Intelligent Systems Applications, 214, 2, 29-36 Published Online January 214 in MECS (http://www.mecs-press.org/) DOI: 1.5815/ijisa.214.2.4 Ant Colony Optimization for Train Scheduling: An Analysis

More information

Visualization of Ant Colony Optimization A.V.Pavani 1, D.Naina 2,R.Nagendra Babu 3,N.Swarna Jyothi 4,S.Chinna Gopi 5

Visualization of Ant Colony Optimization A.V.Pavani 1, D.Naina 2,R.Nagendra Babu 3,N.Swarna Jyothi 4,S.Chinna Gopi 5 Visualization of Ant Colony Optimization A.V.Pavani 1, D.Naina 2,R.Nagendra Babu 3,N.Swarna Jyothi 4,S.Chinna Gopi 5 1 Student, CSE, Vijaya Institute of Technology for Women, Andhra Pradesh, India, atmakuripavani99@gmail.com

More information

Advanced Metaheuristics. Daniele Vigo D.E.I. - Università di Bologna

Advanced Metaheuristics. Daniele Vigo D.E.I. - Università di Bologna Advanced Metaheuristics Daniele Vigo D.E.I. - Università di Bologna daniele.vigo@unibo.it Main families of Metaheuristics Single-solution methods Basic: Tabu Search, Simulated Annealing Advanced: Iterated

More information

THE IMPACT OF CELEBRITY ENDORSEMENT ON BRAND IMAGE AND CONSUMER REPURCHASE INTENTION OF OPPO SMARTPHONE IN SURABAYA

THE IMPACT OF CELEBRITY ENDORSEMENT ON BRAND IMAGE AND CONSUMER REPURCHASE INTENTION OF OPPO SMARTPHONE IN SURABAYA THE IMPACT OF CELEBRITY ENDORSEMENT ON BRAND IMAGE AND CONSUMER REPURCHASE INTENTION OF OPPO SMARTPHONE IN SURABAYA By: SIMON WIDYA SETIAWAN 3303013031 INTERNATIONAL BUSINESS MANAGEMENT PROGRAM MANAGEMENT

More information

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1%

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1% We are IntechOpen, the first native scientific publisher of Open Access boos 3,350 108,000 1.7 M Open access boos available International authors and editors Downloads Our authors are among the 151 Countries

More information

OPTIMIZATION OF A MULTI-OBJECTIVE-MULTI-PERIOD TRAVELING SALESMAN PROBLEM WITH PICKUP AND DELIVERY USING GENETIC ALGORITHM SEYED POURYA POURHEJAZY

OPTIMIZATION OF A MULTI-OBJECTIVE-MULTI-PERIOD TRAVELING SALESMAN PROBLEM WITH PICKUP AND DELIVERY USING GENETIC ALGORITHM SEYED POURYA POURHEJAZY OPTIMIZATION OF A MULTI-OBJECTIVE-MULTI-PERIOD TRAVELING SALESMAN PROBLEM WITH PICKUP AND DELIVERY USING GENETIC ALGORITHM SEYED POURYA POURHEJAZY A project report submitted in partial fulfilment of the

More information

Université Libre de Bruxelles

Université Libre de Bruxelles Université Libre de Bruxelles Institut de Recherches Interdisciplinaires et de Développements en Intelligence Artificielle An Experimental Study of Estimation-based Metaheuristics for the Probabilistic

More information

Trip attraction model of central market in Poso City based on multiple linier regression model

Trip attraction model of central market in Poso City based on multiple linier regression model Trip attraction model of central market in Poso City based on multiple linier regression model Henny Indriyani Abulebu 1,*, BleiserTanari 1 and Muhammad Isran Ramli 1 Sintuwu Maroso University, Department

More information

Modified Ant Colony Algorithm for Grid Scheduling

Modified Ant Colony Algorithm for Grid Scheduling Modified Ant Colony Algorithm for Grid Scheduling Mr. P.Mathiyalagan 1, S.Suriya 2, Dr.S.N.Sivanandam 3 1 Lecturer, Department of Computer Science and Engineering, PSG College of Technology, Coimbatore.

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access boos Built by scientists, for scientists 3,900 116,000 120M Open access boos available International authors and editors Downloads Our authors

More information

DATA SCIENCE Journal of Computing and Applied Informatics

DATA SCIENCE Journal of Computing and Applied Informatics Journal of Computing and Applied Informatics (JoCAI) Vol. 02, No. 02, 208 87-00 DATA SCIENCE Journal of Computing and Applied Informatics Genetic Algorithms Dynamic Population Size with Cloning in Solving

More information

Solution to a Multi Depot Vehicle Routing Problem Using K-means Algorithm, Clarke and Wright Algorithm and Ant Colony Optimization

Solution to a Multi Depot Vehicle Routing Problem Using K-means Algorithm, Clarke and Wright Algorithm and Ant Colony Optimization Solution to a Multi Depot Vehicle Routing Problem Using K-means Algorithm, Clarke and Wright Algorithm and Ant Colony Optimization Pranavi Singanamala 1, Dr.K. Dharma Reddy, Dr.P.Venkataramaiah 3 1 M.Tech,

More information

UNDERSTANDING SOCIAL NETWORKING SITES ADOPTION: AN EXTENDED THEORY OF PLANNED BEHAVIOR PERSPECTIVE KOH PEI LI UNIVERSITI TEKNOLOGI MALAYSIA

UNDERSTANDING SOCIAL NETWORKING SITES ADOPTION: AN EXTENDED THEORY OF PLANNED BEHAVIOR PERSPECTIVE KOH PEI LI UNIVERSITI TEKNOLOGI MALAYSIA UNDERSTANDING SOCIAL NETWORKING SITES ADOPTION: AN EXTENDED THEORY OF PLANNED BEHAVIOR PERSPECTIVE KOH PEI LI UNIVERSITI TEKNOLOGI MALAYSIA UNDERSTANDING SOCIAL NETWORKING SITES ADOPTION: AN EXTENDED THEORY

More information

AN EFFICIENT MICROCONTROLLER-BASED ELECTRONIC BALLAST FOR HIGH PRESSURE SODIUM LAMPS USED IN STREET LIGHTING MOHD HAMIZAN BIN OMAR

AN EFFICIENT MICROCONTROLLER-BASED ELECTRONIC BALLAST FOR HIGH PRESSURE SODIUM LAMPS USED IN STREET LIGHTING MOHD HAMIZAN BIN OMAR AN EFFICIENT MICROCONTROLLER-BASED ELECTRONIC BALLAST FOR HIGH PRESSURE SODIUM LAMPS USED IN STREET LIGHTING MOHD HAMIZAN BIN OMAR A thesis submitted in fulfilment of the requirements for the award of

More information

ANALYSIS OF FACTORS AFFECTING THE IMPLEMENTATION OF COMPUTER-BASED ACCOUNTING INFORMATION SYSTEM ON SMALL AND MEDIUM ENTERPRISES

ANALYSIS OF FACTORS AFFECTING THE IMPLEMENTATION OF COMPUTER-BASED ACCOUNTING INFORMATION SYSTEM ON SMALL AND MEDIUM ENTERPRISES Jurnal Ekonomi & Studi Pembangunan Volume 18, Nomor 2, Oktober 2017, hlm. 111-115 DOI: 10.18196/jesp.18.2.4021 ANALYSIS OF FACTORS AFFECTING THE IMPLEMENTATION OF COMPUTER-BASED ACCOUNTING INFORMATION

More information

JST Journal of Saintech Transfer

JST Journal of Saintech Transfer Journal of Saintech Transfer (JST) ) Vol. I, No. 1,2018 27-32 JST Journal of Saintech Transfer The Technology of Corn Processing As An Effort To Increase The Income of Kelambir V Village Martos Havena

More information

AVAILABLE TRANSFER CAPABILITY BASED ON RANDOMLY GENERATED PROBABILISTIC DISTRIBUTION FUNCTION OF WIND SPEED USING MONTE CARLO SIMULATION

AVAILABLE TRANSFER CAPABILITY BASED ON RANDOMLY GENERATED PROBABILISTIC DISTRIBUTION FUNCTION OF WIND SPEED USING MONTE CARLO SIMULATION AVAILABLE TRANSFER CAPABILITY BASED ON RANDOMLY GENERATED PROBABILISTIC DISTRIBUTION FUNCTION OF WIND SPEED USING MONTE CARLO SIMULATION NOR AMIRA BINTI A. BAKAR UNIVERSITI TEKNOLOGI MALAYSIA AVAILABLE

More information

Construction Material and Equipment Demand Estimation in Indonesia

Construction Material and Equipment Demand Estimation in Indonesia Construction Material and Equipment Demand Estimation in Indonesia Krishna MOCHTAR, Indonesia Full Time Professor, Indonesia Institute of Technology, Serpong, Indonesia Key words: formulation, bill of

More information

IMPLEMENTING ANT COLONY OPTIMIZATION (ACO) IN TRAVELING SALESMAN PROBLEM (CASE STUDY AT DISTRIBUTION STORE PB)

IMPLEMENTING ANT COLONY OPTIMIZATION (ACO) IN TRAVELING SALESMAN PROBLEM (CASE STUDY AT DISTRIBUTION STORE PB) ISSN : 1978-774 IMPLEMENTING ANT COLONY OPTIMIZATION (ACO) IN TRAVELING SALESMAN PROBLEM (CASE STUDY AT DISTRIBUTION STORE PB) Widya Nurcahayanty Tanjung 1, Sopiah 2 Al Azhar University, Kompleks Masjid

More information

An Improved Ant Colony Algorithm for Optimal Path of Travel Research and Simulation

An Improved Ant Colony Algorithm for Optimal Path of Travel Research and Simulation 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 An Improved Ant Colony Algorithm for Optimal Path of Travel Research and Simulation

More information

PI-Controller Tuning For Heat Exchanger with Bypass and Sensor

PI-Controller Tuning For Heat Exchanger with Bypass and Sensor International Journal of Electrical Engineering. ISSN 0974-2158 Volume 5, Number 6 (2012), pp. 679-689 International Research Publication House http://www.irphouse.com PI-Controller Tuning For Heat Exchanger

More information

INTEGRATING SOCIAL CUSTOMER RELATIONSHIP MANAGEMENT INTO CUSTOMER RELATIONSHIP MANAGEMENT PROCESSES IN ACADEMIC LIBRARY FARIMA ALILOU

INTEGRATING SOCIAL CUSTOMER RELATIONSHIP MANAGEMENT INTO CUSTOMER RELATIONSHIP MANAGEMENT PROCESSES IN ACADEMIC LIBRARY FARIMA ALILOU INTEGRATING SOCIAL CUSTOMER RELATIONSHIP MANAGEMENT INTO CUSTOMER RELATIONSHIP MANAGEMENT PROCESSES IN ACADEMIC LIBRARY FARIMA ALILOU A dissertation submitted in partial fulfillment of the requirements

More information

Optimizing the Construction Job Site Vehicle Scheduling Problem

Optimizing the Construction Job Site Vehicle Scheduling Problem sustainability Article Optimizing the Construction Job Site Vehicle Scheduling Problem Jaehyun Choi 1, Jia Xuelei 1 and WoonSeong Jeong 2, * ID 1 Department of Architectural Engineering, Korea University

More information

ANT COLONY ALGORITHM APPLIED TO FUNDAMENTAL FREQUENCY MAXIMIZATION OF LAMINATED COMPOSITE CYLINDRICAL SHELLS

ANT COLONY ALGORITHM APPLIED TO FUNDAMENTAL FREQUENCY MAXIMIZATION OF LAMINATED COMPOSITE CYLINDRICAL SHELLS ANT COLONY ALGORITHM APPLIED TO FUNDAMENTAL FREQUENCY MAXIMIZATION OF LAMINATED COMPOSITE CYLINDRICAL SHELLS Rubem M. Koide 1 *, Marco A. Luersen 1 ** 1 Laboratório de Mecânica Estrutural (LaMEs), Universidade

More information

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

Comparison Performance of Genetic Algorithm and Ant Colony Optimization in Course Scheduling Optimizing Scientific Journal of Informatics Vol. 3, No. 2, November 216 p-issn 247-7658 http://journal.unnes.ac.id/nju/index.php/sji e-issn 246-4 Comparison Performance of Genetic Algorithm and Ant Colony Optimization

More information

MANAGEMENT INFORMATION SYSTEM FOR PRINTING MACHINE ASSIGNMENT PROCESS WITH TABU SEARCH ALGORITHM

MANAGEMENT INFORMATION SYSTEM FOR PRINTING MACHINE ASSIGNMENT PROCESS WITH TABU SEARCH ALGORITHM Proceeding 8 th International Seminar on Industrial Engineering and Management ISSN : 1978-774X MANAGEMENT INFORMATION SYSTEM FOR PRINTING MACHINE ASSIGNMENT PROCESS WITH TABU SEARCH ALGORITHM Evasaria

More information

Cloud Load Balancing Based on ACO Algorithm

Cloud Load Balancing Based on ACO Algorithm Cloud Load Balancing Based on ACO Algorithm Avtar Singh, Kamlesh Dutta, Himanshu Gupta Department of Computer Science, National Institute of Technology,Hamirpur, HP, India Department of Computer Science,

More information

Ant Colony Optimisation: From Biological Inspiration to an Algorithmic Framework

Ant Colony Optimisation: From Biological Inspiration to an Algorithmic Framework Ant Colony Optimisation: From Biological Inspiration to an Algorithmic Framework Technical Report: TR013 Daniel Angus dangus@ict.swin.edu.au Centre for Intelligent Systems & Complex Processes Faculty of

More information

Using the Ant Colony Algorithm for Real-Time Automatic Route of School Buses

Using the Ant Colony Algorithm for Real-Time Automatic Route of School Buses The International Arab Journal of Information Technology, Vol. 13, No. 5, September 2016 559 Using the Ant Colony Algorithm for Real-Time Automatic Route of School Buses Tuncay Yigit and Ozkan Unsal Department

More information

PRODUCTION SCHEDULING OF BIG PART AT MACHINING DEPARTMENT IN PT. XYZ

PRODUCTION SCHEDULING OF BIG PART AT MACHINING DEPARTMENT IN PT. XYZ PRODUCTION SCHEDULING OF BIG PART AT MACHINING DEPARTMENT IN PT. XYZ 1, Wahyukaton 2, Moch Rifqi Fathoni 3 Industrial Engineering, Pasundan Universitas, Bandung, Indonesia 1 rizki.wahyuniardi@unpas.ac.id,

More information

Comp215: Genetic Algorithms - Part 1

Comp215: Genetic Algorithms - Part 1 Comp215: Genetic Algorithms - Part 1 Mack Joyner, Dan S. Wallach (Rice University) Copyright 2016, Mack Joyner, Dan S. Wallach. All rights reserved. Darwin s Theory of Evolution Individual organisms differ

More information

Blueprint for Implementation of Intelligent System at Government Agencies

Blueprint for Implementation of Intelligent System at Government Agencies Blueprint for Implementation of Intelligent System at Government Agencies Ade Supriatna STMIK Subang Jalan Marsinu No.5 Tegal Kalapa Subang West Java e-mail : adespr@yahoo.com Abstrak Perkembangan teknologi

More information

Advertisement scheduling on commercial radio station using genetics algorithm

Advertisement scheduling on commercial radio station using genetics algorithm Journal of Physics: Conference Series PAPER OPEN ACCESS Advertisement scheduling on commercial radio station using genetics algorithm To cite this article: S Purnamawati et al 2018 J. Phys.: Conf. Ser.

More information

INTRODUCTION TO TRANSPORT PLANNING

INTRODUCTION TO TRANSPORT PLANNING INTRODUCTION TO TRANSPORT PLANNING MASTER PROGRAMME IN TRANSPORT SYSTEM AND ENGINEERING MUHAMMAD ZUDHY IRAWAN zudhyirawan.staff.ugm.ac.id TRANSPORT & TRANSPORT PLANNING EFFICIENCY To achieve efficient

More information

Faculty of Cognitive Sciences and Human Development

Faculty of Cognitive Sciences and Human Development Faculty of Cognitive Sciences and Human Development A COMBINATORIAL OPTIMIZATION TECHNIQUE USING GENETIC ALGORITHM: A CASE STUDY IN MACHINE LAYOUT PROBLEM Lau Siew Yung Kota Samarahan 2007 A COMBINATORIAL

More information

AN ANT COLONY APPROACH TO SOLVE A VEHICLE ROUTING PROBLEM IN A FMCG COMPANY SRINIVAS RAO T & PRAKASH MARIMUTHU K

AN ANT COLONY APPROACH TO SOLVE A VEHICLE ROUTING PROBLEM IN A FMCG COMPANY SRINIVAS RAO T & PRAKASH MARIMUTHU K International Journal of Mechanical and Production Engineering Research and Development (IJMPERD) ISSN(P): 2249-6890; ISSN(E): 2249-8001 Vol. 8, Issue 1 Feb 2018, 1113-1118 TJPRC Pvt. Ltd. AN ANT COLONY

More information

IMPROVE MATERIAL HANDLING SYSTEM IN HIROTAKO ACOUSTIC SDN.BHD S LOGISTIC DEPARTMENT AREA LINGENTHIRAN A/L SAMYLINGAM

IMPROVE MATERIAL HANDLING SYSTEM IN HIROTAKO ACOUSTIC SDN.BHD S LOGISTIC DEPARTMENT AREA LINGENTHIRAN A/L SAMYLINGAM IMPROVE MATERIAL HANDLING SYSTEM IN HIROTAKO ACOUSTIC SDN.BHD S LOGISTIC DEPARTMENT AREA LINGENTHIRAN A/L SAMYLINGAM Report submitted in partial fulfilment of the requirements for the award of the degree

More information

Ant Colony Optimization for Resource-Constrained Project Scheduling

Ant Colony Optimization for Resource-Constrained Project Scheduling IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 6, NO. 4, AUGUST 2002 333 Ant Colony Optimization for Resource-Constrained Project Scheduling Daniel Merkle, Martin Middendorf, and Hartmut Schmeck Abstract

More information

Ant Colony Solution to Optimal Transformer Sizing Problem

Ant Colony Solution to Optimal Transformer Sizing Problem Ant Colony Solution to Optimal Transformer Sizing Problem Elefterios I. Amoiralis 1, Marina A. Tsili 2, Pavlos S. Georgilais 1, and Antonios G. Kladas 2 1 Department of Production Engineering and Management

More information

Advanced Science Letters All rights reserved Vol. 23, 3, 2017 Printed in the United States of America. Copyright 2011 American Scientific Publishers

Advanced Science Letters All rights reserved Vol. 23, 3, 2017 Printed in the United States of America. Copyright 2011 American Scientific Publishers RESEARCH ARTICLE Copyright 2011 American Scientific Publishers Advanced Science Letters All rights reserved Vol. Printed in the United States of America A Multiple-Objective Ant Colony for Optimizing Disaster

More information

Topics covered 9/8/2015 COMPETING IN THE INFORMATION AGE. The Three Waves of Change by Alvin Toffler describes three phases or waves of changes

Topics covered 9/8/2015 COMPETING IN THE INFORMATION AGE. The Three Waves of Change by Alvin Toffler describes three phases or waves of changes Topics covered Proses Bisnis dan Informasi 1. Information age 2. Data, information, and knowledge 3. Departments in a company 4. System thinking 5. Information systems for business communication 1 2 The

More information

THE IMPACT OF E-WOM, CONSUMER TRUST, AND CELEBRITY ENDORSEMENT TOWARD PURCHASE INTENTION IN RAVELOUX INSTAGRAM

THE IMPACT OF E-WOM, CONSUMER TRUST, AND CELEBRITY ENDORSEMENT TOWARD PURCHASE INTENTION IN RAVELOUX INSTAGRAM THE IMPACT OF E-WOM, CONSUMER TRUST, AND CELEBRITY ENDORSEMENT TOWARD PURCHASE INTENTION IN RAVELOUX INSTAGRAM Thesis for S-1 BY: FREDDIE 3303013020 INTERNATIONAL BUSINESS MANAGEMENT FACULTY OF BUSINESS

More information

Insertion based Ants for Vehicle Routing Problems with Backhauls and Time Windows. Marc Reimann Karl Doerner Richard F. Hartl

Insertion based Ants for Vehicle Routing Problems with Backhauls and Time Windows. Marc Reimann Karl Doerner Richard F. Hartl Insertion based Ants for Vehicle Routing Problems with Backhauls and Time Windows Marc Reimann Karl Doerner Richard F. Hartl Report No. 68 June 2002 June 2002 SFB Adaptive Information Systems and Modelling

More information

ORGANIZATION STRUCTURE DEVELOPMENT BASED ON COMPANY BUSINESS PROCESS

ORGANIZATION STRUCTURE DEVELOPMENT BASED ON COMPANY BUSINESS PROCESS AJIE - Asian Journal of Innovation and Entrepreneurship (e-issn: 2477-0574 ; p-issn: 2477-3824) Vol. 02, No. 03, September 2017 ORGANIZATION STRUCTURE DEVELOPMENT BASED ON COMPANY BUSINESS PROCESS Ferry

More information

The Development of Hybrid Cross Entropy-Genetic Algorithm for Multi-Product Inventory Ship Routing Problem with Heterogeneous Fleet

The Development of Hybrid Cross Entropy-Genetic Algorithm for Multi-Product Inventory Ship Routing Problem with Heterogeneous Fleet Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 The Development of Hybrid Cross Entropy-Genetic Algorithm for Multi-Product

More information

Manajemen Kualitas Perangkat Lunak. Desy Intan Permatasari Lab Sistem Informasi

Manajemen Kualitas Perangkat Lunak. Desy Intan Permatasari  Lab Sistem Informasi Manajemen Kualitas Perangkat Lunak Desy Intan Permatasari http://desy.lecturer.pens.ac.id/ Lab Sistem Informasi Penilaian Teori UTS : 30 % UAS : 40 % Quiz: 20 % Tugas : 10% Ketentuan Perkuliahan Tatap

More information

Designing model protein chains using bioinspired ant algorithm

Designing model protein chains using bioinspired ant algorithm Indian Journal of Chemistry Vol. 48A, November 2009, pp. 1477-1483 Designing model protein chains using bioinspired ant algorithm Mohsineen Wazir & A K Bakhshi* Department of Chemistry, University of Delhi,

More information

EFFECTS OF CHEMICAL MECHANICAL POLISHING (CMP) PARAMETERS ON NIP/AL SUBSTRATE SURFACE CHARACTERISTICS MOHD AIDIL BIN ROSLI

EFFECTS OF CHEMICAL MECHANICAL POLISHING (CMP) PARAMETERS ON NIP/AL SUBSTRATE SURFACE CHARACTERISTICS MOHD AIDIL BIN ROSLI EFFECTS OF CHEMICAL MECHANICAL POLISHING (CMP) PARAMETERS ON NIP/AL SUBSTRATE SURFACE CHARACTERISTICS MOHD AIDIL BIN ROSLI A project report submitted in partial fulfillment of the requirements for the

More information

INTELLIGENT OPTIMAL REPLACEMENT MODEL FOR HOSTEL FACILITIES MAINTENANCE

INTELLIGENT OPTIMAL REPLACEMENT MODEL FOR HOSTEL FACILITIES MAINTENANCE Jilid 1 2017: 85-94 INTELLIGENT OPTIMAL REPLACEMENT MODEL FOR HOSTEL FACILITIES MAINTENANCE Yuseni Ab Wahab 1 & Abd Samad Hasan Basari 2 1 Kolej Universiti Islam Melaka 2 Universiti Teknikal Malaysia Melaka

More information

SIZING OF ENERGY STORAGE BASED ON LOSS OF LOAD PROBABILITY OF STANDALONE PHOTOVOLTAIC SYSTEMS RAZMAN BIN AYOP UNIVERSITI TEKNOLOGI MALAYSIA

SIZING OF ENERGY STORAGE BASED ON LOSS OF LOAD PROBABILITY OF STANDALONE PHOTOVOLTAIC SYSTEMS RAZMAN BIN AYOP UNIVERSITI TEKNOLOGI MALAYSIA SIZING OF ENERGY STORAGE BASED ON LOSS OF LOAD PROBABILITY OF STANDALONE PHOTOVOLTAIC SYSTEMS RAZMAN BIN AYOP UNIVERSITI TEKNOLOGI MALAYSIA SIZING OF ENERGY STORAGE BASED ON LOSS OF LOAD PROBABILITY OF

More information

Relative Study of CGS with ACO and BCO Swarm Intelligence Techniques

Relative Study of CGS with ACO and BCO Swarm Intelligence Techniques Relative Study of CGS with ACO and BCO Swarm Intelligence Techniques Abstract Ms. T.Hashni 1 Ms.T.Amudha 2 Assistant Professor 1, 2 P.S.G.R.Krishnammal College for Women 1, Bharathiar University 2 Coimbatore,

More information

OPTIMAL DESIGN OF WATER NETWORK WITH IMPOVED OPERABILITY MOHAMMADREZA DEHGHANI UNIVERSITI TEKNOLOGI MALAYSIA

OPTIMAL DESIGN OF WATER NETWORK WITH IMPOVED OPERABILITY MOHAMMADREZA DEHGHANI UNIVERSITI TEKNOLOGI MALAYSIA OPTIMAL DESIGN OF WATER NETWORK WITH IMPOVED OPERABILITY MOHAMMADREZA DEHGHANI UNIVERSITI TEKNOLOGI MALAYSIA OPTIMAL DESIGN OF WATER RECOVERY NETWORK WITH IMPROVED OPERABILITY MOHAMMADREZA DEHGHANI A dissertation

More information

A VEHICLE ROUTING PROBLEM WITH STOCHASTIC TRAVEL TIMES. T. Van Woensel, L. Kerbache, H. Peremans and N. Vandaele

A VEHICLE ROUTING PROBLEM WITH STOCHASTIC TRAVEL TIMES. T. Van Woensel, L. Kerbache, H. Peremans and N. Vandaele A VEHICLE ROUTING PROBLEM WITH STOCHASTIC TRAVEL TIMES T. Van Woensel, L. Kerbache, H. Peremans and N. Vandaele University of Antwerp, +32 3 220 40 69, tom.vanwoensel@ua.ac.be HEC School of Management,

More information

IMPACT OF WORK LIFE BALANCE ON EMPLOYEES LOYALTY, SATISFACTION, AND PRODUCTIVITY KADARKO ESTHER DIZAHO

IMPACT OF WORK LIFE BALANCE ON EMPLOYEES LOYALTY, SATISFACTION, AND PRODUCTIVITY KADARKO ESTHER DIZAHO i IMPACT OF WORK LIFE BALANCE ON EMPLOYEES LOYALTY, SATISFACTION, AND PRODUCTIVITY KADARKO ESTHER DIZAHO A dissertation submitted in partial fulfillment of the requirements for the award of the degree

More information

Notes. Designing of type-i polymeric superlattices using genetic and ant algorithms: A comparative study

Notes. Designing of type-i polymeric superlattices using genetic and ant algorithms: A comparative study Indian Journal of Chemistry Vol. 48A, December 2009, pp. 1652-1656 Notes Designing of type-i polymeric superlattices using genetic and ant algorithms: A comparative study Avneet Kaur, Mohsineen Wazir,

More information

I-MABRUR APPLICATION BASED ON WEBSITE (CASE STUDY: PT PAKUAN JAYA SAFARI TRAVEL) ARIEF SYAFRUDIN Mercu Buana University

I-MABRUR APPLICATION BASED ON WEBSITE (CASE STUDY: PT PAKUAN JAYA SAFARI TRAVEL) ARIEF SYAFRUDIN Mercu Buana University I-MABRUR APPLICATION BASED ON WEBSITE (CASE STUDY: PT PAKUAN JAYA SAFARI TRAVEL) ARIEF SYAFRUDIN Mercu Buana University arief.syafrudintgr@gmail.com Abstrak: PT. Pakuan Jaya Safari Travel dalam kegiatan

More information

TABLE OF CONTENTS DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT

TABLE OF CONTENTS DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT vi ABSTRACT Post tensioning flat slab are not complex where the construction technique, structure behavior and design are all simple. The tendon install provide a suspension system within the slab and

More information

Terbit online pada laman web jurnal : JURNAL RESTI

Terbit online pada laman web jurnal :   JURNAL RESTI Terbit online pada laman web jurnal : http://jurnal.iaii.or.id JURNAL RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol. 2 No. 2 (2018) 560 565 ISSN : 2580-0760 (media online) System Information Audit

More information

A STUDY ON ATTITUDE TOWARDS USAGE OF AUTOMATED PUSHER BOX TECHNOLOGY USE BEHAVIOR IN FELDA RUBBER INDUSTRY

A STUDY ON ATTITUDE TOWARDS USAGE OF AUTOMATED PUSHER BOX TECHNOLOGY USE BEHAVIOR IN FELDA RUBBER INDUSTRY A STUDY ON ATTITUDE TOWARDS USAGE OF AUTOMATED PUSHER BOX TECHNOLOGY USE BEHAVIOR IN FELDA RUBBER INDUSTRY MOHD HARADZI BIN ABDUL KARIM UNIVERSITI TEKNIKAL MALAYSIA A STUDY ON ATTITUDE TOWARDS USAGE OF

More information

DESIGN OF OPTIMAL DISTRIBUTION APPLICATION USING FIREFLY ALGORITHM

DESIGN OF OPTIMAL DISTRIBUTION APPLICATION USING FIREFLY ALGORITHM DESIGN OF OPTIMAL DISTRIBUTION APPLICATION USING FIREFLY ALGORITHM Ngarap Imanuel Manik 1, Yunggih Nursalim 2, and Derwin Suhartono 3 1,2 Mathematics Department, School of Computer Science, Bina Nusantara

More information

IMPLEMENTING AN AUTOMATED SYSTEM TO SIMPLIFY THE DATA MANAGEMENT PROCESS AT PARTS STORAGE AREA OF PT. Z

IMPLEMENTING AN AUTOMATED SYSTEM TO SIMPLIFY THE DATA MANAGEMENT PROCESS AT PARTS STORAGE AREA OF PT. Z IMPLEMENTING AN AUTOMATED SYSTEM TO SIMPLIFY THE DATA MANAGEMENT PROCESS AT PARTS STORAGE AREA OF PT. Z Hery Hamdi Azwir 1*, M. Yafi Maulidin 2* Industrial Engineering Study Program, Faculty of Engineering,

More information

Process Identification

Process Identification Process Identification Fundamental of Business Process [IS611083] Lecturer : 1. Dwi Mustika K, S.Kom., M.Kom (DMK) 2. Yudha Saintika, S.T., M.T.I (YUS) Sub Capaian Pembelajaran MK Mahasiswa mampu memahami

More information

OPTIMIZATION OF MULTI-TRIP VEHICLE ROUTING PROBLEM WITH TIME WINDOWS USING GENETIC ALGORITHM

OPTIMIZATION OF MULTI-TRIP VEHICLE ROUTING PROBLEM WITH TIME WINDOWS USING GENETIC ALGORITHM Journal of Environmental Engineering & Sustainable Technology Vol. 03 No. 02, November 2016, Pages 92-97 JEEST http://jeest.ub.ac.id OPTIMIZATION OF MULTI-TRIP VEHICLE ROUTING PROBLEM WITH TIME WINDOWS

More information

PIVOTAL FACTORS INFLUENCING THE PERFORMANCE OF CONSTRUCTION PROJECTS IN MOGADISHU CITY, SOMALIA ABDI AZIZ AHMED ABTIDON UNIVERSITI TEKNOLOGI MALAYSIA

PIVOTAL FACTORS INFLUENCING THE PERFORMANCE OF CONSTRUCTION PROJECTS IN MOGADISHU CITY, SOMALIA ABDI AZIZ AHMED ABTIDON UNIVERSITI TEKNOLOGI MALAYSIA 1 PIVOTAL FACTORS INFLUENCING THE PERFORMANCE OF CONSTRUCTION PROJECTS IN MOGADISHU CITY, SOMALIA ABDI AZIZ AHMED ABTIDON UNIVERSITI TEKNOLOGI MALAYSIA 4 PIVOTAL FACTORS INFLUENCING THE PERFORMANCE OF

More information

LEAN STRATEGY IMPLEMENTATION TO IMPROVE THROUGHPUT IN ASSEMBLY LINE: DUL-DB21SSC MANUFACTURING PROCESS AT PT X

LEAN STRATEGY IMPLEMENTATION TO IMPROVE THROUGHPUT IN ASSEMBLY LINE: DUL-DB21SSC MANUFACTURING PROCESS AT PT X LEAN STRATEGY IMPLEMENTATION TO IMPROVE THROUGHPUT IN ASSEMBLY LINE: DUL-DB21SSC MANUFACTURING PROCESS AT PT X Gemma Eka Santoso; Gita Ayu; Nike Septivani Industrial Engineering Department, Faculty of

More information

TASK SCHEDULING OF AGV IN FMS USING NON-TRADITIONAL OPTIMIZATION TECHNIQUES

TASK SCHEDULING OF AGV IN FMS USING NON-TRADITIONAL OPTIMIZATION TECHNIQUES ISSN 1726-4529 Int j simul model 9 (2010) 1, 28-39 Original scientific paper TASK SCHEDULING OF AGV IN FMS USING NON-TRADITIONAL OPTIMIZATION TECHNIQUES Udhayakumar, P. & Kumanan, S. Department of Production

More information

INVENTORY MANAGEMENT AND CONTROL AT AN IN-FLIGHT CATERING COMPANY NOR LIAWATI BINTI ABU OTHMAN

INVENTORY MANAGEMENT AND CONTROL AT AN IN-FLIGHT CATERING COMPANY NOR LIAWATI BINTI ABU OTHMAN INVENTORY MANAGEMENT AND CONTROL AT AN IN-FLIGHT CATERING COMPANY NOR LIAWATI BINTI ABU OTHMAN A project report submitted in partial fulfilment of the requirements for the award of the degree of Master

More information

Ant Colony System vs ArcGIS Network Analyst: The Case of Municipal Solid Waste Collection

Ant Colony System vs ArcGIS Network Analyst: The Case of Municipal Solid Waste Collection 5th WSEAS Int. Conf. on ENVIRONMENT, ECOSYSTEMS and DEVELOPMENT, Tenerife, Spain, December 14-16, 2007 128 Ant Colony System vs ArcGIS Network Analyst: The Case of Municipal Solid Waste Collection NIKOLAOS

More information

IMPLEMENTASI KONSEP GUDANG ERP PADA PERUSAHAAN BARE CORE MENGGUNAKAN ODOO 10 (PT. ALBASIA NUSA KARYA)

IMPLEMENTASI KONSEP GUDANG ERP PADA PERUSAHAAN BARE CORE MENGGUNAKAN ODOO 10 (PT. ALBASIA NUSA KARYA) ISSN : 2355-9365 e-proceeding of Engineering : Vol.5, No.2 Agustus 2018 Page 3222 IMPLEMENTATION OF ERP WAREHOUSING CONCEPT IN BARE CORE COMPANY WITH USING ODOO 10 (PT. ALBASIA NUSA KARYA) IMPLEMENTASI

More information

WASTE ELIMINATION USING VALUE STREAM MAPPING AND VALSAT

WASTE ELIMINATION USING VALUE STREAM MAPPING AND VALSAT WASTE ELIMINATION USING VALUE STREAM MAPPING AND VALSAT Dion Avellino Suyanto dan Sunday Noya Department of Industrial Engineering, FST, Ma Chung University e-mail: 411010008@student.machung.ac.id, sunday.alexander@machung.ac.id

More information

SERVICE MARKETING MIX AND CUSTOMER SATISFACTION OF HOTEL IN JOHOR BAHRU SAYYED ALI YAHYAZADEH

SERVICE MARKETING MIX AND CUSTOMER SATISFACTION OF HOTEL IN JOHOR BAHRU SAYYED ALI YAHYAZADEH ii SERVICE MARKETING MIX AND CUSTOMER SATISFACTION OF HOTEL IN JOHOR BAHRU SAYYED ALI YAHYAZADEH A dissertation submitted in partial fulfilment of the requirements for the award of the degree of Master

More information

MOHD OMAR ABSTRACT. Keywords: Cash discount; delay payment; finite horizon; inventory; time-varying demand ABSTRAK

MOHD OMAR ABSTRACT. Keywords: Cash discount; delay payment; finite horizon; inventory; time-varying demand ABSTRAK Sains Malaysiana 41(4)(2012): 493-498 A Replenishment Inventory Model for Items Under Time-Varying Demand Rates Considering Trade Credit Period and Cash Discount for a finite Time Horizon (Model Penambahan

More information