• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 125
  • 70
  • 23
  • 22
  • 15
  • 12
  • 5
  • 4
  • 3
  • 3
  • 2
  • 2
  • 2
  • 1
  • 1
  • Tagged with
  • 375
  • 375
  • 316
  • 76
  • 70
  • 65
  • 65
  • 61
  • 50
  • 45
  • 44
  • 43
  • 42
  • 38
  • 37
  • 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.
61

Multidisciplinary Modeling, Control, and Optimization of a Solid Oxide Fuel Cell/Gas Turbine Hybrid Power System

Abbassi Baharanchi, Atid 01 January 2009 (has links)
This thesis describes a systematical study, including multidisciplinary modeling, simulation, control, and optimization, of a fuel cell - gas turbine hybrid power system that aims to increase the system efficiency and decrease the energy costs by combining two power sources. The fuel cell-gas turbine hybrid power systems can utilize exhaust fuel and waste heat from fuel cells in the gas turbines to increase system efficiency. This research considers a hybrid power system consisting of an internally reforming solid oxide fuel cell and a gas turbine. In the hybrid power system, the anode exhaust, which contains the remainder of the fuel, is mixed with the cathode exhaust as well as an additional supply of fuel and compressed air and then burned in a catalytic oxidizer. The hot oxidizer exhaust is expanded through the turbine section, driving an electric generator. After leaving the gas turbine, the oxidizer exhaust passes through a heat recovery unit in which it preheats the compressed air that is to be supplied to the fuel cell and the oxidizer. This research concentrates on multidisciplinary modeling and simulation of the fuel cell-gas turbine hybrid power system. Different control strategies for the power sharing between the subsystems are investigated. Also, the power electronics interfaces and controls for the hybrid power system are discussed. Two different power sharing strategies are studied and compared. Simulation results are presented and analyzed. Transient response of the hybrid energy system is studied through time-domain simulation. In addition, in this effort, Particle Swarm Optimization (PSO) is used to optimize the power sharing for the hybrid power system to increase the efficiency and decrease the fuel consumption.
62

Evidence Based Uncertainty Models and Particles Swarm Optimization for Multiobjective Optimization of Engineering Systems

Annamdas, Kiran Kumar Kishore 28 July 2009 (has links)
The present work develops several methodologies for solving engineering analysis and design problems involving uncertainties and evidences from multiple sources. The influence of uncertainties on the safety/failure of the system and on the warranty costs (to the manufacturer) are also investigated. Both single and multiple objective optimization problems are considered. A methodology is developed to combine the evidences available from single or multiple sources in the presence (or absence) of credibility information of the sources using modified Dempster Shafer Theory (DST) and Fuzzy Theory in the design of uncertain engineering systems. To optimally design a system, multiple objectives, such as to maximize the belief for the overall safety of the system, minimize the deflection, maximize the natural frequency and minimize the weight of an engineering structure under both deterministic and uncertain parameters, and subjected to multiple constraints are considered. We also study the various combination rules like Dempster's rule, Yager's rule, Inagaki's extreme rule, Zhang's center combination rule and Murphy's average combination rule for combining evidences from multiple sources. These rules are compared and a selection procedure was developed to assist the analyst in selecting the most suitable combination rule to combine various evidences obtained from multiple sources based on the nature of evidence sets. A weighted Dempster Shafer theory for interval-valued data (WDSTI) and weighted fuzzy theory for intervals (WFTI) were proposed for combining evidence when different credibilities are associated with the various sources of evidence. For solving optimization problems which cannot be solved using traditional gradient-based methods (such as those involving nonconvex functions and discontinuities), a modified Particle Swarm Optimization (PSO) algorithm is developed to include dynamic maximum velocity function and bounce method to solve both deterministic multi-objective problems and uncertain multi-objective problems (vertex method is used in addition to the modified PSO algorithm for uncertain parameters). A modified game theory approach (MGT) is coupled with the modified PSO algorithm to solve multi-objective optimization problems. In case of problems with multiple evidences, belief is calculated for a safe design (satisfying all constraints) using the vertex method and the modified PSO algorithm is used to solve the multi-objective optimization problems. The multiobjective problem related to the design of a composite laminate simply supported beam with center load is also considered to minimize the weight and maximize buckling load using modified game theory. A comparison of different warranty policies for both repairable and non repairable products and an automobile warranty optimization problem is considered to minimize the total warranty cost of the automobile with a constraint on the total failure probability of the system. To illustrate the methodologies presented in this work, several numerical design examples are solved. We finally present the conclusions along with a brief discussion of the future scope of the research.
63

