• Title/Summary/Keyword: performance-based optimization

Search Result 2,574, Processing Time 0.041 seconds

RCGA-based PID control of unstable processes concerned with the constraints (제약조건을 고려한 불안정 시스템의 RCGA 기반 PID 제어)

  • Lee, Yun-Hyung;Yang, A-Young;So, Myung-Ok;Oh, Sea-Jun
    • Journal of Advanced Marine Engineering and Technology
    • /
    • v.37 no.1
    • /
    • pp.85-90
    • /
    • 2013
  • PID control for unstable processes with time delay is not easy to apply because of unstability due to the poles existing on left-hand side in s-plane and the effect of time delay. In this paper, the authors consider the PID controller design technique in case of predefining overshoot or rising time by designer according to control environment. To deal with constraint problem like this, in this paper, the RCGA incorporating the penalty strategy is used. This is the method that if the RCGA violates given constraints, the defined penalty function is summed to the evaluation function depending on the severity and then the given constraint problem is converted to non-constraints optimization problem. The proposed method is applied to the unstable FOPTD(First Order Plus Time Delay) system and simulations are accomplished to illustrate the set-point tracking performance.

A Numerical Study on the Impeller Meridional Curvature of High Pressure Multistage Pump (고압 다단 펌프의 임펠러 자오면 곡선에 대한 수치 해석적 연구)

  • Kim, Deok Su;Jean, Sang Gyu;Mamatov, Sanjar;Park, Warn Gyu
    • Transactions of the Korean Society of Mechanical Engineers B
    • /
    • v.41 no.7
    • /
    • pp.445-453
    • /
    • 2017
  • This paper presents the hydraulic design an impeller and radial diffuser of a high-pressure multistage pump for reverse osmosis. The flow distribution and hydraulic performance for the meridional design of the impeller were analyzed numerically. Optimization was conducted based on the response surface method by varying the hub and shroud meridional curvatures, while maintaining the impeller outlet diameter, outlet width, and eye diameter constant. The analysis results of the head and efficiency with the variation in the impeller meridional profile showed that angle of the front shroud near the impeller outlet (${\varepsilon}Ds$) had the highest effect on head increase, while the hub inlet length ($d_{1i}$) and shroud curvature (Rds) had the highest effect on efficiency. From the meridional profile variation, an approximately 0.5% increase in efficiency was observed compared with the base model (case 25).

Enhanced Lipid Production of Chlorella sp. HS2 Using Serial Optimization and Heat Shock

  • Kim, Hee Su;Kim, Minsik;Park, Won-Kun;Chang, Yong Keun
    • Journal of Microbiology and Biotechnology
    • /
    • v.30 no.1
    • /
    • pp.136-145
    • /
    • 2020
  • Chlorella sp. HS2, which previously showed excellent performance in phototrophic cultivation and has tolerance for wide ranges of salinity, pH, and temperature, was cultivated heterotrophically. However, this conventional medium has been newly optimized based on a composition analysis using elemental analysis and ICP-OES. In addition, in order to maintain a favorable dissolved oxygen level, stepwise elevation of revolutions per minute was adopted. These optimizations led to 40 and 13% increases in the biomass and lipid productivity, respectively (7.0 and 2.25 g l-1d-1 each). To increase the lipid content even further, 12 h heat shock at 50℃ was applied and this enhanced the biomass and lipid productivity up to 4 and 17% respectively (7.3 and 2.64 g l-1d-1, each) relative to the optimized conditions above, and the values were 17 and 14% higher than ordinary lipid-accumulating N-limitation (6.2 and 2.31 g l-1d-1). On this basis, heat shock was successfully adopted in novel Chlorella sp. HS2 cultivation as a lipid inducer for the first time. Considering its fast and cost-effective characteristics, heat shock will enhance the overall microalgal biofuel production process.

Dynamic Scheduling of Network Processes for Multi-Core Systems (멀티 코어 시스템에서 통신 프로세스의 동적 스케줄링)

  • Jang, Hye-Churn;Jin, Hyun-Wook;Kim, Hag-Young
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.15 no.12
    • /
    • pp.968-972
    • /
    • 2009
  • The multi-core processors are being widely exploited by many high-end systems. With significant advances in processor architecture, the network band-width required on the high-end systems is increasing drastically. It is therefore highly desirable to manage multiple cores efficiently to achieve high network band-width with minimum resource requirements. Modern operating systems, however, still have significant design and optimization space to leverage the network performance over multi-core systems. In this paper, we suggest a novel networking process scheduling scheme, which decides the best processor affinity of networking processes based on the processor cache layout, communication intensiveness, and processor loads. The experimental results show that the scheduling scheme implemented in the Linux kernel can improve the network bandwidth and the effectiveness of processor utilization by 20% and 59%, respectively.

Understanding the Properties of Cement Mortar with Employment of Stone Dust considering Particle Size Distribution (입도분포를 고려한 석분 사용에 따른 시멘트 모르타르 성질의 변화 이해)

  • Kang, Su-Tae
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.18 no.1
    • /
    • pp.715-723
    • /
    • 2017
  • This study investigates the properties of a high-performance cementitious composite with partial substitution of stone dust for fine aggregate. The relationship between the properties and particle size distribution was analyzed using several analytical models. Experiments were carried out to examine the flowability, rheology, and strength of cement mortars with different stone-dust replacement ratios of 0-30 wt.%. The results showed improved flowability, lower rheological parameters (yield stress and plastic viscosity), and improved strength as the amount of stone dust increased. These results are closely related to the packing density of the solid particles in the mortar. The effect was therefore estimated by introducing an optimum particle size distribution (PSD) model for maximum packing density. The PSD with a higher amount of stone dust was closer to the optimum PSD, and the optimization was quantified using RMSE. The improvement in the PSD by the stone dust was proven to affect the flowability, strength, and plastic viscosity based on several relevant analytical models. The reduction in yield stress is related to the increase of the average particle diameter when using stone dust.

