• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 110
  • 93
  • 26
  • 10
  • 8
  • 3
  • 3
  • 2
  • 1
  • 1
  • 1
  • Tagged with
  • 286
  • 191
  • 95
  • 76
  • 70
  • 62
  • 54
  • 48
  • 48
  • 45
  • 44
  • 35
  • 29
  • 28
  • 27
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
41

Multiobjective decision-making: An interactive integrated optimization approach

Al-Alwani, Jumah Eid January 1991 (has links)
No description available.
42

Mathematical Software for Multiobjective Optimization Problems

Chang, Tyler Hunter 15 June 2020 (has links)
In this thesis, two distinct problems in data-driven computational science are considered. The main problem of interest is the multiobjective optimization problem, where the tradeoff surface (called the Pareto front) between multiple conflicting objectives must be approximated in order to identify designs that balance real-world tradeoffs. In order to solve multiobjective optimization problems that are derived from computationally expensive blackbox functions, such as engineering design optimization problems, several methodologies are combined, including surrogate modeling, trust region methods, and adaptive weighting. The result is a numerical software package that finds approximately Pareto optimal solutions that are evenly distributed across the Pareto front, using minimal cost function evaluations. The second problem of interest is the closely related problem of multivariate interpolation, where an unknown response surface representing an underlying phenomenon is approximated by finding a function that exactly matches available data. To solve the interpolation problem, a novel algorithm is proposed for computing only a sparse subset of the elements in the Delaunay triangulation, as needed to compute the Delaunay interpolant. For high-dimensional data, this reduces the time and space complexity of Delaunay interpolation from exponential time to polynomial time in practice. For each of the above problems, both serial and parallel implementations are described. Additionally, both solutions are demonstrated on real-world problems in computer system performance modeling. / Doctor of Philosophy / Science and engineering are full of multiobjective tradeoff problems. For example, a portfolio manager may seek to build a financial portfolio with low risk, high return rates, and minimal transaction fees; an aircraft engineer may seek a design that maximizes lift, minimizes drag force, and minimizes aircraft weight; a chemist may seek a catalyst with low viscosity, low production costs, and high effective yield; or a computational scientist may seek to fit a numerical model that minimizes the fit error while also minimizing a regularization term that leverages domain knowledge. Often, these criteria are conflicting, meaning that improved performance by one criterion must be at the expense of decreased performance in another criterion. The solution to a multiobjective optimization problem allows decision makers to balance the inherent tradeoff between conflicting objectives. A related problem is the multivariate interpolation problem, where the goal is to predict the outcome of an event based on a database of past observations, while exactly matching all observations in that database. Multivariate interpolation problems are equally as prevalent and impactful as multiobjective optimization problems. For example, a pharmaceutical company may seek a prediction for the costs and effects of a proposed drug; an aerospace engineer may seek a prediction for the lift and drag of a new aircraft design; or a search engine may seek a prediction for the classification of an unlabeled image. Delaunay interpolation offers a unique solution to this problem, backed by decades of rigorous theory and analytical error bounds, but does not scale to high-dimensional "big data" problems. In this thesis, novel algorithms and software are proposed for solving both of these extremely difficult problems.
43

Bi-objective multi-assignment capacitated location-allocation problem

