• 제목/요약/키워드: ACO

검색결과 179건 처리시간 0.031초

A Hybrid Genetic Ant Colony Optimization Algorithm with an Embedded Cloud Model for Continuous Optimization

  • Wang, Peng;Bai, Jiyun;Meng, Jun
    • Journal of Information Processing Systems
    • /
    • 제16권5호
    • /
    • pp.1169-1182
    • /
    • 2020
  • The ant colony optimization (ACO) algorithm is a classical metaheuristic optimization algorithm. However, the conventional ACO was liable to trap in the local minimum and has an inherent slow rate of convergence. In this work, we propose a novel combinatorial ACO algorithm (CG-ACO) to alleviate these limitations. The genetic algorithm and the cloud model were embedded into the ACO to find better initial solutions and the optimal parameters. In the experiment section, we compared CG-ACO with the state-of-the-art methods and discussed the parameter stability of CG-ACO. The experiment results showed that the CG-ACO achieved better performance than ACOR, simple genetic algorithm (SGA), CQPSO and CAFSA and was more likely to reach the global optimal solution.

미국의 책임의료조직(Accountable Care Organization) 운영현황 분석과 국내 의료정책에서 정책적 함의 평가 (An Evaluation of Accountable Care Organization in USA and Policy Implications for Korean Health Care System)

  • 서경화;정유민;김민지;이선희
    • 보건행정학회지
    • /
    • 제24권4호
    • /
    • pp.396-412
    • /
    • 2014
  • Background: As a reform plan of health care system, Accountable Care Organization (ACO) has became an object of attention in the United States after Patient Protection and Affordable Care Act was enacted. ACO is a group of various health care providers and provide coordinated care to its assigned beneficiaries. If ACOs improve the quality level and reduce the cost of care, they can get financial incentives. Under the discussion for a quite long time and demonstration projects, ACO has been established. We aimed to analysis and discuss the history, policy mechanism, contents, status and outcomes of ACO. Also, we intended to suggest political implication Korean health care system with regard to ACO. Methods: We searched the articles related ACO in PubMed and selected several available papers about ACO. Total 56 studies were reviewed and categorized three parts; demonstration projects for formation of ACO, policy mechanism and agenda, empirical results of ACO performance. Results: As a result, establishment of ACO was successful partly in the US. It seems to be due to various project and pilot test for verification in the long time. The empirical effect of ACO was also identified in a few study but it needs more evidences to judge its positive effect. Conclusion: In Korea, there are arguments for the application of ACO. However it is difficult to implement a ACO by different political conditions between Korean and US. Nevertheless ACO proposed us the necessity of paradigm shift in our health policy and could be significant to national policy orientation in the future.

개미 군집 최적화 기법을 활용한 최대 독립 마디 문제에 관한 해법 (An Ant Colony Optimization Approach for the Maximum Independent Set Problem)

  • 최화용;안남수;박성수
    • 대한산업공학회지
    • /
    • 제33권4호
    • /
    • pp.447-456
    • /
    • 2007
  • The ant colony optimization (ACO) is a probabilistic Meta-heuristic algorithm which has been developed in recent years. Originally ACO was used for solving the well-known Traveling Salesperson Problem. More recently, ACO has been used to solve many difficult problems. In this paper, we develop an ant colony optimization method to solve the maximum independent set problem, which is known to be NP-hard. In this paper, we suggest a new method for local information of ACO. Parameters of the ACO algorithm are tuned by evolutionary operations which have been used in forecasting and time series analysis. To show the performance of the ACO algorithm, the set of instances from discrete mathematics and computer science (DIMACS)benchmark graphs are tested, and computational results are compared with a previously developed ACO algorithm and other heuristic algorithms.

Satellite Customer Assignment: A Comparative Study of Genetic Algorithm and Ant Colony Optimization

  • Kim, Sung-Soo;Kim, Hyoung-Joong;Mani, V.
    • Journal of Ubiquitous Convergence Technology
    • /
    • 제2권1호
    • /
    • pp.40-50
    • /
    • 2008
  • The problem of assigning customers to satellite channels is a difficult combinatorial optimization problem and is NP-complete. For this combinatorial optimization problem, standard optimization methods take a large computation time and so genetic algorithms (GA) and ant colony optimization (ACO) can be used to obtain the best and/or optimal assignment of customers to satellite channels. In this paper, we present a comparative study of GA and ACO to this problem. Various issues related to genetic algorithms approach to this problem, such as solution representation, selection methods, genetic operators and repair of invalid solutions are presented. We also discuss an ACO for this problem. In ACO methodology, three strategies, ACO with only ranking, ACO with only max-min ant system (MMAS), and ACO with both ranking and MMAS, are considered. A comparison of these two approaches (i,e., GA and ACO) with the standard optimization method is presented to show the advantages of these approaches in terms of computation time.

  • PDF