Analysis of Programming Techniques for Creating Optimized CUDA Software (최적화된 CUDA 소프트웨어 제작을 위한 프로그래밍 기법 분석)

  • Kim, Sung-Soo;Kim, Dong-Heon;Woo, Sang-Kyu;Ihm, In-Sung
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.16 no.7
    • /
    • pp.775-787
    • /
    • 2010
  • Unlike general-purpose CPUs, the GPUs have been specialized as many-core streaming processors, and are frequently replacing the CPUs in an increasing range of computations thanks to their outstanding parallel computing capacity. In order to respond to such trend, NVIDIA has recently issued a new parallel computing architecture called CUDA(Compute Unified Device Architecture), offering a flexible GPU programming environment for GPGPU(General Purpose GPU) computing. In general, when programmers use the CUDA API, they should clearly understand many aspects of GPU's computing architecture to produce efficient parallel software. In this article, we explain several optimization techniques for CUDA programming that we have verified through a lot of experiment and trial and error, and review how those techniques affect the performance of code execution. In particular, we use a specific problem as an example to analyze several elements that affect performances, such as effective accesses to hierarchical memory system, processor occupancy, and latency hiding. In conclusion, we present several directions that may be utilized effectively in CUDA-based parallel programming.

A Study for Design Optimization of an Automated Distribution Center using the Simulation and Metamodel (시뮬레이션과 메타모델을 이용한 자동물류센터 설계 최적화)

  • Kang, Jeong-Yun;Lee, Hong-Chul;Um, In-Sup
    • Journal of the Korea Society for Simulation
    • /
    • v.15 no.3
    • /
    • pp.103-114
    • /
    • 2006
  • Now distribution centers include an ASRS (Automated Storage and Retrieving System) and automated transfer systems such as conveyors and AGV (Automated Guided Vehicle). These automated distribution centers have lots of parameters to be considered fur operating performance. The general basic parameters in the distribution centers are specifications of storage equipment, system operating rules, configuration of storage area and unit load features. In this paper, an approach using simulation and metamodeling with response Surface method to optimize the design parameters of an automated distribution center model is presented. The simulation based metamodel will constitute an efficient approximation of the system function, and the approximate function will be used to design rapid optimal parameters of the distribution center model. This paper provides a comprehensive framework for economical material flow system design using the simulation and metamodeling.

  • PDF

Stereo Matching Using Genetic Algorithm (유전 알고리즘을 이용한 스테레오 정합)

  • Kim, Yong-Suk;Han, Kyu-Phil;Kim, Gi-Seok;Ha, Yeong-Ho
    • Journal of the Korean Institute of Telematics and Electronics S
    • /
    • v.35S no.9
    • /
    • pp.53-62
    • /
    • 1998
  • In this paper, a genetic algorithm-based optimization technique for stereo matching is proposed. Stereo matching is an essential process to recover three-dimensional structure of objects. The proposed two-dimensional chromosomes consist fo disparity values. The cost function of each chromosome is composed of the intensity-difference between two images and smoothness of disparity. The crossover and mutation operators in the two-dimensional chromosomes are described. The operations are affected by the disparities of neighbor pixels. The knowledge-augmented operators are shown to result in rapid convergence and stable result. The genetic algorithm for stereo matching is tested on synthetic and natural images. Experimental results of various images show that the proposed algorithm has good performance even if the images have too dense or sparse feature points. severe noise, and repeating pattern.

  • PDF

Development of Work Zone Traffic Control Algorithm for Two Lane Road (공사구간 교대통행 동적제어 알고리즘 개발)

  • Park, Hyunjin;Oh, Cheol;Moon, JaePil
    • The Journal of The Korea Institute of Intelligent Transport Systems
    • /
    • v.16 no.2
    • /
    • pp.23-35
    • /
    • 2017
  • Work zone traffic control is of keen interest because both traffic operations and safety performances are directly affected by traffic management methods. In particular, work zone traffic on two-lane roads needs to be managed in more efficient and safer manners due to its unique characteristics of alternative right-of-way assignment. This study developed a dynamic control algorithm that can be used for real-time operations of two-lane work zone traffic. The performance of the developed algorithm was evaluated by VISSIM microscopic traffic simulator. An applied programming interface (API) based program was developed to plug-in the control algorithm onto the simulator. The results demonstrated the feasibility of the proposed control algorithm for two-lane work zone.

Evaluation of Inelastic Performance of a Reinforced Concrete Shear Wall-Frame System Designed by Resizing Algorithms (재분배 기법 적용에 따른 철근 콘크리트 전단벽-골조 시스템의 비선형 특성 평가)

  • An, Jin-Woo;Choi, Se-Woon;Park, Hyo-Seon
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.24 no.5
    • /
    • pp.473-480
    • /
    • 2011
  • Recently, the resizing algorithms based on the displacement participation factors have been developed for sizing members to satisfy stiffness criteria. It is proved that this resizing algorithms made for utilizing worker's stiffness design are practical and rational due to the simplicity and convenience of the method. The resizing algorithm can be practically and effectively applied to drift design of buildings. However, the researches on the change of inelastic behavior by the resizing algorithm has been insufficient. To identify the effect on the inelastic behavior of buildings by the resizing method, this study used the reinforced concrete shear wall-frame example. Through the application of the resizing method, the weights of shear wall in the lower class and the weights of columns and beams in the upper class increased respectively. And the initial stiffness of the building increased and the ductility of the buildings had similar with that of the initial structure.