Maach, Fouad 01 June 2007 (has links)
Optimization problems of location-assignment correspond to a wide range of real situations, such as factory network design. However most of the previous works seek in most cases at minimizing a cost function. Traffic incidents routinely impact the performance and the safety of the supply. These incidents can not be totally avoided and must be regarded. A way to consider these incidents is to design a network on which multiple assignments are performed. Precisely, the problem we focus on deals with power supplying that has become a more and more complex and crucial question. Many international companies have customers who are located all around the world; usually one customer per country. At the other side of the scale, power extraction or production is done in several sites that are spread on several continents and seas. A strong willing of becoming less energetically-dependent has lead many governments to increase the diversity of supply locations. For each kind of energy, many countries expect to deal ideally with 2 or 3 location sites. As a decrease in power supply can have serious consequences for the economic performance of a whole country, companies prefer to balance equally the production rate among all sites as the reliability of all the sites is considered to be very similar. Sharing equally the demand between the 2 or 3 sites assigned to a given area is the most common way. Despite the cost of the network has an importance, it is also crucial to balance the loading between the sites to guarantee that no site would take more importance than the others for a given area. In case an accident happens in a site or in case technical problems do not permit to satisfy the demand assigned to the site, the overall power supply of this site is still likely to be ensured by the one or two available remaining site(s). It is common to assign a cost per open power plant and another cost that depends on the distance between the factory or power extraction point and the customer. On the whole, such companies who are concerned in the quality service of power supply have to find a good trade-off between this factor and their overall functioning cost. This situation exists also for companies who supplies power at the national scale. The expected number of areas as well that of potential sites, can reach 100. However the targeted size of problem to be solved is 50. This thesis focuses on devising an efficient methodology to provide all the solutions of this bi-objective problem. This proposal is an investigation of close problems to delimit the most relevant approaches to this untypical problem. All this work permits us to present one exact method and an evolutionary algorithm that might provide a good answer to this problem. / Master of Science
44

位相最適化と形状最適化の統合による多目的構造物の形状設計(均質化法と力法によるアプローチ)

井原, 久, Ihara, Hisashi, 下田, 昌利, Shimoda, Masatoshi, 畔上, 秀幸, Azegami, Hideyuki, 桜井, 俊明, Sakurai, Toshiaki 04 1900 (has links)
No description available.
45

Aspect Mining Using Multiobjective Genetic Clustering Algorithms

Bethelmy, David G. 01 January 2016 (has links)
In legacy software, non-functional concerns tend to cut across the system and manifest themselves as tangled or scattered code. If these crosscutting concerns could be modularized and the system refactored, then the system would become easier to understand, modify, and maintain. Modularized crosscutting concerns are known as aspects and the process of identifying aspect candidates in legacy software is called aspect mining. One of the techniques used in aspect mining is clustering and there are many clustering algorithms. Current aspect mining clustering algorithms attempt to form clusters by optimizing one objective function. However, the objective function to be optimized tends to bias the formation of clusters towards the data model implicitly defined by that function. One solution is to use algorithms that try to optimize more than one objective function. These multiobjective algorithms have been used successfully in data mining but, as far as this author knows, have not been applied to aspect mining. This study investigated the feasibility of using multiobjective evolutionary algorithms, in particular, multiobjective genetic algorithms, in aspect mining. The study utilized an existing multiobjective genetic algorithm, MOCK, which had already been tested against several popular single objective clustering algorithms. MOCK has been shown to be, on average, as good as, and sometimes better than, those algorithms. Since some of those data mining algorithms have counterparts in aspect mining, it was reasonable to assume that MOCK would perform at least as good in an aspect mining context. Since MOCK's objective functions were not directly trying to optimize aspect mining metrics, the study also implemented another multiobjective genetic algorithm, AMMOC, based on MOCK but tailored to optimize those metrics. The reasoning hinged on the fact that, since the goal was to determine if a clustering method resulted in optimizing these quality metrics, it made sense to attempt to optimize these functions directly instead of a posteriori. This study determined that these multiobjective algorithms performed at least as good as two popular aspect mining algorithms, k-means and hierarchical agglomerative. As a result, this study has contributed to both the theoretical body of knowledge in the field of aspect mining as well as provide a practical tool for the field.
46

Application of Multiobjective Optimization in Chemical Engineering Design and Operation