Evolutionary Optimization Algorithms for Nonlinear Systems

Raj, Ashish 01 May 2013 (has links)
Many real world problems in science and engineering can be treated as optimization problems with multiple objectives or criteria. The demand for fast and robust stochastic algorithms to cater to the optimization needs is very high. When the cost function for the problem is nonlinear and non-differentiable, direct search approaches are the methods of choice. Many such approaches use the greedy criterion, which is based on accepting the new parameter vector only if it reduces the value of the cost function. This could result in fast convergence, but also in misconvergence where it could lead the vectors to get trapped in local minima. Inherently, parallel search techniques have more exploratory power. These techniques discourage premature convergence and consequently, there are some candidate solution vectors which do not converge to the global minimum solution at any point of time. Rather, they constantly explore the whole search space for other possible solutions. In this thesis, we concentrate on benchmarking three popular algorithms: Real-valued Genetic Algorithm (RGA), Particle Swarm Optimization (PSO), and Differential Evolution (DE). The DE algorithm is found to out-perform the other algorithms in fast convergence and in attaining low-cost function values. The DE algorithm is selected and used to build a model for forecasting auroral oval boundaries during a solar storm event. This is compared against an established model by Feldstein and Starkov. As an extended study, the ability of the DE is further put into test in another example of a nonlinear system study, by using it to study and design phase-locked loop circuits. In particular, the algorithm is used to obtain circuit parameters when frequency steps are applied at the input at particular instances.
64

Multiple Cooperative Swarms for Data Clustering

Ahmadi, Abbas January 2008 (has links)
Exploring a set of unlabeled data to extract the similar clusters, known as data clustering, is an appealing problem in machine learning. In other words, data clustering organizes the underlying data into different groups using a notion of similarity between patterns. A new approach to solve the data clustering problem based on multiple cooperative swarms is introduced. The proposed approach is inspired by the social swarming behavior of biological bird flocks which search for food situated in several places. The proposed approach is composed of two main phases, namely, initialization and exploitation. In the initialization phase, the aim is to distribute the search space among several swarms. That is, a part of the search space is assigned to each swarm in this phase. In the exploitation phase, each swarm searches for the center of its associated cluster while cooperating with other swarms. The search proceeds to converge to a near-optimal solution. As compared to the single swarm clustering approach, the proposed multiple cooperative swarms provide better solutions in terms of fitness function measure for the cluster centers, as the dimensionality of data and number of clusters increase. The multiple cooperative swarms clustering approach assumes that the number of clusters is known a priori. The notion of stability analysis is proposed to extract the number of clusters for the underlying data using multiple cooperative swarms. The mathematical explanations demonstrating why the proposed approach leads to more stable and robust results than those of the single swarm clustering are also provided. Application of the proposed multiple cooperative swarms clustering is considered for one of the most challenging problems in speech recognition: phoneme recognition. The proposed approach is used to decompose the recognition task into a number of subtasks or modules. Each module involves a set of similar phonemes known as a phoneme family. Basically, the goal is to obtain the best solution for phoneme families using the proposed multiple cooperative swarms clustering. The experiments using the standard TIMIT corpus indicate that using the proposed clustering approach boosts the accuracy of the modular approach for phoneme recognition considerably.
65

Tuning of Metaheuristics for Systems Biology Applications

