• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 6
  • Tagged with
  • 6
  • 6
  • 6
  • 6
  • 4
  • 3
  • 3
  • 3
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 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.
1

A simulation-based multi-criteria management system for optimal water supply under uncertainty

Tinh, Pham Van 22 June 2015 (has links) (PDF)
For cost and reliability efficiency, optimal design and operation of pressurized water distribution networks is highly important. However, optimizing such networks is still a challenge since it requires an appropriate determination of: (1) dimension of pipe / pump / tank - decision variables (2) cost / network reliability - objective functions and (3) limits or restrictions within which the network must operate - a given set of constraints. The costs mentioned here consist in general of capital, construction, and operation costs. The reliability of a network mainly refers to the intrinsic capability of providing water with adequate volume and a certain pressure to consumers under normal and extreme conditions. These contradicting objective functions are functions of network configuration regarding component sizes and network layout. Because considerable uncertainties finally render the overall task to a highly complex problem, most recent approaches mainly focus only on finding a trade-off between minimizing cost and maximizing network reliability. To overcome these limitations, a novel model system that simultaneously considers network configuration, its operation and the relevant uncertainties is proposed in this study. For solving this multi-objective design problem, a simulation-based optimization approach has been developed and applied. The approach couples a hydraulic model (Epanet) with the covariance matrix adaptation evolution strategy (CMA-ES) and can be operated in two different modes. These modes are (1) simulation–based Single-objective optimization and (2) simulation-based multi-objective optimization. Single-objective optimization yields the single best solution with respect to cost or network reliability, whereas multi-objective optimization produces a set of non-dominated solutions called Pareto optimal solutions which are trade-offs between cost and reliability. In addition, to prevent a seriously under-designed network, demand uncertainties was also taken into account through a so called “robustness probability” of the network. This consideration may become useful for a more reliable water distribution network. In order to verify the performance of the proposed approach, it was systematically tested on a number of different benchmark water distribution networks ranging from simple to complex. These benchmark networks are either gravity-fed or pumped networks which need to be optimally designed to supply urban or irrigation water demand under specific constraints. The results show that the new approach is able: • to solve optimization problems of pressurized water distribution network design and operation regarding cost and network reliability; • to directly determine the pumping discharge and head, thus allowing to select pumps more adequately; • to simulate time series of tank water level; • to eliminate redundant pipes and pumps to generate an optimal network layout; • to respond well to complex networks other than only to simple networks; • to perform with multiple demand loading; • to produce reliable Pareto optimal solutions regarding multi-objective optimization. In conclusion, the new technique can be successfully applied for optimization problems in pressurized water distribution network design and operation. The new approach has been demonstrated to be a powerful tool for optimal network design not only for irrigation but also for an urban water supply.
2

A simulation-based multi-criteria management system for optimal water supply under uncertainty

Tinh, Pham Van 28 April 2015 (has links)
For cost and reliability efficiency, optimal design and operation of pressurized water distribution networks is highly important. However, optimizing such networks is still a challenge since it requires an appropriate determination of: (1) dimension of pipe / pump / tank - decision variables (2) cost / network reliability - objective functions and (3) limits or restrictions within which the network must operate - a given set of constraints. The costs mentioned here consist in general of capital, construction, and operation costs. The reliability of a network mainly refers to the intrinsic capability of providing water with adequate volume and a certain pressure to consumers under normal and extreme conditions. These contradicting objective functions are functions of network configuration regarding component sizes and network layout. Because considerable uncertainties finally render the overall task to a highly complex problem, most recent approaches mainly focus only on finding a trade-off between minimizing cost and maximizing network reliability. To overcome these limitations, a novel model system that simultaneously considers network configuration, its operation and the relevant uncertainties is proposed in this study. For solving this multi-objective design problem, a simulation-based optimization approach has been developed and applied. The approach couples a hydraulic model (Epanet) with the covariance matrix adaptation evolution strategy (CMA-ES) and can be operated in two different modes. These modes are (1) simulation–based Single-objective optimization and (2) simulation-based multi-objective optimization. Single-objective optimization yields the single best solution with respect to cost or network reliability, whereas multi-objective optimization produces a set of non-dominated solutions called Pareto optimal solutions which are trade-offs between cost and reliability. In addition, to prevent a seriously under-designed network, demand uncertainties was also taken into account through a so called “robustness probability” of the network. This consideration may become useful for a more reliable water distribution network. In order to verify the performance of the proposed approach, it was systematically tested on a number of different benchmark water distribution networks ranging from simple to complex. These benchmark networks are either gravity-fed or pumped networks which need to be optimally designed to supply urban or irrigation water demand under specific constraints. The results show that the new approach is able: • to solve optimization problems of pressurized water distribution network design and operation regarding cost and network reliability; • to directly determine the pumping discharge and head, thus allowing to select pumps more adequately; • to simulate time series of tank water level; • to eliminate redundant pipes and pumps to generate an optimal network layout; • to respond well to complex networks other than only to simple networks; • to perform with multiple demand loading; • to produce reliable Pareto optimal solutions regarding multi-objective optimization. In conclusion, the new technique can be successfully applied for optimization problems in pressurized water distribution network design and operation. The new approach has been demonstrated to be a powerful tool for optimal network design not only for irrigation but also for an urban water supply.
3