Status of Studies Investigating Asthma-Chronic Obstructive Pulmonary Disease Overlap in Korea: A Review

  • Jo, Yong Suk
    • Tuberculosis and Respiratory Diseases
    • /
    • 제85권2호
    • /
    • pp.101-110
    • /
    • 2022
  • There is a considerable number of individuals who exhibit features of both asthma and chronic obstructive pulmonary disease (COPD), defined as asthma-COPD overlap (ACO). Many studies have reported that these patients have a greater burden of symptoms, including cough and dyspnea, and experience more exacerbations and hospitalizations than those with non-ACO COPD or asthma. Although diagnostic criteria for ACO have not yet been clearly established, their clinical significance remains to be determined. As interest in ACO grows, related studies have been conducted in South Korea as well. The present review summarizes ACO-related studies in South Korea to better understand Korean ACO patients and guide further research. Several cohort studies of asthma and COPD and population-based studies for ACO were reviewed and the key results from demographics, clinical features, lung function, biomarkers, treatment, and prognosis were summarized.

Maximal Clique Problem을 해결하기 위한 DNA 코딩 방법을 적용한 DNA 컴퓨팅 (DNA Computing Adopting DNA Coding Method to solve Maximal Clique Problem)

  • 김은경;이상용
    • 정보처리학회논문지B
    • /
    • 제10B권7호
    • /
    • pp.769-776
    • /
    • 2003
  • MCP(Maximal Clique Problem)를 해결하기 위해 DNA 컴퓨팅이 사용되고 있다. 그러나 현재의 DNA 컴퓨팅을 MCP에 적용하였을 때, 정점과 간선을 효율적으로 표현할 수 없으며 제한 효소의 잘못된 사용으로 인하여 해를 찾을 수 없는 문제점을 가지고 있다. 본 논문에서는 MCP의 문제점을 해결하기 위해 DNA 컴퓨팅 기법에 DNA 코딩 방법을 적용한 ACO(Algorithm for Code Optimization)를 제안한다. 우리는 ACO를 MCP에 적용하였고, 그 결과 ACO는 Adleman의 DNA 컴퓨팅 알고리즘 보다 가변길이의 DNA 코드를 표현할 수 있으며, 불필요한 정점을 제거한 코드를 생성할 수 있었다. 또한 ACO는 Adleman의 DNA 컴퓨팅 알고리즘 보다 탐색 시간과 생물학적 오류율을 15% 정도 줄임으로써 4배 정도 많은 최종해를 얻을 수 있었다.

Traveling Salesman Problem을 해결하기 위한 DNA 코딩 방법을 적용한 DNA 컴퓨팅 (DNA Computing Adopting DNA coding Method to solve Traveling Salesman Problem)

  • 김은경;윤효근;이상용
    • 한국지능시스템학회논문지
    • /
    • 제14권1호
    • /
    • pp.105-111
    • /
    • 2004
  • Traveling Salesman Problem(TSP)을 해결하기 위해 DNA 컴퓨팅이 사용되고 있다. 그러나 현재의 DNA 컴퓨팅을, TSP에 적용하였을 때, 정점과 정점사이의 가중치를 효율적으로 표현할 수 없다. 본 논문에서는 TSP의 정점과 정점 사이의 가중치를 효율적으로 표현하기 위해 DNA 컴퓨팅 기법에 DNA 코딩방법을 적용한 ACO(Algorithm for Code Optimization)를 제안한다. 우리는 ACO를 TSP에 적용하였고, 그 결과 ACO 는 Adleman의 DNA 컴퓨팅 알고리즘보다 가변길이의 DNA 코드와 간선의 가중치를 효율적으로 표현할 수 있었다. 또한 ACO 는 Adleman의 DNA 컴퓨팅 알고리즘 보다 탐색 시간과 생물학적 오류율을 50% 정도 줄일 수 있었으며, 빠른 시간 내에 최단경로를 탐색할 수 있었다.