Fettaka, Salim 24 August 2012 (has links)
The purpose of this research project is the design and optimization of complex chemical engineering problems, by employing evolutionary algorithms (EAs). EAs are optimization techniques which mimic the principles of genetics and natural selection. Given their population-based approach, EAs are well suited for solving multiobjective optimization problems (MOOPs) to determine Pareto-optimal solutions. The Pareto front refers to the set of non-dominated solutions which highlight trade-offs among the different objectives. A broad range of applications have been studied, all of which are drawn from the chemical engineering field. The design of an industrial packed bed styrene reactor is initially studied with the goal of maximizing the productivity, yield and selectivity of styrene. The dual population evolutionary algorithm (DPEA) was used to circumscribe the Pareto domain of two and three objective optimization case studies for three different configurations of the reactor: adiabatic, steam-injected and isothermal. The Pareto domains were then ranked using the net flow method (NFM), a ranking algorithm that incorporates the knowledge and preferences of an expert into the optimization routine. Next, a multiobjective optimization of the heat transfer area and pumping power of a shell-and-tube heat exchanger is considered to provide the designer with multiple Pareto-optimal solutions which capture the trade-off between the two objectives. The optimization was performed using the fast and elitist non-dominated sorting genetic algorithm (NSGA-II) on two case studies from the open literature. The algorithm was also used to determine the impact of using discrete standard values of the tube length, diameter and thickness rather than using continuous values to obtain the optimal heat transfer area and pumping power. In addition, a new hybrid algorithm called the FP-NSGA-II, is developed in this thesis by combining a front prediction algorithm with the fast and elitist non-dominated sorting genetic algorithm-II (NSGA-II). Due to the significant computational time of evaluating objective functions in real life engineering problems, the aim of this hybrid approach is to better approximate the Pareto front of difficult constrained and unconstrained problems while keeping the computational cost similar to NSGA-II. The new algorithm is tested on benchmark problems from the literature and on a heat exchanger network problem.
47

Assistance à l'élaboration de gammes d'assemblage innovantes de structures composites / Assisted innovative assembly process planning for composite structures

Andolfatto, Loïc 11 July 2013 (has links)
Ces travaux proposent une méthode d’assistance à la sélection des techniques d’assemblage et à l’allocation de tolérances sur les écarts géométriques des composants dans le cadre de l’assemblage de structures aéronautiques composites. Cette méthode consiste à formuler et à résoudre un problème d’optimisation multiobjectif afin de minimiser un indicateur de cout et un indicateur de non-conformité des structures assemblées. L’indicateur de coût proposé prend en compte le coût associé à l’allocation des tolérances géométriques ainsi que le coût associé aux opérations d’assemblage. Les indicateurs de non-conformités proposés sont évalués à partir des probabilités de non-respect des exigences géométriques sur les structures assemblées. Ces probabilités sont évaluées en propageant les tolérances géométriques allouées et les dispersions des techniques sélectionnées au travers d’une fonction appelée Relation de Comportement de l’assemblage (RdCa). Dans le cas de l’assemblage de structures aéronautiques composites, des exigences peuvent porter sur les jeux aux interfaces entre composants. Dans ce cas, la RdCa est évaluée par la résolution d’un problème mécanique quasi-statique non-linéaire par la méthode des éléments finis. Un méta-modèle de la RdCa est construit afin de la rendre compatible avec les méthodes probabilistes utilisées pour évaluer la non-conformité. Finalement, la définition d’un modèle structuro-fonctionnel du produit et d’une bibliothèque de techniques d’assemblage permet de construire un avant-projet de gamme d’assemblage paramétrique. Ce paramétrage permet de formuler le problème d’optimisation multiobjectif résolu à l’aide d’un algorithme génétique. / The purpose of this PhD is to develop a method to assist assembly technique selection and component geometrical tolerance allocation in the context of composite aeronautical structure assembly. The proposed method consists in formulating and solving a multiobjective optimisation problem aiming at minimising a cost indicator and a non-conformity indicator. The cost indicator account for both the cost involved by the geometrical tolerance allocation and the cost associated with the assembly operations. The proposed non-conformity indicators are evaluated according to the probabilities of non-satisfied requirements on the assembled structures. These probabilities are computed thanks to Geometrical Variation Propagation Relation (GVPR) that expresses the characteristics of the product as a function of the geometrical deviation of the components and the dispersion occurring during the assembly. In the case of composite aeronautical structures, the product characteristics can be gaps at interfaces between components. In this case, the GVPR is evaluated by solving a non-linear quasi-static mechanical problem by the mean of the finite element method. A metamodel of the GVPR is built in order to reduce the computing time and to make it compatible with the probabilistic methods used to evaluate the non-conformity. Finally, the use of a structure-functional model of the product together with an assembly technique library allows defining a parametric assembly process plan. The multiobjective optimisation problem built thanks to set of parameters defining the assembly process plan is solved using a genetic algorithm.
48