Multi-Quality Auto-Tuning by Contract Negotiation

Götz, Sebastian 13 August 2013 (has links) (PDF)
A characteristic challenge of software development is the management of omnipresent change. Classically, this constant change is driven by customers changing their requirements. The wish to optimally leverage available resources opens another source of change: the software systems environment. Software is tailored to specific platforms (e.g., hardware architectures) resulting in many variants of the same software optimized for different environments. If the environment changes, a different variant is to be used, i.e., the system has to reconfigure to the variant optimized for the arisen situation. The automation of such adjustments is subject to the research community of self-adaptive systems. The basic principle is a control loop, as known from control theory. The system (and environment) is continuously monitored, the collected data is analyzed and decisions for or against a reconfiguration are computed and realized. Central problems in this field, which are addressed in this thesis, are the management of interdependencies between non-functional properties of the system, the handling of multiple criteria subject to decision making and the scalability. In this thesis, a novel approach to self-adaptive software--Multi-Quality Auto-Tuning (MQuAT)--is presented, which provides design and operation principles for software systems which automatically provide the best possible utility to the user while producing the least possible cost. For this purpose, a component model has been developed, enabling the software developer to design and implement self-optimizing software systems in a model-driven way. This component model allows for the specification of the structure as well as the behavior of the system and is capable of covering the runtime state of the system. The notion of quality contracts is utilized to cover the non-functional behavior and, especially, the dependencies between non-functional properties of the system. At runtime the component model covers the runtime state of the system. This runtime model is used in combination with the contracts to generate optimization problems in different formalisms (Integer Linear Programming (ILP), Pseudo-Boolean Optimization (PBO), Ant Colony Optimization (ACO) and Multi-Objective Integer Linear Programming (MOILP)). Standard solvers are applied to derive solutions to these problems, which represent reconfiguration decisions, if the identified configuration differs from the current. Each approach is empirically evaluated in terms of its scalability showing the feasibility of all approaches, except for ACO, the superiority of ILP over PBO and the limits of all approaches: 100 component types for ILP, 30 for PBO, 10 for ACO and 30 for 2-objective MOILP. In presence of more than two objective functions the MOILP approach is shown to be infeasible.
4

Multi-Quality Auto-Tuning by Contract Negotiation

Götz, Sebastian 17 July 2013 (has links)
A characteristic challenge of software development is the management of omnipresent change. Classically, this constant change is driven by customers changing their requirements. The wish to optimally leverage available resources opens another source of change: the software systems environment. Software is tailored to specific platforms (e.g., hardware architectures) resulting in many variants of the same software optimized for different environments. If the environment changes, a different variant is to be used, i.e., the system has to reconfigure to the variant optimized for the arisen situation. The automation of such adjustments is subject to the research community of self-adaptive systems. The basic principle is a control loop, as known from control theory. The system (and environment) is continuously monitored, the collected data is analyzed and decisions for or against a reconfiguration are computed and realized. Central problems in this field, which are addressed in this thesis, are the management of interdependencies between non-functional properties of the system, the handling of multiple criteria subject to decision making and the scalability. In this thesis, a novel approach to self-adaptive software--Multi-Quality Auto-Tuning (MQuAT)--is presented, which provides design and operation principles for software systems which automatically provide the best possible utility to the user while producing the least possible cost. For this purpose, a component model has been developed, enabling the software developer to design and implement self-optimizing software systems in a model-driven way. This component model allows for the specification of the structure as well as the behavior of the system and is capable of covering the runtime state of the system. The notion of quality contracts is utilized to cover the non-functional behavior and, especially, the dependencies between non-functional properties of the system. At runtime the component model covers the runtime state of the system. This runtime model is used in combination with the contracts to generate optimization problems in different formalisms (Integer Linear Programming (ILP), Pseudo-Boolean Optimization (PBO), Ant Colony Optimization (ACO) and Multi-Objective Integer Linear Programming (MOILP)). Standard solvers are applied to derive solutions to these problems, which represent reconfiguration decisions, if the identified configuration differs from the current. Each approach is empirically evaluated in terms of its scalability showing the feasibility of all approaches, except for ACO, the superiority of ILP over PBO and the limits of all approaches: 100 component types for ILP, 30 for PBO, 10 for ACO and 30 for 2-objective MOILP. In presence of more than two objective functions the MOILP approach is shown to be infeasible.
5