Md-ACS1 및 Md-ACO1 분자표지를 이용한 국내육성사과의 저장성 예측 (Estimation of storability for Korean apples (Malus domestica) using Md-ACS1 and Md-ACO1 DNA marker)

  • 권영순;권순일;김선애;권헌중;유진기;류슬기;강인규;김정희
    • 한국식품저장유통학회지
    • /
    • 제24권7호
    • /
    • pp.891-897
    • /
    • 2017
  • 사과는 에틸렌에 의해 호흡량이 일시적으로 상승하는 호흡급등형 과실이다. 에틸렌 발생은 세포벽분해효소 활성화와 세포벽 연화를 진행시켜 사과의 상품성과 저장성을 떨어뜨리는 원인이 된다. 사과의 에틸렌 생합성 과정에는 Md-ACS1 및 Md-ACO1 유전자가 연관되어 있으며, 두 유전자는 과실의 에틸렌 발생량과 경도에 영향을 미치는 것으로 알려져 있다. 본 연구는 사과 국내육성 28품종의 Md-ACS1 및 Md-ACO1 대립유전자형을 분석하고, 'Fuji(FJ)', 'RubyS(RS)', 'Hongro(HR)', 'Arisoo(AS)', 'Summer King(SK)', 'Greenball(GB)', 'Golden Supreme(GS)'을 대상으로 수확 후 25일까지의 에틸렌 발생량 및 상온저장($20^{\circ}C$) 20일 동안의 경도 연화율을 조사하였다. 그 결과, 낮은 에틸렌 발생량과 관련 된 대립유전자(favorable alleles0(FA)) ACS1-2, ACO1-1이 많을수록 에틸렌 발생량과 경도 연화율이 낮은 경향을 보였다. GS은 ACS1-1/1, ACO1-1/2(FA 1)으로 모든 품종 중 가장 높은 에틸렌 발생 수치와 경도 연화율를 보였다. SK와 GB은 ACS1-1/2, ACO1-1/2(FA 2)으로 ACS1-2/2, ACO1-1/2(FA 3)인 HR와 AS 보다는 높고 GS 보다 낮은 에틸렌 발생량과 경도 연화율을 보였다. ACS1-2/2, ACO1-1/1(FA 4)인 FJ는 RS를 제외한 모든 품종 중에 에틸렌 발생량과 경도 연화율이 가장 낮았다. 본 실험의 결과 Md-ACS1 및 Md-ACO1 대립유전자형과 사과의 에틸렌 발생량 및 경도 연화율은 상관성이 있는 것으로 확인되었다. 따라서, Md-ACS1 및 Md-ACO1 분자표지를 사과 국내육성품종의 저장성 예측과 육종 효율 향상을 위한 Marker-assisted selection에 활용할 수 있을 것으로 생각 된다.

Arabidopsis ACC Oxidase 1 Coordinated by Multiple Signals Mediates Ethylene Biosynthesis and Is Involved in Root Development

  • Park, Chan Ho;Roh, Jeehee;Youn, Ji-Hyun;Son, Seung-Hyun;Park, Ji Hye;Kim, Soon Young;Kim, Tae-Wuk;Kim, Seong-Ki
    • Molecules and Cells
    • /
    • 제41권10호
    • /
    • pp.923-932
    • /
    • 2018
  • Ethylene regulates numerous aspects of plant growth and development. Multiple external and internal factors coordinate ethylene production in plant tissues. Transcriptional and post-translational regulations of ACC synthases (ACSs), which are key enzymes mediating a rate-limiting step in ethylene biosynthesis have been well characterized. However, the regulation and physiological roles of ACC oxidases (ACOs) that catalyze the final step of ethylene biosynthesis are largely unknown in Arabidopsis. Here, we show that Arabidopsis ACO1 exhibits a tissue-specific expression pattern that is regulated by multiple signals, and plays roles in the lateral root development in Arabidopsis. Histochemical analysis of the ACO1 promoter indicated that ACO1 expression was largely modulated by light and plant hormones in a tissue-specific manner. We demonstrated that point mutations in two E-box motifs on the ACO1 promoter reduce the light-regulated expression patterns of ACO1. The aco1-1 mutant showed reduced ethylene production in root tips compared to wild-type. In addition, aco1-1 displayed altered lateral root formation. Our results suggest that Arabidopsis ACO1 integrates various signals into the ethylene biosynthesis that is required for ACO1's intrinsic roles in root physiology.

건설 통합 설계를 위한 라이브러리 구축 방법에 관한 연구 (Study on the Method of Building Library for Integrated Design in Construction)

  • 송춘동;전영일;김활수
    • 한국디지털건축인테리어학회논문집
    • /
    • 제2권1호
    • /
    • pp.16-23
    • /
    • 2002
  • The Subject of this research is building integrated library to supported to CAAD of the A.E.C field that is oriented to the environment of integrated design. In this research, we design and implement a new library model as a solution of design-data sharing and multi-displaying that is on the rise among many problems in construction integration. We name this integrated library ACO(Actual Component Object) and using the ACO, we can share data without loss in the fields such as construction, estimation, structure. Together with this, the different expressions along each field provide the solution of sharing both graphic data and non-graphic data. This ACO is a newly conceptualized Library that is able to supply a composite structure to an architect(designer) through the internet-based ACO System. To the ACO System that supplies those ACO service, we introduce the concept of DBMS in design and design administrator, and we investigate the solutions that enable an architect to use this ACO directly on the Web.

  • PDF