Solving the Assignment problem using Genetic Algorithm and Simulated Annealing

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Paper, 4 p, IAENG International Journal of Applied Mathematics.
The paper attempts to solve the generalized Assignment problem through genetic algorithm and simulated annealing. The generalized assignment problem is basically the N men- N jobs problem where a single job can be assigned to only one person in such a way that the overall cost of assignment is minimized. While solving this problem through genetic algorithm (GA), a unique encoding scheme is used together with Partially Matched Crossover (PMX). The population size can also be varied in each iteration. In simulated annealing (SA) method, an exponential cooling schedule based on Newtonian cooling process is employed and experimentation is done on choosing the number of iterations (m) at each step. The source codes for the above have been developed in C language and compiled in GCC. Several test cases have been taken and the results obtained from both the methods have been tabulated and compared against the results obtained by coding in AMPL.

Author(s): Anshuman S., Rudrajit T.

Language: English
Commentary: 1368515
Tags: Информатика и вычислительная техника;Искусственный интеллект;Эволюционные алгоритмы