Dissertations / Theses on the topic 'Generalized Assignment Problems'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 19 dissertations / theses for your research on the topic 'Generalized Assignment Problems.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Tsakonas, Efthymios. "Convex Optimization for Assignment and Generalized Linear Regression Problems." Doctoral thesis, KTH, Signalbehandling, 2014. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-150338.
Full textQC 20140902
Brommesson, Peter. "Solving the Generalized Assignment Problem by column enumeration based on Lagrangian reduced costs." Thesis, Linköping University, Department of Mathematics, 2006. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-5583.
Full textIn this thesis a method for solving the Generalized Assignment Problem (GAP) is described. It is based on a reformulation of the original problem into a Set Partitioning Problem (SPP), in which the columns represent partial solutions to the original problem. For solving this problem, column generation, with systematic overgeneration of columns, is used. Conditions that guarantee that an optimal solution to a restricted SPP is optimal also in the original problem are given. In order to satisfy these conditions, not only columns with the most negative Lagrangian reduced costs need to be generated, but also others; this observation leads to the use of overgeneration of columns.
The Generalized Assignment Problem has shown to be NP-hard and therefore efficient algorithms are needed, especially for large problems. The application of the proposed method decomposes GAP into several knapsack problems via Lagrangian relaxation, and enumerates solutions to each of these problems. The solutions obtained from the knapsack problems form a Set Partitioning Problem, which consists of combining one solution from each knapsack problem to obtain a solution to the original problem. The algorithm has been tested on problems with 10 agents and 60 jobs. This leads to 10 knapsack problems, each with 60 variables.
Bou, saleh Mira. "Generalized Resource Assignment and Planning Optimization in Specialized Education and Home Care Services." Electronic Thesis or Diss., Bourgogne Franche-Comté, 2023. http://www.theses.fr/2023UBFCA023.
Full textThis thesis explores the optimization of specialized education and home care services in France. It addresses the practical challenges encountered in these fields, focusing primarily on the allocation and planning of professionals to meet the diverse needs of people with, for example, visual or hearing impairments. The research is structured around three configurations: assignment and planning issues in specialized education services, the integration of specialized education and home care services with assignment, planning, and ergonomic challenges, and the optimization of multi-center scenarios. Each configuration is addressed using mathematical models and multi-objective approaches, with the aim of achieving equitable resource allocation and improving service efficiency. In the first configuration, a mixed integer linear programming model with two multi-objective approaches (a weighted sum method and an epsilon-constraint-based model) is employed to balance the workload among educators and ensure student satisfaction. The second configuration extends this approach to the integration of specialized education and home care services and the resolution of their multi-day assignment and planning problems while considering travel times and distances. We provided an exact solution using a mixed integer linear programming model to solve the problem studied. In addition, we implemented a greedy heuristic and two metaheuristic approaches (a genetic algorithm and a discrete invasive weed optimization algorithm) to solve large-size instances. We considered seven objectives: specialization of assignments, equitable distribution of unproductive hours and overtime hours among the employees, balancing of traveled distances among the employees and minimization of total distance traveled, highest distance traveled, and number of unproductive and overtime hours. In addition, assignment, planning, and ergonomic constraints were taken into account, such as skill qualification, lunch breaks, quota restrictions, tolerated overtime, and travel time. The final configuration focuses on the optimization of multi-center scenarios. A two-phase approach has been implemented. The first phase allocates missions to centers on the basis of a hierarchical multi-objective mathematical model, taking into account qualification and capacity constraints. The second phase assigns missions to employees in each center and optimizes the planning of schedules
Karabulut, Ozlem. "Multi Resource Agent Bottleneck Generalized Assignment Problem." Master's thesis, METU, 2010. http://etd.lib.metu.edu.tr/upload/3/12611790/index.pdf.
Full text#945
approximation algorithm. Our computational results have revealed that these procedures can find high quality solutions to large sized instances very quickly.
Jaramillo, Juan R. "The generalized machine layout problem." Morgantown, W. Va. : [West Virginia University Libraries], 2007. https://eidr.wvu.edu/etd/documentdata.eTD?documentid=5504.
Full textTitle from document title page. Document formatted into pages; contains xi, 86 p. : ill. Includes abstract. Includes bibliographical references (p. 82-86).
Monori, Akos. "Task assignment optimization in SAP Extended WarehouseManagement." Thesis, Högskolan Dalarna, Datateknik, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:du-3598.
Full textPIGATTI, ALEXANDRE ALTOE. "MODELS AND ALGORITHMS FOR THE GENERALIZED ASSIGNMENT PROBLEM (PAG) AND APPLICATIONS." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2003. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=4132@1.
Full textEsta dissertação estuda modelos e algoritmos para o Problema de Alocação Generalizada (PAG) . A motivação para este estudo foi uma nova aplicação do PAG: o Problema de Carregamento de Caminhões (PCC) . A pesquisa desenvolvida concentra-se no estudo e na proposta de algoritmos aproximados (metaeurísticas) e exatos para a resolução do PAG. Os algoritmos aproximados propostos baseiam-se em um conceito recentemente criado por Fischetti e Lodi (2003), que utiliza programação matemática inteira para a exploração eficiente de vizinhanças mais abrangentes. Os resultados obtidos foram comparáveis aos melhores conhecidos, com a vantagem de exigir um esforço pequeno de implementação e um menor tempo de processamento. O algoritmo exato proposto é um algoritmo de branch-and-cut- and-price, que tem como ponto de partida o algoritmo de branch-and-price de Savelsbergh (1997). Técnicas de estabilização da geração de colunas similares às propostas por Du Merle, Villeneuve, Desrosiers e Hansen (1999), foram estudadas no âmbito desta dissertação, que experimenta com diferentes implementações deste mecanismo. O algoritmo de branch-andcut-and-price estabilizado demonstrou sua eficiência ao resolver à otimalidade instâncias que se encontravam em aberto na literatura. Finalmente, experiências com PCC permitiram que os códigos desenvolvidos pudessem ser avaliados em problemas reais.
This dissertation tackles the Generalized Assignment Problem (PAG), models and algorithms are studied and proposed. This work was motivated by a real world application: the Truck Loading Problem (PCC). Research was done on approximated (metaheuristics) and exact algorithm for solving the PAG. The approximated algorithms proposed were based on a recent idea from Fischetti and Lodi (2003). It uses integer programming to explore wider neighborhoods. The results were compared to the best known, while demanding much less implementation effort and using less cpu time. The exact algorithm proposed is a branch-and-cut- and-price developed from the branch-and-price algorithm of Savelsbergh (1997). We used stabilized column generation techniques similar to the one by Du Merle, Villeneuve, Desrosiers and Hansen (1999), and devised experiments with different implementations of this mechanism. The resulting algorithm proved its efficiency by solving to optimality open instances from the literature. Finally, experiments with the PCC turned possible the evaluation of the codes developed on real problems.
Woodcock, Andrew John. "Solving the generalized assignment problem : a hybrid Tabu search/branch and bound algorithm." Thesis, Loughborough University, 2007. https://dspace.lboro.ac.uk/2134/17881.
Full textROCHA, DANIEL AMARAL DE MEDEIROS. "COMBINING METAHEURISTICS WITH MP SOLVERS, WITH APPLICATIONS TO THE GENERALIZED ASSIGNMENT PROBLEM (GAP)." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2009. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=15363@1.
Full textMétodos que combinam estratégias normalmente encontradas em algoritmos metaeurísticos com técnicas para resolver problemas de programação inteira mista (MIP) têm apresentado ótimos resultados nos últimos anos. Este trabalho propõe dois novos algoritmos nessa linha: um algoritmo que faz pós-processamento nas soluções encontradas pelo resolvedor MIP. Os dois algoritmos utilizam um novo tipo de vizinhança, chamada de vizinhança elipsoidal, que possui fortes semelhanças com as técnicas de relinking de algoritmos PR e que neste trabalho é generalizada e extendida para múltiplas soluções. O problema generalizado de alocação (GAP) é usado para os experimentos. São testados também um resolvedor MIP puro (ILOG CPLEX versão 11) e um algoritmo branch and price que utiliza as heurísticas RINS e guided dives. Os algoritmos testados são comparados entre e com heurísticas específicas para o GAP. Os resultados são satisfatórios e indicam que as vizinhanças elipsoidais conseguem frequentemente melhorar as soluções encontradas pelo resolvedor MIP, encontrando a melhor solução para algumas instâncias.
Methods that mix strategies usually found in metaheristic algorithms with techniques to solve mixed integer programming problems (MIPs) have had great results over the past few years. This wprk proposes two new algorithms in this philosophy: one is based on the Path Relink (PR) metaheuristc, while the other one is a simple algorithm that does post-processing in the solutions found by the MIP solver. Both algorithms use a new neighborhood structure, called ellipsoidal neighborhood, that has strong resemblances with the relinking step from PR algorithms and that, in this work, is generalized and extended for multiple solutions. The generalized assignment problem (GAP) is used for the computational experiments. Also tested are MIP solver (ILOG CPLEX version 11) and a branch and price algorithm that uses the RINS and guides dives heuristics. The tested algorithms are compared among themselves and with GAP-specific heuristics. The results are satisfactory and show that the ellipsoidal neighborhood can frequently improve the solutions found by the MIP solver, even finding the best result for some instances.
Kim, Seon Ki. "Branch-and-Price Method for Stochastic Generalized Assignment Problem, Hospital Staff Scheduling Problem and Stochastic Short-Term Personnel Planning Problem." Diss., Virginia Tech, 2009. http://hdl.handle.net/10919/37487.
Full textPh. D.
Fabbri, Cristiano. "Analisi ed ottimizzazione dei percorsi diagnostici presso l’AUSL di Bologna." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2017.
Find full textLundquist, Josefin, and Linnéa O'Hara. "An optimization model using the Assignment Problem to manage the location of parts : Master Thesis at the engine assembly at Scania CV AB." Thesis, Umeå universitet, Institutionen för matematik och matematisk statistik, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-137825.
Full textMoussavi, Seyed Esmaeil. "Workforce scheduling and job rotation by considering ergonomic factors (Presentation of the Sequencing Generalized Assignment Problem) : application to production and home healthcare systems." Thesis, Bourgogne Franche-Comté, 2018. http://www.theses.fr/2018UBFCA017/document.
Full textThis thesis concerns the human resource planning by paying a special attention to the human aspect and ergonomic factors in the manufacturing domain. A number of mathematical models are presented to formulate the studied workforce scheduling and planning problems. In the planning models, the productivity of the manufacturing system and the well-being of the workers are targeted. In this way, a worker assignment approach is presented to reduce the production time and a job rotation scheduling approach is presented to balance the workloads on the operators. For this purpose, an ergonomic analysis is carried out on the jobs of the studied production system. This analysis results in the traffic light evaluation for the jobs, i.e., the jobs are categorized into the low, medium and high workload levels which are presented respectively by the green, yellow and red colors. A mathematical approach is developed to convert these outputs to the numerical values, because the quantitative parameters are more applicable for the optimization of the planning. A multi-objective programming is proposed to optimize two mentioned objectives of the studied workforce scheduling problem. Both linear aggregation and epsilon-constraint methods are applied to solve this optimization model. Furthermore, this thesis presents a novel variant of the assignment problem called sequencing generalized assignment problem which is defined for workforce scheduling in a combined system consisting of the jobs in series and in parallel. It is proved that this combinatorial optimization problem is NP-hard and the exact methods are not able to solve the large-scale instances. Hence, three approximate methods consisting of two matheuristic and a hybrid heuristic approaches are developed to solve it. The matheuristic methods are based on the decomposition of the formulation to break down and simplify the main model into two or more smaller models. The third method is a greedy heuristic combined with a local search. The efficiency of the three mentioned methods is evaluated by various instances of different sizes. Moreover, in the last step of this thesis, the human resource planning for a home healthcare system is formulated mathematically. According to the structure of the system, an integration of the worker assignment and vehicle routing problems is presented. Finally, a three-steps matheuristic approach is proposed to solve this combinatorial optimization problem
Болмат, О. В. "Моделювання узагальненої задачі про призначення з підбором ефективного алгоритму." Master's thesis, Сумський державний університет, 2020. https://essuir.sumdu.edu.ua/handle/123456789/81392.
Full textВ роботі побудовано моделі для задачі про оптимальне призначення виконавцям (бібліотекам) робіт (сканування книг) за наявності обмежень на ресурси виконавців (час реєстрації для виконання робіт, обмежена кількість робіт на день) та обмеженні загального часу. Задача розв’язується з залученням евристичних алгоритмів, що застосовні для задач великого розміру. Побудовані алгоритми, що ґрунтуються на принципі оптимальності з динамічного програмування, та ітераційних послідовностях перестановок робіт з сортуванням. Наводяться результати програмної реалізації.
Bender, Marco. "Randomized Approximation and Online Algorithms for Assignment Problems." Doctoral thesis, 2015. http://hdl.handle.net/11858/00-1735-0000-0022-6016-2.
Full textLin, Chang-Pin, and 林長平. "Multi-resource Generalized Assignment Problem-Fleet Scheduling Problem." Thesis, 2007. http://ndltd.ncl.edu.tw/handle/96395030427874953042.
Full text國立高雄第一科技大學
運籌管理所
95
The manufacturing industry has to utilize resources in order to lower costs while meeting market demand, and then improve the competitive advantage. Under the environment of production of many product categories, the paper considers that the management must to consider the consumptive condition of equipment available hours、material demand and auxiliary resources. So the distribution of producible resources and whole benefit has closely relationship. The management hopes to balance the main resources during the long-term application, and reduces the mechanics wastage to keep optimal production capacity. The paper applies resource leveling/smoothing problem and lot splitting to define a MRGAP mathematical programming model, and to establish the algorithm which to calculate simply. The permutation of Equipments and product apply in accordance with resource supply and demand, and constraints of multi-resources limitation to assign. Let Equipment which has more resources products order which has more resources demand is a top priority. The consumptive condition of all resources can balance, and avoid resources uses not enough or stocks too much during the long-term application. This research uses different problem example to experiment. When solving the large-scale problem, the algorithm has absolute advantage in solve time even if it has the difference with the optimal solution. The quality of single assignment for algorithm is not the first purpose. To assign many times during the long- term plan still obtain perfect result. The research also conducts a 10-years simulation based on the Fleet Scheduling Problem. The simulation result shows that our algorithm not only meets the product order demand(mission requirements)consistently but also effectively controls the available equipment(flight) hours and the auxiliary resources(airframe degradation)throughout the time span. It will increase assignable flexibility, and the reduction of the maintain costs to meet the longer economical life.
Lai, Uei-Tseng, and 賴煒曾. "Two Algorithms for the Generalized Assignment Problem." Thesis, 1998. http://ndltd.ncl.edu.tw/handle/00351841419015932472.
Full textpai, jia-yan, and 白佳艷. "Hybrid Genetic Heuristic Algorithm for The Generalized Assignment Problem." Thesis, 2009. http://ndltd.ncl.edu.tw/handle/95455584160207097106.
Full text明志科技大學
工業管理研究所
97
The Generalized Assignment Problem (GAP) combines limited resource capacity and multi-dimensional knapsack problems to construct a combinatorial optimization problem; and it has extensive application in the areas of resource scheduling, factory selection, vehicle routing problem, etc. Capacity utilization has been used as an important indicator for effective allocation of limited resources to ensure that the total cost of all possible combinations can be minimized. The GAP assumes that each job is assign to one and only one agent (machine), but each agent may simultaneously perform multiple jobs, and each agent has its own capacity limitations. The capacity and cost of each agent vary according to the type of job performed. Since the GAP is classified as NP-complete, the solving time needed for a GAP would expand exponentially as the problem expanding its scope. This study developed a hybrid genetic heuristic algorithm to solve the GAP within a reasonable number of iterations to find a near-optimal solution but with significant savings in computation time. To avoid blind random search within a vast solution space, the solution space is prescreened by applying the select smallest capacity method to obtain an initial feasible solutions. Most of the traditional genetic algorithm significantly changes the value of the fitness function of mating chromosomes when using the one-point crossover operator, this study developed an improved mating-type single-point rule that incorporates heuristic algorithm which would rapidly satisfy the fitness function. The developed algorithm is tested on different sizes of randomly generated problems, and the results show that the solution would achieve convergence within a reasonable number of generations.
Sautié, Castellanos Miguel. "Assessing the robustness of genetic codes and genomes." Thesis, 2020. http://hdl.handle.net/1866/24333.
Full textThere are two main approaches to assess the robustness of genetic codes and coding sequences. The statistical approach is based on empirical estimates of probabilities computed from random samples of permutations representing assignments of amino acids to codons, whereas, the optimization-based approach relies on the optimization percentage frequently computed by using metaheuristics. We propose a method based on the first two moments of the distribution of robustness values for all possible genetic codes. Based on a polynomially solvable instance of the Quadratic Assignment Problem, we propose also an exact greedy algorithm to find the minimum value of the genome robustness. To reduce the number of operations for computing the scores and Cantelli’s upper bound, we developed methods based on the genetic code neighborhood structure and pairwise comparisons between genetic codes, among others. For assessing the robustness of natural genetic codes and genomes, we have chosen 23 natural genetic codes, 235 amino acid properties, as well as 324 thermophilic and 418 non-thermophilic prokaryotes. Among our results, we found that although the standard genetic code is more robust than most genetic codes, some mitochondrial and nuclear genetic codes are more robust than the standard code at the third and first codon positions, respectively. We also observed that the synonymous codon usage tends to be highly optimized to buffer the impact of single-base changes, mainly, in thermophilic prokaryotes.