Maritime Transportation Optimization Using Evolutionary Algorithms in the Era of Big Data and Internet of Things

Cheraghchi, Fatemeh 19 July 2019 (has links)
With maritime industry carrying out nearly 90% of the volume of global trade, the algorithms and solutions to provide quality of services in maritime transportation are of great importance to both academia and the industry. This research investigates an optimization problem using evolutionary algorithms and big data analytics to address an important challenge in maritime disruption management, and illustrates how it can be engaged with information technologies and Internet of Things. Accordingly, in this thesis, we design, develop and evaluate methods to improve decision support systems (DSSs) in maritime supply chain management. We pursue three research goals in this thesis. First, the Vessel Schedule recovery Problem (VSRP) is reformulated and a bi-objective optimization approach is proposed. We employ bi-objective evolutionary algorithms (MOEAs) to solve optimization problems. An optimal Pareto front provides a valuable trade-off between two objectives (minimizing delay and minimizing financial loss) for a stakeholder in the freight ship company. We evaluate the problem in three domains, namely scalability analysis, vessel steaming policies, and voyage distance analysis, and statistically validate their performance significance. According to the experiments, the problem complexity varies in different scenarios, while NSGAII performs better than other MOEAs in all scenarios. In the second work, a new data-driven VSRP is proposed, which benefits from the available Automatic Identification System (AIS) data. In the new formulation, the trajectory between the port calls is divided and encoded into adjacent geohashed regions. In each geohash, the historical speed profiles are extracted from AIS data. This results in a large-scale optimization problem called G-S-VSRP with three objectives (i.e., minimizing loss, delay, and maximizing compliance) where the compliance objective maximizes the compliance of optimized speeds with the historical data. Assuming that the historical speed profiles are reliable to trust for actual operational speeds based on other ships' experience, maximizing the compliance of optimized speeds with these historical data offers some degree of avoiding risks. Three MOEAs tackled the problem and provided the stakeholder with a Pareto front which reflects the trade-off among the three objectives. Geohash granularity and dimensionality reduction techniques were evaluated and discussed for the model. G-S-VSRPis a large-scale optimization problem and suffers from the curse of dimensionality (i.e. problems are difficult to solve due to exponential growth in the size of the multi-dimensional solution space), however, due to a special characteristic of the problem instance, a large number of function evaluations in MOEAs can still find a good set of solutions. Finally, when the compliance objective in G-S-VSRP is changed to minimization, the regular MOEAs perform poorly due to the curse of dimensionality. We focus on improving the performance of the large-scale G-S-VSRP through a novel distributed multiobjective cooperative coevolution algorithm (DMOCCA). The proposed DMOCCA improves the quality of performance metrics compared to the regular MOEAs (i.e. NSGAII, NSGAIII, and GDE3). Additionally, the DMOCCA results in speedup when running on a cluster.
49

Avaliação de projetos de fruticultura irrigada aplicada a pequenas propriedades rurais do município de Botucatu-SP / Evaluation of projects of irrigated fruticultura applied the small country properties of the city of Botucatu-SP

