• Title/Summary/Keyword: premature convergence

Search Result 98, Processing Time 0.028 seconds

Competitive Generation for Genetic Algorithms

  • Jung, Sung-Hoon
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.17 no.1
    • /
    • pp.86-93
    • /
    • 2007
  • A new operation termed competitive generation in the processes of genetic algorithms is proposed for accelerating the optimization speed of genetic algorithms. The competitive generation devised by considering the competition of sperms for fertilization provides a good opportunity for the genetic algorithms to approach global optimum without falling into local optimum. Experimental results with typical problems showed that the genetic algorithms with competitive generation are superior to those without the competitive generation.

혼합 유전알고리즘을 이용한 비선형 최적화문제의 효율적 해법

  • 윤영수;이상용
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.1 no.1
    • /
    • pp.63-85
    • /
    • 1996
  • This paper describes the applications of genetic algorithm to nonlinear constrained optimization problems. Genetic algorithms are combinatorial in nature, and therefore are computationally suitable for treating continuous and idstrete integer design variables. For several problems , the conventional genetic algorithms are ill-defined , which comes from the application of penalty function , encoding and decoding methods, fitness scaling, and premature convergence of solution. Thus, we develope a hybrid genetic algorithm to resolve these problems and present two examples to demonstrate the effectiveness of the methodology developed in this paper.

  • PDF

A Study on Adaptive Partitioning-based Genetic Algorithms and Its Applications (적응 분할법에 기반한 유전 알고리즘 및 그 응용에 관한 연구)

  • Han, Chang-Wook
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.13 no.4
    • /
    • pp.207-210
    • /
    • 2012
  • Genetic algorithms(GA) are well known and very popular stochastic optimization algorithm. Although, GA is very powerful method to find the global optimum, it has some drawbacks, for example, premature convergence to local optima, slow convergence speed to global optimum. To enhance the performance of GA, this paper proposes an adaptive partitioning-based genetic algorithm. The partitioning method, which enables GA to find a solution very effectively, adaptively divides the search space into promising sub-spaces to reduce the complexity of optimization. This partitioning method is more effective as the complexity of the search space is increasing. The validity of the proposed method is confirmed by applying it to several bench mark test function examples and the optimization of fuzzy controller for the control of an inverted pendulum.

Comparison of metabolic syndrome indicators and nutrient intakes in postmenopausal women : from the Korean National Health and Nutrition Examination Survey, 2010~2012 (폐경 후 여성의 대사증후군 지표와 영양소 섭취에 대한 비교 융합연구 : 2010~2012 국민건강영양조사자료 이용)

  • Hwang, Hyo-Jeong;Choi, Yean Jung
    • Journal of the Korea Convergence Society
    • /
    • v.10 no.9
    • /
    • pp.99-110
    • /
    • 2019
  • The purpose of this study was to investigate the comparison between metabolic syndrome indicators and nutrient intakes in Korean menopausal women from the Korean National Health and Nutrition Examinations Survey data (2010~2012). Menopausal Status were classified into premature menopause(n=214) and natural menopause(n=2,546). Among the nutrient groups, retinol intake was a significant factor in natural menopausal women according to BMI levels and riboflavin intake was another significant factor in premature menopausal women according to fasting glucose levels. The results suggested that micronutrient including retinol, riboflavin, fiber and calcium were significantly associated with metabolic syndrome risk in Korean postmenopausal women. Further research is required for elucidating the association between nutrient intakes and incidence of metabolic syndrome in postmenopausal women within a large population in prospective studies.

Multi Agents-Multi Tasks Assignment Problem using Hybrid Cross-Entropy Algorithm (혼합 교차-엔트로피 알고리즘을 활용한 다수 에이전트-다수 작업 할당 문제)

  • Kim, Gwang
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.27 no.4
    • /
    • pp.37-45
    • /
    • 2022
  • In this paper, a multi agent-multi task assignment problem, which is a representative problem of combinatorial optimization, is presented. The objective of the problem is to determine the coordinated agent-task assignment that maximizes the sum of the achievement rates of each task. The achievement rate is represented as a concave down increasing function according to the number of agents assigned to the task. The problem is expressed as an NP-hard problem with a non-linear objective function. In this paper, to solve the assignment problem, we propose a hybrid cross-entropy algorithm as an effective and efficient solution methodology. In fact, the general cross-entropy algorithm might have drawbacks (e.g., slow update of parameters and premature convergence) according to problem situations. Compared to the general cross-entropy algorithm, the proposed method is designed to be less likely to have the two drawbacks. We show that the performances of the proposed methods are better than those of the general cross-entropy algorithm through numerical experiments.

