Stability is very necessary in control system and it becomes more difficult to achieve for a nonlinear system which inverted pendulum is an example. Most of the controllers available suffer from problems such as diffi...
详细信息
Stability is very necessary in control system and it becomes more difficult to achieve for a nonlinear system which inverted pendulum is an example. Most of the controllers available suffer from problems such as difficult in tuning process, sluggishness in response time, quick and global convergence etc. this paper considered Proportional-Integra-Derivative optimized with Genetic Algorithm (GA-PID) Controller on Inverted pendulum for the control of the angle position. Conventional PID controller was used to validate the proposed controller. A MATLAB script for genetic algorithm was written withthe aim of obtaining optimum PID parameters that would keep the pendulum angle at equilibrium (i.e. returns the pendulum to a desire point as quick as possible) by minimizing an objective function (Integral time absolute error ITAE). On the other hand, a convention PID controller was designed using MATLAB/Simulink environment; the PID's gains were manually tuned until an optimum response is achieved. the results obtained in both schemes shows that GA-PID showed superiority in all the performance indices used in evaluating the two controller schemes and therefore can serves as a valuable controller for the system.
To resolve the difficulty of parameter estimation of Storm rainfall intensity formulation, a new multicellular GEP parameter estimation algorithm, named MCEPPO, with a novel individual coding scheme based on Gene Expr...
详细信息
To resolve the difficulty of parameter estimation of Storm rainfall intensity formulation, a new multicellular GEP parameter estimation algorithm, named MCEPPO, with a novel individual coding scheme based on Gene Expression programming algorithm is proposed in this paper. MCEPPO is used for solving the parameter estimation problem of the single return period of rainfall intensity forecast model using historical rainfall statistical data as a learning example. And its effectiveness in real compute instance has been evaluated. the compared experiment result shows that the proposed method exploring for parameter estimation of Storm rainfall intensity formulation is feasible and precise.
the Tri-Level parallel programming pattern of MPI+OpenMP+CUDA, which enables better speedup for applications on popular multi-core architecture cluster, is increasingly admired by research institutions and companies. ...
详细信息
ISBN:
(纸本)9781479961245
the Tri-Level parallel programming pattern of MPI+OpenMP+CUDA, which enables better speedup for applications on popular multi-core architecture cluster, is increasingly admired by research institutions and companies. the interaction of particles of molecular dynamics simulation needs extensive calculation, which will also increases withthe extension of system. therefore higher performance for the computing capability and storage ability of current high performance computer is required. As one of main softwares of molecular dynamics simulation, GROMACS can be used for the simulation of hundreds of or even millions of atoms. Based on this kind of hybrid parallel programming pattern, the latest version of GROMACS has higher operation efficiency and shorter simulation time. In this paper, we take advantage of two different sizes of protein simulation system as the data of GROMACS for the molecular simulation of different parallel granularity on mixed cluster which is based on Intel Xeon5650 and NVIDIA C2050. By the result of experiment, we have obtained the best mechanism of hybird CPU-GPU cluster and analyzed the advantage of MPI+OpenMP+CUDA hybrid parallel programming pattern. In the end, we compared GROMACS4.6 with GROMACS4.5. the results of the test also provide a reference for scientists who work on building large-scale molecular dynamics simulation platform and observe the molecular dynamics simulation.
In recent years, the amount of time series data generated in different domains have grown consistently. Analyzing large time-series datasets coming from sensor networks, power grids, stock exchanges, social networks a...
详细信息
ISBN:
(纸本)9781479940929
In recent years, the amount of time series data generated in different domains have grown consistently. Analyzing large time-series datasets coming from sensor networks, power grids, stock exchanges, social networks and cloud monitoring logs at a massive scale is one of the biggest challenges that data scientists are facing. Big data storage and processing frameworks provides an environment to handle the volume, velocity and frequency attributes associated with time-series data. We propose an efficient and distributed computing framework - R2Time for processing such data in the Hadoop environment. It integrates R with a distributed time-series database (OpenTSDB) using a MapReduce programming framework (RHIPE). R2Time allows analysts to work on huge datasets from within a popular, well supported, and powerful analysis environment.
A task migration method is proposed for energy savings in multiprocessor real-time systems. the method is based on the portioned scheduling technique which classifies each task into a fixed task or a migratable task. ...
详细信息
A task migration method is proposed for energy savings in multiprocessor real-time systems. the method is based on the portioned scheduling technique which classifies each task into a fixed task or a migratable task. the energy-aware migration with specified parameters is formulated as a linear programming problem, and optimal solution is given. Furthermore, the method is extended to more general case with a complete migration algorithm. Simulation results showed significant energy savings over existing methods.
In this paper, a modified particle swarm optimization(MPSO) algorithm is proposed to solve the reliability redundancy optimization problem. this algorithm modifies the strategy of generating new position of particles....
详细信息
In this paper, a modified particle swarm optimization(MPSO) algorithm is proposed to solve the reliability redundancy optimization problem. this algorithm modifies the strategy of generating new position of particles. For each generation solution, the flight velocity of particles is removed. Whereas the new position of each particle is generated by using difference strategy. Moreover, an adaptive parameter is used to ensure diversity of feasible solutions. Experimental results on four benchmark problems demonstrate that the proposed MPSO has better robustness, effectiveness and efficiency than other algorithms reported in literatures for solving the reliability redundancy optimization problem.
We present JolokiaC++, an annotation based compiler framework which generates high quality CUDA (Compute Unified Device Architecture) code for GPUs. Our contributions include: (1) developing explicit and implicit anno...
详细信息
We present JolokiaC++, an annotation based compiler framework which generates high quality CUDA (Compute Unified Device Architecture) code for GPUs. Our contributions include: (1) developing explicit and implicit annotations with illustrations of their use in C++, (2) showing the utility of these annotations by providing comparison code snippets, which demonstrates the ease of programming and performance gains, (3) evaluating their effectiveness on kernels like Blacks holes, Matrix-Vector multiplication, Matrix-Matrix multiplication, Jacobi 1D & 2D, Heat 2D, Vector Addition and Convolution.
Power efficiency and predictable performance have become major concerns for cloud service providers as they significantly affect cloud adoption and tenancy cost. Providing guaranteed resources for predictable performa...
详细信息
Power efficiency and predictable performance have become major concerns for cloud service providers as they significantly affect cloud adoption and tenancy cost. Providing guaranteed resources for predictable performance in data centers drives the need for a request model which abstracts the traffic characteristics as well as the resource requirements of tenant applications. In this paper, we propose a novel Sliding Scheduled Tenant (SST) request model which enables tenants to request their resources for an estimated required time duration which can slide within a certain time-window. We investigate the power-efficient resource-guaranteed Virtual Machine (VM) -placement and routing problem for dynamically arriving SST requests. the problem requires provisioning of the specified resources in a data center for the required duration of requests by choosing an appropriate start- and end-time within their specified time-window, so as to maximize the number of accepted requests while consuming as low power as possible. We develop a mixed integer linear programming (MILP) optimization problem formulation based on the multi-component utilization-based power model. Since this problem which is a combination of VMplacement, scheduling and routing problems, is computationally rohibitive, we develop a fast and scalable heuristic algorithm. We demonstrate the effectiveness of the proposed algorithm and SST request model in terms of power saving and acceptance ratio through comprehensive simulation results.
Reinforcement Learning(RL) can solve practical sequential decision problems, even when structures of the problems are less understood. However, some sequential decision problems intrinsically have structural parts tha...
详细信息
Reinforcement Learning(RL) can solve practical sequential decision problems, even when structures of the problems are less understood. However, some sequential decision problems intrinsically have structural parts that are easily to formulate and distinguish from less understood parts. Exploiting this knowledge may help improve performance of RL. this study proposed and investigated an approach to exploit the knowledge of structural parts of inventory management problems in the context of RL. the proposed method is motivated by human behavior of ruminating on what has happened and what would happen if alternative choices would have been taken. Our investigation provides an insight into RL mechanism and our experimental results show viability of the approach.
In this paper, a hybrid TS-DE algorithm based on Tabu search and differential evolution algorithm is proposed to solve the reliability redundancy optimization problem. A differential evolution algorithm is embedded in...
详细信息
In this paper, a hybrid TS-DE algorithm based on Tabu search and differential evolution algorithm is proposed to solve the reliability redundancy optimization problem. A differential evolution algorithm is embedded in Tabu search algorithm. TS is applied for searching solutions space, and DE is used for generating neighborhood solutions. the advantages of both algorithms are considered simultaneously. And an adaptive hybrid TS-DE approach is developed to solve three benchmark reliability redundancy allocation problems. By comparing with other algorithms reported in previous literatures, experimental results show that the proposed method is effective and efficient for solving the reliability redundancy optimization problem.
暂无评论