Höghäll, Anton January 2010 (has links)
In the field of systems biology the task of finding optimal model parameters is a common procedure. The optimization problems encountered are often multi-modal, i.e., with several local optima. In this thesis, a class of algorithms for multi-modal problems called metaheuristics are studied. A downside of metaheuristic algorithms is that they are dependent on algorithm settings in order to yield ideal performance.This thesis studies an approach to tune these algorithm settings using user constructed test functions which are faster to evaluate than an actual biological model. A statistical procedure is constructed in order to distinguish differences in performance between different configurations. Three optimization algorithms are examined closer, namely, scatter search, particle swarm optimization, and simulated annealing. However, the statistical procedure used can be applied to any algorithm that has configurable options.The results are inconclusive in the sense that performance advantages between configurations in the test functions are not necessarily transferred onto real biological models. However, of the algorithms studied a scatter search implementation was the clear top performer in general. The set of test functions used must be studied if any further work is to be made following this thesis.In the field of systems biology the task of finding optimal model parameters is a common procedure. The optimization problems encountered are often multi-modal, i.e., with several local optima. In this thesis, a class of algorithms for multi-modal problems called metaheuristics are studied. A downside of metaheuristic algorithms is that they are dependent on algorithm settings in order to yield ideal performance. This thesis studies an approach to tune these algorithm settings using user constructed test functions which are faster to evaluate than an actual biological model. A statistical procedure is constructed in order to distinguish differences in performance between different configurations. Three optimization algorithms are examined closer, namely, scatter search, particle swarm optimization, and simulated annealing. However, the statistical procedure used can be applied to any algorithm that has configurable options. The results are inconclusive in the sense that performance advantages between configurations in the test functions are not necessarily transferred onto real biological models. However, of the algorithms studied a scatter search implementation was the clear top performer in general. The set of test functions used must be studied if any further work is to be made following this thesis.
66

Network Coverage Optimization Strategy in Wireless Sensor Networks Based on Particle Swarm Optimization

Fan, Zihao, Zhao, Wei January 2011 (has links)
Wireless sensor network is an intelligent network system which has the self-monitoring functionality. It consists of many low-cost, low-power and small-sized sensor nodes that can communicate with each other to perform sensing and data processing. Acting as an important role in the system, network coverage usually has a huge effect on the system’s lifetime.In this thesis, particle swarm algorithm was used as a method to optimize the coverage in the coverage of wireless sensor network. A network coverage optimization strategy based on particle swarm optimization was proposed and MATLAB was used as a tool to apply the algorithm. The model used in this thesis is the probability sensing model and the coverage type is area coverage. Effectiveness of the algorithm is proved by simulation. The simulation of the algorithm suggests the optimal deployment can be determined if a certain parameter which in this thesis is the sensing range is given.
67

Multiple Cooperative Swarms for Data Clustering

Ahmadi, Abbas January 2008 (has links)
Exploring a set of unlabeled data to extract the similar clusters, known as data clustering, is an appealing problem in machine learning. In other words, data clustering organizes the underlying data into different groups using a notion of similarity between patterns. A new approach to solve the data clustering problem based on multiple cooperative swarms is introduced. The proposed approach is inspired by the social swarming behavior of biological bird flocks which search for food situated in several places. The proposed approach is composed of two main phases, namely, initialization and exploitation. In the initialization phase, the aim is to distribute the search space among several swarms. That is, a part of the search space is assigned to each swarm in this phase. In the exploitation phase, each swarm searches for the center of its associated cluster while cooperating with other swarms. The search proceeds to converge to a near-optimal solution. As compared to the single swarm clustering approach, the proposed multiple cooperative swarms provide better solutions in terms of fitness function measure for the cluster centers, as the dimensionality of data and number of clusters increase. The multiple cooperative swarms clustering approach assumes that the number of clusters is known a priori. The notion of stability analysis is proposed to extract the number of clusters for the underlying data using multiple cooperative swarms. The mathematical explanations demonstrating why the proposed approach leads to more stable and robust results than those of the single swarm clustering are also provided. Application of the proposed multiple cooperative swarms clustering is considered for one of the most challenging problems in speech recognition: phoneme recognition. The proposed approach is used to decompose the recognition task into a number of subtasks or modules. Each module involves a set of similar phonemes known as a phoneme family. Basically, the goal is to obtain the best solution for phoneme families using the proposed multiple cooperative swarms clustering. The experiments using the standard TIMIT corpus indicate that using the proposed clustering approach boosts the accuracy of the modular approach for phoneme recognition considerably.
68

