Publications

Detailed Information

Genetic algorithm using d-θ clustering, entropy analysis and Z-control : 거리-각도 클러스터링, 엔트로피 분석 및 Z-제어를 사용한 유전 알고리즘

DC Field Value Language
dc.contributor.advisor이종민-
dc.contributor.author박태균-
dc.date.accessioned2018-11-12T00:56:55Z-
dc.date.available2018-11-12T00:56:55Z-
dc.date.issued2018-08-
dc.identifier.other000000152737-
dc.identifier.urihttps://hdl.handle.net/10371/143129-
dc.description학위논문 (박사)-- 서울대학교 대학원 : 공과대학 화학생물공학부, 2018. 8. 이종민.-
dc.description.abstract유전 알고리즘(Genetic Algorithm, GA)은 검색 기술의 한종류로 진화 과정을 모방하여 1970년대에 처음 제안되었다. 많은 최적화 문제에서의 해을 결정하기 위한 방법으로 활용됨에도 불구하고, 유전알고리즘에는 몇 가지 단점이 있다. 유전 알고리즘의 수렴 시간은 시스템의 복잡도에 비례한다. 그리고 시뮬레이션의 종결 기준은 일반적으로 사용자에 의한 임의성을 내포하고 있다. 마지막으로 유전 알고리즘을 통해 얻어진 결과는 수학적 신뢰도를 갖기가 어렵다. 본 논문에서는 이러한 유전 알고리즘의 3개의 약점들에 대해 논의한다. 첫째, 시스템의 복잡성에 따라 증가하는 수렴 속도의 문제는 새로운 클러스터링 기법인 거리-각 클러스터링에 의해 완화된다.유클리드 거리와 비-유클리드 거리를 조합하고, 특히 세대마다 기준점을 업데이트하여 클러스터의 왜곡을 감소시킨다. 둘째, 임의적인 종료 기준을 개선하기 위해 엔트로피 개념을 도입하였다. 섀넌엔트로피를 이용하여 다양성 지수를 계산하고, 이를 시뮬레이션의 종결기준으로 활용하였다. 셋째, 얻어진 결과의 수학적 신뢰성을 보장하기 위해 신뢰도- 제어라는 새로운 개념을 제안하였다. 연속확률 변수의 평균 추정 과정으로서 유전알고리즘이 재해석되었고, 추정 과정에서의 신뢰도 값의 조정을 통해 결과의 신뢰성을 확보하였다.
-
dc.description.tableofcontents1. Introduction . . . . . . . . . . . . . . . . . . . . . . . 1

1.1 Background and motivation . . . . . . . . . . . . . . 1

1.2 Literature review . . . . . . . . . . . . . . . . . . . . 4

1.2.1 Convergence speed . . . . . . . . . . . . . . . 4

1.2.2 Arbitrary termination criterion . . . . . . . . . 8

1.2.3 Reliability of results . . . . . . . . . . . . . . 8

1.3 Major contributions of this thesis . . . . . . . . . . . 9

1.4 Outline of this thesis . . . . . . . . . . . . . . . . . . 10

2. Three issues of GA . . . . . . . . . . . . . . . . . . . . 12

2.1 Issue 1: Slow convergence speed . . . . . . . . . . . 12

2.1.1 d θ clustering . . . . . . . . . . . . . . . . 14

2.1.2 Mathematical concepts . . . . . . . . . . . . . 15

2.1.3 Illustarative example . . . . . . . . . . . . . . 23

2.1.4 Concluding remarks . . . . . . . . . . . . . . 26

2.2 Issue 2: Arbitrary termination criterion . . . . . . . . 28

2.2.1 Shanon Entropy . . . . . . . . . . . . . . . . 30

2.2.2 Diversity in GA . . . . . . . . . . . . . . . . 30

2.2.3 Hybrid termination criterion . . . . . . . . . . 31

2.2.4 Illustarative example . . . . . . . . . . . . . . 32

2.2.5 Concluding remarks . . . . . . . . . . . . . . 34

2.3 Issue 3: Lack of statistics for the quality of estimated solution . . . . . . . . 36

2.3.1 Z-control . . . . . . . . . . . . . . . . . . . . 38

2.3.2 Statistical Estimation . . . . . . . . . . . . . . 38

2.3.3 Profile of Zconf idence . . . . . . . . . . . . . . 38

2.3.4 Reliability . . . . . . . . . . . . . . . . . . . 39

2.3.5 Approximation to the normal distribution of GA 39

2.3.6 Illustarative example . . . . . . . . . . . . . . 43

2.3.7 Concluding remarks . . . . . . . . . . . . . . 46

3. Verification and illustrative examples . . . . . . . . . . 48

3.1 Simple examples . . . . . . . . . . . . . . . . . . . . 48

3.1.1 Example 1 . . . . . . . . . . . . . . . . . . . 48

3.1.2 Example 2 . . . . . . . . . . . . . . . . . . . 57

3.2 Real problem: SCR aftertreatment system . . . . . . . 71

3.2.1 Geometry of SCR . . . . . . . . . . . . . . . 71

3.2.2 Reactions in SCR . . . . . . . . . . . . . . . . 71

3.2.3 Governing equations . . . . . . . . . . . . . . 73

3.2.4 Parameter estimation via GA . . . . . . . . . 74

3.3 Discussion . . . . . . . . . . . . . . . . . . . . . . . 91

4. Conclusions and future works . . . . . . . . . . . . . . 94

4.1 Conclusions . . . . . . . . . . . . . . . . . . . . . . 94

4.2 Future works . . . . . . . . . . . . . . . . . . . . . . 95

4.3 Nomenclature . . . . . . . . . . . . . . . . . . . . . 97

Bibliography . . . . . . . . . . . . . . . . . . . . . . . . . . 99
-
dc.language.isoen-
dc.publisher서울대학교 대학원-
dc.subject.ddc660.6-
dc.titleGenetic algorithm using d-θ clustering, entropy analysis and Z-control-
dc.title.alternative거리-각도 클러스터링, 엔트로피 분석 및 Z-제어를 사용한 유전 알고리즘-
dc.typeThesis-
dc.contributor.AlternativeAuthorTaekyoon Park-
dc.description.degreeDoctor-
dc.contributor.affiliation공과대학 화학생물공학부-
dc.date.awarded2018-08-
Appears in Collections:
Files in This Item:

Altmetrics

Item View & Download Count

  • mendeley

Items in S-Space are protected by copyright, with all rights reserved, unless otherwise indicated.

Share