𝔖 Scriptorium
✦   LIBER   ✦

📁

Solving the Assignment problem using Genetic Algorithm and Simulated Annealing

✍ Scribed by Anshuman S., Rudrajit T.


Tongue
English
Leaves
4
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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.

✦ Subjects


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


📜 SIMILAR VOLUMES


Genetic Algorithm for Solving Simple Mat
✍ Hermawanto D. 📂 Library 🌐 English

Paper, Indonesian Institute of Sciences (LIPI), Indonesia, 10 p.<br/>This paper explains genetic algorithm for novice in this field. Basic philosophy of genetic algorithm and its flowchart are described. Step by step numerical computation of genetic algorithm for solving simple mathematical equality

Genetic Algorithms in Elixir: Solve Prob
✍ Sean Moriarity 📂 Library 📅 2021 🏛 Pragmatic Bookshelf 🌐 English

From finance to artificial intelligence, genetic algorithms are a powerful tool with a wide array of applications. But you don't need an exotic new language or framework to get started; you can learn about genetic algorithms in a language you're already familiar with. Join us for an in-depth look at

Genetic Algorithms in Elixir: Solve Prob
✍ Sean Moriarity 📂 Library 📅 2021 🏛 The Pragmatic Programmers 🌐 English

<p>From finance to artificial intelligence, genetic algorithms are a powerful tool with a wide array of applications. But you don't need an exotic new language or framework to get started; you can learn about genetic algorithms in a language you're already familiar with. Join us for an in-depth look

Problem Solving with Algorithms and Data
✍ Bradley N. Miller; David L. Ranum 📂 Library 📅 2013 🏛 Franklin, Beedle & Associates 🌐 English

THIS TEXTBOOK is about computer science. It is also about Python. However, there is much more. The study of algorithms and data structures is central to understanding what computer science is all about. Learning computer science is not unlike learning any other type of difficult subject matter. The

Algorithms: Design Algorithms to Solve C
✍ Andy Vickler 📂 Library 🌐 English

<span>Are you interested in furthering your knowledge of </span><span>algorithms</span><span>? Do you want to learn how they work for </span><span>real-world</span><span> problems ? Then you've come to the right place.<br>This guide will walk you through algorithm design before digging into some of