Resource Allocation for Multiple-Input and Multiple-Output Interference Networks

Cao, Pan 11 March 2015 (has links) (PDF)
To meet the exponentially increasing traffic data driven by the rapidly growing mobile subscriptions, both industry and academia are exploring the potential of a new genera- tion (5G) of wireless technologies. An important 5G goal is to achieve high data rate. Small cells with spectrum sharing and multiple-input multiple-output (MIMO) techniques are one of the most promising 5G technologies, since it enables to increase the aggregate data rate by improving the spectral efficiency, nodes density and transmission bandwidth, respectively. However, the increased interference in the densified networks will in return limit the achievable rate performance if not properly managed. The considered setup can be modeled as MIMO interference networks, which can be classified into the K-user MIMO interference channel (IC) and the K-cell MIMO interfering broadcast channel/multiple access channel (MIMO-IBC/IMAC) according to the number of mobile stations (MSs) simultaneously served by each base station (BS). The thesis considers two physical layer (PHY) resource allocation problems that deal with the interference for both models: 1) Pareto boundary computation for the achiev- able rate region in a K-user single-stream MIMO IC and 2) grouping-based interference alignment (GIA) with optimized IA-Cell assignment in a MIMO-IMAC under limited feedback. In each problem, the thesis seeks to provide a deeper understanding of the system and novel mathematical results, along with supporting numerical examples. Some of the main contributions can be summarized as follows. It is an open problem to compute the Pareto boundary of the achievable rate region for a K-user single-stream MIMO IC. The K-user single-stream MIMO IC models multiple transmitter-receiver pairs which operate over the same spectrum simultaneously. Each transmitter and each receiver is equipped with multiple antennas, and a single desired data stream is communicated in each transmitter-receiver link. The individual achievable rates of the K users form a K-dimensional achievable rate region. To find efficient operating points in the achievable rate region, the Pareto boundary computation problem, which can be formulated as a multi-objective optimization problem, needs to be solved. The thesis transforms the multi-objective optimization problem to two single-objective optimization problems–single constraint rate maximization problem and alternating rate profile optimization problem, based on the formulations of the ε-constraint optimization and the weighted Chebyshev optimization, respectively. The thesis proposes two alternating optimization algorithms to solve both single-objective optimization problems. The convergence of both algorithms is guaranteed. Also, a heuristic initialization scheme is provided for each algorithm to achieve a high-quality solution. By varying the weights in each single-objective optimization problem, numerical results show that both algorithms provide an inner bound very close to the Pareto boundary. Furthermore, the thesis also computes some key points exactly on the Pareto boundary in closed-form. A framework for interference alignment (IA) under limited feedback is proposed for a MIMO-IMAC. The MIMO-IMAC well matches the uplink scenario in cellular system, where multiple cells share their spectrum and operate simultaneously. In each cell, a BS receives the desired signals from multiple MSs within its own cell and each BS and each MS is equipped with multi-antenna. By allowing the inter-cell coordination, the thesis develops a distributed IA framework under limited feedback from three aspects: the GIA, the IA-Cell assignment and dynamic feedback bit allocation (DBA), respec- tively. Firstly, the thesis provides a complete study along with some new improvements of the GIA, which enables to compute the exact IA precoders in closed-form, based on local channel state information at the receiver (CSIR). Secondly, the concept of IA-Cell assignment is introduced and its effect on the achievable rate and degrees of freedom (DoF) performance is analyzed. Two distributed matching approaches and one centralized assignment approach are proposed to find a good IA-Cell assignment in three scenrios with different backhaul overhead. Thirdly, under limited feedback, the thesis derives an upper bound of the residual interference to noise ratio (RINR), formulates and solves a corresponding DBA problem. Finally, numerical results show that the proposed GIA with optimized IA-Cell assignment and the DBA greatly outperforms the traditional GIA algorithm.
6