Oliveira, Marco Olívio Morato de 27 June 2008 (has links)
A produção de alimentos, de grande importância para a humanidade, é realizada por meio de processos produtivos muitas vezes responsáveis pelo consumo desordenado de recursos naturais. Tais atividades também são consideradas de alto risco econômico, pois utilizam, em sua maioria, técnicas de baixo rendimento, culturas inapropriadas e até mesmo a utilização de técnicas avançadas, sem o devido controle, como a irrigação, acarretam desperdício de recursos. O uso de técnicas multiobjetivo permite um ordenamento de sistemas produtivos sendo capaz de levar em conta critérios muitas vezes conflitantes e essenciais para a produção agrícola, como: retorno econômico da atividade ao produtor, impacto ambiental, geração de emprego e aproveitamento da mão de obra. O objetivo do presente trabalho é utilizar a técnica multiobjetivo SPEA - Strenght Pareto Evolutionary Algorithm - no auxílio ao produtor rural quanto à tomada de decisão, oferecendo uma alternativa para a gestão de processos produtivos em propriedades rurais do Estado de São Paulo. As técnicas multiobjetivo foram empregadas para obter a ordenação em relação ao tipo de sistema de irrigação a ser adotado, cultura de frutíferas a ser empregada e seus possíveis desempenhos. Investiga-se também o impacto do valor unitário a ser aplicado pelo uso da água de irrigação. Os resultados obtidos permitiram confirmar que a técnica multiobjetivo utilizada se mostrou adequada para as condições adotadas neste trabalho, sendo a cultura da atemóia e o sistema de irrigação por gotejamento as que mais se destacaram em termos de viabilidade econômica de acordo com os parâmetros utilizados. / Food production, of great importance to humanity, is realized through agricultural activities, responsible for disorderly consumption of natural resources. Those activities are considered of high economic risk, for using low yield techniques, inappropriate crops, and even using advanced techniques, such as irrigation, without proper control, leading to natural resources waste. The use of multiobjective techniques allows the ordering of productive systems, being able to consider conflicting criteria such as: economic income, environmental impact, employment generation and workforce utilization. The objective of this study is to use the multiobjective optimization technique SPEA - Strenght Pareto Evolutionary Algorithm - to auxiliate rural producers concerning to decision making, offering an alternative for productive process management for small agricultural properties from São Paulo state, Brazil. The multiobjective techniques were used to obtain the ranking of irrigation system to be adopted, fruit crop and related performance. This work also studies the impact of unit cost to be applied for irrigation water. The results confirmed that the multiobjective technique used was appropriate to the actual conditions of this work, and atemoya crop in a drip irrigation the one that stood out as the best economic performance according to adopted parameters.
50

Sistemática para alocação, sequenciamento e balanceamento de lotes em múltiplas linhas de produção

Pulini, Igor Carlos January 2018 (has links)
Diante dos desafios impostos pelo sistema econômico, características dos mercados e exigências dos clientes, as empresas são forçadas a operar com lotes de produção cada vez menores, dificultando a gestão de operações e a otimização dos sistemas produtivos. Desse modo, intensifica-se nos meios corporativos e acadêmicos a busca por abordagens que possibilitem a criação de diferenciais competitivos de mercado, sendo esta a justificativa prática deste trabalho, que propõe uma sistemática integrada para alocação, sequenciamento e balanceamento de lotes em um horizonte de programação em múltiplas linhas de produção em um sistema multiproduto com operadores polivalentes. A sistemática proposta foi dividida em três fases. A primeira fase utiliza um algoritmo genético multiobjetivo com o intuito de determinar a linha de produção em que cada lote será produzido. A segunda fase é responsável pelo sequenciamento dos lotes produtivos e se apoia em uma alteração da regra Apparent Tardiness Cost (ATC). Na terceira fase utilizou-se o método Ranked Positional Weight (RPW) para balancear a distribuição das tarefas entre os operadores polivalentes de cada linha de produção, respeitando a precedência das tarefas. A sistemática foi aplicada em dados reais do segmento têxtil, aprimorando os indicadores produtivos e de entrega e conferindo maior flexibilidade ao processo frente à demanda sazonal. / Faced with the challenges imposed by the economic system, characteristic of the markets and requirements of the customers, the companies are forced to operate with smaller production batches, making it difficult to manage operations and optimization of the production systems. In this way, the search for improvements that allow the creation of competitive differentials of market is intensified in the corporate and academic circles. This is the practical justification for this work, which proposes an integrated systematics for the allocation, sequencing and balancing of batches in a horizon of programming in multiple production lines in a multiproduct system with multipurpose operators. The systematic proposal was divided into three phases. The first phase uses a multiobjective genetic algorithm with intention to determine the production line in which each batch will be produced. The second phase is responsible for the sequencing of productive batches and is based on a change in the rule Apparent Tardiness Cost (ATC). In the third phase the method Ranked Positional Weight (RPW) was used to balance the distribution of the tasks between the multipurpose operators of each line of production, respecting the precedence of the tasks. The systematics was applied in real data of the textile segment, improving the productive and delivery indicators and giving greater flexibility of the process against the seasonal demand.

Page generated in 0.0544 seconds