Development of Holter ECG Monitor with Improved ECG R-peak Detection Accuracy (R 피크 검출 정확도를 개선한 홀터 심전도 모니터의 개발)

  • Junghyeon Choi;Minho Kang;Junho Park;Keekoo Kwon;Taewuk Bae;Jun-Mo Park
    • Journal of the Institute of Convergence Signal Processing
    • /
    • v.23 no.2
    • /
    • pp.62-69
    • /
    • 2022
  • An electrocardiogram (ECG) is one of the most important biosignals, and in particular, continuous ECG monitoring is very important in patients with arrhythmia. There are many different types of arrhythmia (sinus node, sinus tachycardia, atrial premature beat (APB), and ventricular fibrillation) depending on the cause, and continuous ECG monitoring during daily life is very important for early diagnosis of arrhythmias and setting treatment directions. The ECG signal of arrhythmia patients is very unstable, and it is difficult to detect the R-peak point, which is a key feature for automatic arrhythmias detection. In this study, we develped a continuous measuring Holter ECG monitoring device and software for analysis and confirmed the utility of R-peak of the ECG signal with MIT-BIH arrhythmia database. In future studies, it needs the validation of algorithms and clinical data for morphological classification and prediction of arrhythmias due to various etiologies.

A Novel Hybrid Intelligence Algorithm for Solving Combinatorial Optimization Problems

  • Deng, Wu;Chen, Han;Li, He
    • Journal of Computing Science and Engineering
    • /
    • v.8 no.4
    • /
    • pp.199-206
    • /
    • 2014
  • The ant colony optimization (ACO) algorithm is a new heuristic algorithm that offers good robustness and searching ability. With in-depth exploration, the ACO algorithm exhibits slow convergence speed, and yields local optimization solutions. Based on analysis of the ACO algorithm and the genetic algorithm, we propose a novel hybrid genetic ant colony optimization (NHGAO) algorithm that integrates multi-population strategy, collaborative strategy, genetic strategy, and ant colony strategy, to avoid the premature phenomenon, dynamically balance the global search ability and local search ability, and accelerate the convergence speed. We select the traveling salesman problem to demonstrate the validity and feasibility of the NHGAO algorithm for solving complex optimization problems. The simulation experiment results show that the proposed NHGAO algorithm can obtain the global optimal solution, achieve self-adaptive control parameters, and avoid the phenomena of stagnation and prematurity.

Optimal Routing for Distribution System Planning using New Adaptive GA (새로운 적응 유전 알고리즘을 이용한 배전계통계획의 최적경로탐색)

  • Kim, Min-Soo;Kim, Byung-Seop;Lee, Tae-Hyung;Shin, Joong-Rin
    • Proceedings of the KIEE Conference
    • /
    • 2000.07a
    • /
    • pp.137-141
    • /
    • 2000
  • This paper presents an application of a new Adaptive Genetic Algorithms(AGA) to solve the Optimal Routing problem(ORP) for distribution system planning. In general, since the ORP is modeled as a mixed integer problem with some various mathematical constraints, it is hard to solve the problem. In this paper, we proposed a new adaptive strategy in GA to overcome the premature convergence and improve the convergence efficiency. And for these purposes, we proposed a fitness function suited for the ORP. In the proposed AGA, we used specially designed adaptive probabilities for genetic operators to consider the characteristics of distribution systems that are operated under radial configuration. The proposed algorithm has been tested in sample networks and the results are presented.

  • PDF

Fuzzy Adaptive Modified PSO-Algorithm Assisted to Design of Photonic Crystal Fiber Raman Amplifier

  • Akhlaghi, Majid;Emami, Farzin
    • Journal of the Optical Society of Korea
    • /
    • v.17 no.3
    • /
    • pp.237-241
    • /
    • 2013
  • This paper presents an efficient evolutionary method to optimize the gain ripple of multi-pumps photonic crystal fiber Raman amplifier using the Fuzzy Adaptive Modified PSO (FAMPSO) algorithm. The original PSO has difficulties in premature convergence, performance and the diversity loss in optimization as well as appropriate tuning of its parameters. The feasibility and effectiveness of the proposed hybrid algorithm is demonstrated and results are compared with the PSO algorithm. It is shown that FAMPSO has a high quality solution, superior convergence characteristics and shorter computation time.

Design of Adaptive Population-size on Bias in Genetic Algorithms (유전자 알고리즘에서 bias에 의한 adaptive한 개체군 크기의 설정)

  • 김용범;오충환
    • Journal of Korean Society of Industrial and Systems Engineering
    • /
    • v.18 no.36
    • /
    • pp.133-141
    • /
    • 1995
  • One of the problems brought up in the effective execution of genetic algorithms is that if they come under any influences according as the population size is large or small. In the case of small population size the opportunities of premature convergence are increased when the greatly powerful or no good individual is generated during search of the solution space. And searching the solution space in the case of large population size, the difficulties under the execution cause to searching all for one by one individual in every generation applied is limited, this gives the many interruptions to the convergence of final solution. Now this paper gives a suggestion to set up the adaptive population size which could compute the more correct solution and simplify the development of computation performance.

  • PDF