Resource Allocation for Multiple-Input and Multiple-Output Interference Networks

Cao, Pan 12 January 2015 (has links)
To meet the exponentially increasing traffic data driven by the rapidly growing mobile subscriptions, both industry and academia are exploring the potential of a new genera- tion (5G) of wireless technologies. An important 5G goal is to achieve high data rate. Small cells with spectrum sharing and multiple-input multiple-output (MIMO) techniques are one of the most promising 5G technologies, since it enables to increase the aggregate data rate by improving the spectral efficiency, nodes density and transmission bandwidth, respectively. However, the increased interference in the densified networks will in return limit the achievable rate performance if not properly managed. The considered setup can be modeled as MIMO interference networks, which can be classified into the K-user MIMO interference channel (IC) and the K-cell MIMO interfering broadcast channel/multiple access channel (MIMO-IBC/IMAC) according to the number of mobile stations (MSs) simultaneously served by each base station (BS). The thesis considers two physical layer (PHY) resource allocation problems that deal with the interference for both models: 1) Pareto boundary computation for the achiev- able rate region in a K-user single-stream MIMO IC and 2) grouping-based interference alignment (GIA) with optimized IA-Cell assignment in a MIMO-IMAC under limited feedback. In each problem, the thesis seeks to provide a deeper understanding of the system and novel mathematical results, along with supporting numerical examples. Some of the main contributions can be summarized as follows. It is an open problem to compute the Pareto boundary of the achievable rate region for a K-user single-stream MIMO IC. The K-user single-stream MIMO IC models multiple transmitter-receiver pairs which operate over the same spectrum simultaneously. Each transmitter and each receiver is equipped with multiple antennas, and a single desired data stream is communicated in each transmitter-receiver link. The individual achievable rates of the K users form a K-dimensional achievable rate region. To find efficient operating points in the achievable rate region, the Pareto boundary computation problem, which can be formulated as a multi-objective optimization problem, needs to be solved. The thesis transforms the multi-objective optimization problem to two single-objective optimization problems–single constraint rate maximization problem and alternating rate profile optimization problem, based on the formulations of the ε-constraint optimization and the weighted Chebyshev optimization, respectively. The thesis proposes two alternating optimization algorithms to solve both single-objective optimization problems. The convergence of both algorithms is guaranteed. Also, a heuristic initialization scheme is provided for each algorithm to achieve a high-quality solution. By varying the weights in each single-objective optimization problem, numerical results show that both algorithms provide an inner bound very close to the Pareto boundary. Furthermore, the thesis also computes some key points exactly on the Pareto boundary in closed-form. A framework for interference alignment (IA) under limited feedback is proposed for a MIMO-IMAC. The MIMO-IMAC well matches the uplink scenario in cellular system, where multiple cells share their spectrum and operate simultaneously. In each cell, a BS receives the desired signals from multiple MSs within its own cell and each BS and each MS is equipped with multi-antenna. By allowing the inter-cell coordination, the thesis develops a distributed IA framework under limited feedback from three aspects: the GIA, the IA-Cell assignment and dynamic feedback bit allocation (DBA), respec- tively. Firstly, the thesis provides a complete study along with some new improvements of the GIA, which enables to compute the exact IA precoders in closed-form, based on local channel state information at the receiver (CSIR). Secondly, the concept of IA-Cell assignment is introduced and its effect on the achievable rate and degrees of freedom (DoF) performance is analyzed. Two distributed matching approaches and one centralized assignment approach are proposed to find a good IA-Cell assignment in three scenrios with different backhaul overhead. Thirdly, under limited feedback, the thesis derives an upper bound of the residual interference to noise ratio (RINR), formulates and solves a corresponding DBA problem. Finally, numerical results show that the proposed GIA with optimized IA-Cell assignment and the DBA greatly outperforms the traditional GIA algorithm.

Page generated in 0.0648 seconds