Hybrid Data Mining and MSVM for Short Term Load Forecasting

Yang, Ren-fu 21 June 2010 (has links)
The accuracy of load forecast has a significant impact for power companies on executing the plan of power development, reducing operating costs and providing reliable power to the client. Short-term load forecasting is to forecast load demand for the duration of one hour or less. This study presents a new approach to process load forecasting. A Support Vector Machine (SVM) was used for the initial load estimation. Particle Swarm Optimization (PSO) was then adopted to search for optimal parameters for the SVM. In doing the load forecast, training data is the most important factor to affect the calculation time. Using more data for model training should provide a better forecast results, but it needs more computing time and is less efficient. Applications of data mining can provide means to reduce the data requirement and the computing time. The proposed Modified Support Vector Machines approach can be proved to provide a more accurate load forecasting.
69

Voltage Stability Study for Dynamic Load with Modified Orthogonal Particle Swarm Optimization

Lin, Wu-Cheng 24 June 2011 (has links)
The thesis use capacitors, Static Synchronous Compensator (STATCOM) and wind generator to get optimal voltage stability for twenty-four-hour dynamic load by compensating real/reactive power. In the thesis, Modified Orthogonal Particle Swarm Optimizer (MOPSO) is proposed to find the sitting and sizing of capacitors, STATCOM and wind generator, and integrate Equivalent Current Injection (ECI) algorithm to solve Optimal Power Flow (OPF) to achieve optimal voltage stability. The algorithm uses MOPSO to renew STATCOM and wind turbine sizing Gbest with multiple choices and Taguchi orthogonal array, which improves Particle Swarm Optimizer (PSO) without falling into the local optimal solution and searches optimal voltage stability of power system by load balancing equation and inequality constraints. Average Voltage Variation (AVV) and Average Voltage Drop Variation (AVDV) are proposed as objective function to calculate whole system voltage variations, and convergence test of MOPSO. The IEEE 33 Bus distribution system and Miaoli-Houlong distribution system were used for simulation to test the voltage control during peak and off-peak periods of Taipower. Compensation of real/reactive power was used to get optimal system voltage stability for each simulated case.
70

A Study on Parameter Identification of Induction Machine

Su, Tzu-Jung 03 August 2011 (has links)
Parameter identification of an induction machine is of great importance in numerous industrial applications, including the assessment of machine performance and design of control schemes. Parameter identification is based on the input-output signals and the model used. Many researches have applied the inverter drive to control the exciting signal of the induction machine in the identifying process. This study proposed a method to identify all parameter of the induction machine with a no-load low-voltage starting test. The method has a simple structure without needing extra hardware, which could significantly simplify the procedures and save cost. Based on the curves of resistance and reactance, the user can obtain the machine¡¦s equivalent circuit parameters. With the identified parameters of the equivalent circuit, input voltage, and rotor speed, the user can find the torque. From the torque and rotor speed, the user can find the mechanical parameters. A least mean square (LMS) method was used with a particle swarm optimization (PSO) method to solve the aforementioned problem. From various tests, the practicability and accuracy of this method can been proven. This study also proposes a method to rapidly analyze power parameters. This method uses two adjacent data to compute the fundamental frequency component of voltage or current. The parameters of fundamental frequency component include frequency, amplitude, and phase. Under the condition of varied parameters, the frequency and phase are dependent. This method fixes the frequency and computes the amplitude and phase, and then stable results will be obtained.

Page generated in 0.0337 seconds