• Title/Summary/Keyword: Optimal implementation locations

Search Result 14, Processing Time 0.026 seconds

A Study on Developing an Efficient Algorithm for the p-median Problem on a Tree Network (트리 네트워크 상에서의 p-미디안 문제에 대한 효율적인 알고리즘 개발에 관한 연구)

  • Cho, Geon
    • Journal of the Korean Operations Research and Management Science Society
    • /
    • v.29 no.1
    • /
    • pp.57-70
    • /
    • 2004
  • Given a tree network on which each node has its own demand and also stands for a candidate location of a potential facility. such as plant or warehouse, the f-median problem on the network (PMPOT) is to select less than or equal to P number of facility locations so that the whole demand on a node is satisfied from only one facility and the total demand occurred on the network can be satisfied from those facilities with the minimum total cost, where the total cost Is the sum of transportation costs and the fixed costs of establishing facilities. Tamir(1996) developed an O(p n$^2$) algorithm for PMPOT which is known to be the best algorithm In terms of the time complexity, where n is the number of nodes in the network, but he didn't make any comments or explanation about implementation details for finding the optimal solution. In contrast to Tamir's work, Kariv and Hakimi(1979) developed O(p$^2$n$^2$) algorithm for PMPOT and presented O(n$^2$) algorithm for finding the optimal solution in detail. In this paper, we not only develop another O(p n$^2$) dynamic programming algorithm for PMPOT that is competitive to Tamir's algorithm in terms of the time complexity, but also present O(n) algorithm that is more efficient than kariv and Hakimi's algorithm in finding the optimal solution. finally, we implement our algorithm on a set of randomly generated problems and report the computational results.

Comparison of absorption based on the location of seam of cloth diaper

  • Lee, Heeran;Lee, Hyojeong;Lee, Yejin
    • Journal of Fashion Business
    • /
    • v.20 no.6
    • /
    • pp.94-110
    • /
    • 2016
  • A necessity for infants, diapers are not only used over long durations, but are also in direct contact to the infants' skin, making the choice of diaper to be of utmost importance. Current interest in cloth diapers is rapidly increasing because of issues concerning the baby's health, green environment, and economy. However, previous researches on cloth diapers are limited to simply investigating the form and material of commercial cloth diapers. There are few in-depth researches for the optimal cloth diaper development. This is therefore a fundamental research for the development of optimized cloth diapers, and analyzes the difference in absorption depending on the placement of seam line (liner, darts, and I pattern), the locations of liquid spraying (1 cm and 8 cm ahead of the center), and the amount of liquid capacity (10 and 20 ml). Currently, the development of diaper patterns considers the crotch shape of the infants and the skin length deformation. As a result, in the case of the I-pattern, the horizontal seam line prevents water from spreading to the front and back, thus reducing the absorbed area. This result was more clearly visible when water was sprayed at the center. The effect of the seam line became more obvious when there was more water (20 ml); also, when water was sprayed at the center, more leakage was observed. Using the results of this research, implementation of horizontal seam is expected to prevent the upward spread of urine.

Nonlinear earthquake capacity of slender old masonry structures prestressed with steel, FRP and NiTi SMA tendons

  • Preciado, Adolfo;Ramirez-Gaytan, Alejandro;Gutierrez, Nayar;Vargas, David;Falcon, Jose Manuel;Ochoa, Gil
    • Steel and Composite Structures
    • /
    • v.26 no.2
    • /
    • pp.213-226
    • /
    • 2018
  • This paper focuses on the seismic protection of slender old masonry structures by the implementation of prestressing devices at key locations. The devices are vertically and externally located inside the towers in order to be reversible and calibrated. An extensive parametric study on a selected slender tower is carried out based on more than 100 nonlinear static simulations aimed at investigating the impact of different parameters on the seismic performance: (i) different prestressing levels; (ii) shape memory alloy superelasticity and (iii) changes in prestressing-forces in all the stages of the analysis until failure and masonry toe crushing. The tendon materials under analysis are conventional prestressing steel, fiber-reinforced polymers of different fibers and shape memory alloys. The parametric study serves to select the most suitable prestressing device and optimal prestressing level able to dissipate more earthquake energy. The seismic energy dissipation is evaluated by comparing the structural capacity curves in original state and retrofitted.

The Adopting C4.5 classification and it's Application for Deinterlacing (디인터레이싱을 위한 C4.5 분류화 기법의 적용 및 구현)

  • Kim, Donghyung
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.18 no.1
    • /
    • pp.8-14
    • /
    • 2017
  • Deinterlacing is a method to convert interlaced video, including two fields (even and odd), to progressive video. It can be divided into spatial and temporal methods. The deinterlacing method in the spatial domain can easily be hardware-implemented, but yields image degradation if information about the deinterlaced pixel does not exist in the same field. On the other hand, the method in the temporal domain yields a deinterlaced image with higher quality but uses more memory, and hardware implementation is more difficult. Furthermore, the deinterlacing method in the temporal domain degrades image quality when motion is not estimated properly. The proposed method is for deinterlacing in the spatial domain. It uses several deinterlacing methods according to statistical characteristics in neighboring pixel locations. In this procedure, the proposed method uses the C4.5 algorithm, a typical classification algorithm based on entropy for choosing optimal methods from among the candidates. The simulation results show that the proposed algorithm outperforms previous deinterlacing methods in terms of objective and subjective image quality.