WO2019151606A1 - 최적화 계산 장치 및 방법 - Google Patents

최적화 계산 장치 및 방법 Download PDF

Info

Publication number
WO2019151606A1
WO2019151606A1 PCT/KR2018/011819 KR2018011819W WO2019151606A1 WO 2019151606 A1 WO2019151606 A1 WO 2019151606A1 KR 2018011819 W KR2018011819 W KR 2018011819W WO 2019151606 A1 WO2019151606 A1 WO 2019151606A1
Authority
WO
WIPO (PCT)
Prior art keywords
solution
similarity
vector
similarity determination
reference vector
Prior art date
Application number
PCT/KR2018/011819
Other languages
English (en)
French (fr)
Inventor
이종민
이관영
김연수
박태균
최고봉
Original Assignee
서울대학교산학협력단
고려대학교 산학협력단
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 서울대학교산학협력단, 고려대학교 산학협력단 filed Critical 서울대학교산학협력단
Priority to US16/965,251 priority Critical patent/US11915155B2/en
Publication of WO2019151606A1 publication Critical patent/WO2019151606A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/04Inference or reasoning models
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/12Computing arrangements based on biological models using genetic models
    • G06N3/126Evolutionary algorithms, e.g. genetic algorithms or genetic programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/18Complex mathematical operations for evaluating statistical data, e.g. average values, frequency distributions, probability functions, regression analysis

Definitions

  • the present invention relates to an optimization calculation apparatus and method.
  • Genetic Algorithm is based on the genetics of the natural world, especially Darwin's theory of survival of the fittest. Genetic programming lists possible solutions to a problem and then alters the genes to produce highly accurate solutions. In other words, genetic algorithms are search algorithms that mimic evolution in search of better answers.
  • the present invention provides an efficient optimization calculation apparatus.
  • the present invention provides an optimization calculation method using the optimization calculation device.
  • An optimization calculation apparatus obtains a plurality of first solutions S1 from a plurality of input data, obtains a second solution S2 again from the first solution S1, and repeats the above process.
  • the algorithm module may cluster the i-th solution according to the similarity calculated in the similarity determination module, and select any solution from the clustered i-th solution to obtain an (i + 1) th solution.
  • the algorithm module may perform the clustering by a statistical estimation method using the mean, standard deviation, reliability, and confidence interval of the similarity.
  • the clustering may be controlled in the algorithm module by the reliability.
  • the similarity determining module calculates the similarity using a similarity determining function, and the similarity determining function includes a reference vector (O i ) representing the center of gravity of the (i-1) th solution vector, the reference vector and the i th solution.
  • the radius between the vectors (r i, jk , r i, jl ), the adjacency between the two different vectors of the ith (d i, jk, jl ), and the two solutions and the reference vector Angles ⁇ i, jk, jl can be used.
  • the similarity determination function is a next equation using the reference vector, the radius, the adjacent distance, and the angle. Can be.
  • An optimization calculation method includes a first step of obtaining a plurality of first solutions S1 from a plurality of input data, and a second step of calculating and clustering similarity using the first solution S1. , Selecting an arbitrary solution from the clustered first solution S1 to obtain a second solution S2 and repeatedly performing the second and third steps to derive an optimal solution Sm.
  • a fourth step may be included.
  • the similarity of the i th solution is calculated to find the (i + 1) th solution, the i th solution is clustered according to the similarity, and an arbitrary solution is selected from the clustered i th solution (i +1) th step may proceed (1 ⁇ i ⁇ m ⁇ 1).
  • the clustering may be performed by a statistical estimation method using the mean, standard deviation, reliability, and confidence interval of the similarity.
  • the clustering may be controlled by the reliability.
  • the similarity is calculated using a similarity determination function, and the similarity determination function is a reference vector (O i ) representing the center of gravity of the (i-1) th solution vector, the reference vector and the i th solution
  • the radius between the vectors (r i, jk , r i, jl ), the adjacency between the two different vectors of the ith (d i, jk, jl ), and the two solutions and the reference vector Angles ⁇ i, jk, jl can be used.
  • the similarity determination function is a next equation using the reference vector, the radius, the adjacent distance, and the angle. Can be.
  • the calculation speed may be improved, and the resultant reliability may be increased by giving a mathematical reliability.
  • FIG. 1 is a flowchart according to an embodiment of the present invention.
  • FIG. 2 illustrates a profile of Z confidence according to an embodiment of the present invention.
  • 3 is a vector value for performing an algorithm according to another embodiment of the present invention.
  • FIG 5 shows an angle with an actual solution vector according to an embodiment of the present invention.
  • FIG. 6 shows a distance from an actual solution vector according to an embodiment of the present invention.
  • i is a process of performing a batch of algorithms for solving a solution from input data, and may be expressed in steps or generations according to the nature of the algorithm, and is not limited to the above expression.
  • This requirement may correspond to the basic prerequisites for using the genetic algorithm.
  • the objective function does not diverge for all values in the solution domain. It is inappropriate to obtain an optimal solution if the objective function diverges for some element of the solution domain.
  • FIG. 1 is a flowchart according to an embodiment of the present invention.
  • the optimization calculation device may include an algorithm module and a similarity determination module.
  • the algorithm module obtains a plurality of first solutions S1 from a plurality of input data, obtains a second solution S2 from the first solution S1, and repeats the above process to obtain an optimal solution Sm. Can be derived.
  • the algorithm module may use a genetic algorithm that evolves a plurality of entities and generates solutions over generations.
  • the algorithm module may include a population initializer, an evaluator, a selector, an intersection and a mutation, and a termination.
  • the Initialization of population unit may determine a population.
  • the size of the population may be determined by the user in consideration of the nature of the problem to be optimized. In general, the population may be randomly generated over the full range of feasible solutions.
  • An evaluation unit evaluates a value of an objective function with respect to the generated population.
  • the objective function may be a multipurpose function.
  • the selection unit may be selected to produce a new generation of elite sea populations.
  • crossover and mutagenesis may be used for crossover and mutagenesis so that the selected population of the sea produces a new generation of population. As a result, a new solution group may be created that is different from the previous solution group.
  • the termination unit may terminate the algorithm when a solution that satisfies the minimum condition is reached and a generation of a specific value is reached or when a user's arbitrary condition is satisfied.
  • the similarity determination module may be connected to the algorithm module to calculate the similarity of the i th solution to obtain an (i + 1) th solution.
  • the similarity determination module may have a sub-objective function, that is, a similarity determination function, for clustering.
  • the similarity determination function can use a basic function that can be easily calculated because the calculation time required to obtain a solution is easily increased when the criteria for each generation are examined.
  • the reference vector (O i ) is a vector that determines the similarity between the solution vectors.
  • the initial value may be defined as a value input by the user.
  • the value of the number j k of the solution vectors of each generation may change according to each generation, that is, the value of i.
  • the radius Radius, r i, jk can be defined as Euclidean norm between all k solution vectors generated in each generation and the reference vector of the i th generation as in Equation (2). As the radius decreases, the similarity increases for a given reference vector.
  • Adjacent distance (adjacent distance, d i, jk, jl ) can be defined as Euclidean between two different year vectors s i, jk and s i, jl of the same generation, as shown in equation (3). The closer the adjacent distance is, the higher the similarity is.
  • Angle may be defined as an angle ⁇ i, jk, jl formed by two different solution vectors of the same generation based on the reference vector O i as shown in Equation (4). The smaller the angle between the two vectors, the higher the similarity.
  • the similarity determination function may be expressed as Equation (5).
  • the similarity determination function is k C 2 for k solution vectors belonging to i th generations. Can be calculated once. If the two solution vectors are equal, the function value is zero.
  • the similarity determination module may include a drop out policy.
  • the drop out policy may be set based on the calculated similarity determination function. If J i, jk, jl ⁇ K, then s i, jk and s i, jl Are treated as belonging to the same group, one of which is dropped out. K can be determined by the statistical estimation described below.
  • Statistical estimation can be used to estimate the population mean from the sample values. As the number of samples increases, the confidence increases but the efficiency decreases.
  • Equations (6), (7), and (8) represent mean and variance.
  • an interval generation can be set.
  • the mathematical reliability of the solution You have a virtual interval that is treated as if you belong to the same group with Z confidence .
  • K may be defined in various ways, and in the present invention, K may be defined in the simplest form as shown in Equation (10).
  • the solution may be clustered by the virtual interval based on a statistical estimation of the similarity determination function.
  • the clustered solution group solutions belonging to the same group are judged to be similar, and only one arbitrary solution may be extracted to proceed to the next generation. As the generation is repeated, the number of groups of clustered solutions may be reduced, and thus the calculation speed may be increased.
  • the predetermined criterion set by the user is reached, the calculation may be terminated.
  • FIG. 2 illustrates a profile of Z confidence according to an embodiment of the present invention.
  • the number of solution vectors extracted efficiently can be reduced by controlling the Z confidence value.
  • Different Z confidence profiles are possible depending on the system. For example, a monotonic increasing function and a monotonic decreasing function may be used.
  • the monotone increasing function can reduce the number of extracted solutions and the computation time as the Z confidence value continues to increase.
  • the degree of reduction of Z confidence with generation may be adjusted according to the needs of the user. This function can be used when the similarity between the solutions obtained is high.
  • the monotone decreasing function When the monotone decreasing function is applied, the number of solution vectors extracted can be increased over generations. Using the function for all intervals has the disadvantage that the amount of calculation increases while the observation range increases. This function can be used when the number of solution vectors is too small to proceed with the genetic algorithm.
  • the profile of Z confidence can be set flexibly based on the similarity between the obtained solution and the value of the objective function calculated therefrom.
  • a monotonic reduction function of exponential type may be used in the present invention.
  • a calculation method using an optimization calculation device includes a first step of obtaining a plurality of first solutions S1 from a plurality of input data, a second step of calculating and clustering similarity using the first solution S1, and the clustered
  • the similarity of the i th solution is calculated to find the (i + 1) th solution, and the i th solution is clustered according to the similarity, and an arbitrary solution is selected from the clustered i th solution so that (i + Step 1 may proceed (1 ⁇ i ⁇ m ⁇ 1).
  • FIG. 3 shows vector values for performing an algorithm according to another embodiment of the present invention
  • FIG. 4 shows the result of performing the algorithm of FIG.
  • the algorithm of the present invention has been performed on ten 7-dimensional vectors belonging to a specific generation.
  • a similarity determination function is calculated based on a reference vector that is a center of gravity of a previous generation, and an average and a standard deviation of the calculated similarity determination function values are calculated.
  • the mean is 8.99 and the standard deviation is 6.09.
  • a confidence interval L is calculated based on the mean, the standard deviation, and the Z value, and a range is obtained by calculating a difference between the maximum value and the minimum value among the similarity determination function values and defined as R. Where L is 3.77 and R is 18.45.
  • the group number N can be obtained as shown in Equation (11).
  • the similarity determination function values may be sorted in ascending order and then divided into a first group from a minimum value to an L value or less. If the division process is repeated for the remaining similarity determination function values, ten vectors may be divided into five groups.
  • the next generation calculation of the genetic algorithm may be performed based on the divided solution vector. Any one vector may be selected from the five groups and the above processes may be repeated. As a result of the performance, if the N value decreases below the predetermined number of groups determined by the user under the desired reliability, the genetic algorithm may be terminated.
  • the genetic algorithms were applied to a passive selective catalytic reduction system (pSCR) as an example to compare existing genetic algorithms with those used in the present invention.
  • pSCR passive selective catalytic reduction system
  • the parameter can be predicted, and the known existing parameter value can be compared with the result value using the genetic algorithm of the present invention.
  • Major comparisons can be made such as angles, distances, and values of the objective function with the actual solution vectors.
  • the objective function was set to the cumulative concentrations of nitrogen oxides (NOx) and ammonia (NH 3 ) that should be minimized in the passive selective catalytic reduction system, and the number of generations was fixed at 35.
  • FIG. 5 shows an angle with an actual solution vector according to an embodiment of the present invention
  • FIG. 6 shows a distance with an actual solution vector according to an embodiment of the present invention
  • FIG. 7 is an embodiment of the present invention. It represents the objective function value.
  • red indicates using an existing genetic algorithm
  • blue indicates using the genetic algorithm used in the present invention.
  • the genetic algorithm of the present invention does not appear to produce a solution after 27 generations.
  • the genetic algorithm of the present invention exhibits much smaller values than actual genetic vectors in all parts except the second generation and the 27th generation. That is, the genetic algorithm of the present invention appears to have a higher similarity with the reference solution vector than the existing genetic algorithm.
  • the distance of the actual solution vector is smaller than that of the existing genetic algorithm in the first to the seventh generations, and thus, the similarity may be determined to be higher, and thereafter, the distance between the genetic algorithm and the conventional genetic algorithm may be higher. It may be determined that the degree of similarity is low.
  • the objective function shows a tendency to decrease in both the existing genetic algorithm and the genetic algorithm method of the present invention, and does not show a significant change after 15 generations.
  • the objective function value of the solution vector obtained from the existing genetic algorithm corresponds to about half of the value of the objective function of the genetic algorithm of the present invention.
  • the genetic algorithm used in the present invention showed better performance in angle and distance than the conventional genetic algorithm
  • the calculated value of the objective function showed that the genetic algorithm of the present invention was larger than that of the conventional genetic algorithm. But this is the currently set Z confidence Since the profile is a monotonically increasing function, a better result can be obtained after 27 generations with the genetic algorithm of the present invention if the Z profile is controlled.
  • the existing genetic algorithm took up to 1.6 hours / generation, but the genetic algorithm of the present invention took 0.57 hours / generation, which is three times faster than the existing genetic algorithm. (The calculation was performed on an Intel i5-4670 3.40 GHz processor.) Therefore, if the required time is included in the use of the genetic algorithm, the genetic algorithm of the present invention can be judged to be sufficiently competitive over the existing genetic algorithm. Genetic algorithms with long computation times are difficult to verify robustness. The genetic algorithm of the present invention can run the genetic algorithm several times during the same time interval, thereby ensuring robustness.
  • the calculation speed may be improved, and the resultant reliability may be increased by giving a mathematical reliability.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Biophysics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computing Systems (AREA)
  • Artificial Intelligence (AREA)
  • Mathematical Physics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • General Physics & Mathematics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Computational Linguistics (AREA)
  • Molecular Biology (AREA)
  • General Health & Medical Sciences (AREA)
  • Physiology (AREA)
  • Biomedical Technology (AREA)
  • Genetics & Genomics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Medical Informatics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

최적화 계산 장치 및 방법이 제공된다. 최적화 계산 장치는 복수 개의 입력 데이터로부터 복수 개의 제1 해(S1)를 구하고, 상기 제1 해(S1)로부터 다시 제2 해(S2)를 구하며, 상기 과정을 반복 수행하여 최적 해(Sm)를 도출하는 알고리즘 모듈 및 상기 알고리즘 모듈에 연결되어 (i+1) 번째 해를 구하기 위해 i 번째 해의 유사도를 계산하는 유사도 판별 모듈을 포함할 수 있다(1≤i≤m-1).

Description

최적화 계산 장치 및 방법
본 발명은 최적화 계산 장치 및 방법에 관한 것이다.
유전 알고리즘(Genetic Algorithm)은 자연계의 유전학에 바탕을 두며, 특히 다윈의 적자생존 이론을 기본 개념으로 한다. 유전자 프로그래밍에서는 문제에 대한 가능한 해(솔루션)들을 나열한 뒤, 유전자들을 변화시켜 정확도가 높은 해들을 만들어 낸다. 즉, 유전 알고리즘은 더 좋은 답을 찾아 가기 위해 진화를 모방한 탐색 알고리즘이라고 할 수 있다.
이처럼 유전 알고리즘은 견고함과 수렴성 때문에 다양한 최적화 문제에서 솔루션을 얻는데 널리 사용된다. 하지만, 휴리스틱 기반(heuristic-based) 알고리즘이기 때문에 특히 종료 단계에서 사용자의 임의적인 판단이 관련될 수 있는 가능성이 크고, 문제의 복잡성이 커짐에 따라 계산 시간이 급격히 늘어나는 단점을 가진다.
상기와 같은 문제점을 해결하기 위하여, 본 발명은 효율적인 최적화 계산 장치를 제공한다.
상기와 같은 문제점을 해결하기 위하여, 본 발명은 상기 최적화 계산 장치를 이용한 최적화 계산 방법을 제공한다.
본 발명의 다른 목적들은 다음의 상세한 설명과 첨부한 도면으로부터 명확해 질 것이다.
본 발명의 실시예들에 따른 최적화 계산 장치는 복수 개의 입력 데이터로부터 복수 개의 제1 해(S1)를 구하고, 상기 제1 해(S1)로부터 다시 제2 해(S2)를 구하며, 상기 과정을 반복 수행하여 최적 해(Sm)를 도출하는 알고리즘 모듈 및 상기 알고리즘 모듈에 연결되어 (i+1) 번째 해를 구하기 위해 i 번째 해의 유사도를 계산하는 유사도 판별 모듈을 포함할 수 있다(1≤i≤m-1).
상기 알고리즘 모듈은 상기 유사도 판별 모듈에서 계산된 유사도에 따라 i 번째 해가 클러스터링되고, 상기 클러스터링된 i 번째 해에서 임의의 해가 선택되어 (i+1) 번째 해를 구할 수 있다.
상기 알고리즘 모듈은 상기 유사도의 평균, 표준편차, 신뢰도, 및 신뢰구간을 이용한 통계적 추정 방법으로 상기 클러스터링이 수행될 수 있다.
상기 알고리즘 모듈은 상기 신뢰도에 의해 상기 클러스터링이 제어될 수 있다.
상기 유사도 판별 모듈은 유사도 판별 함수를 이용하여 상기 유사도가 계산되고, 상기 유사도 판별 함수는 (i-1) 번째의 해 벡터의 무게 중심을 나타내는 기준 벡터(Oi), 상기 기준 벡터와 i 번째 해 벡터 사이의 반지름 (ri,jk, ri,jl), i 번째의 서로 다른 두 해 벡터 사이의 인접거리(di,jk,jl), 및 상기 두 해 벡터와 상기 기준 벡터를 기준으로 이루는 각(θi,jk,jl)을 이용할 수 있다.
상기 유사도 판별 함수는 상기 기준 벡터, 상기 반지름, 상기 인접거리, 상기 각을 이용한 다음 식
Figure PCTKR2018011819-appb-I000001
일 수 있다.
본 발명의 실시예들에 따른 최적화 계산 방법은 복수 개의 입력 데이터로부터 복수 개의 제1 해(S1)를 구하는 제1 단계, 상기 제1 해(S1)를 이용하여 유사도를 계산하고 클러스터링 하는 제2 단계, 상기 클러스터링된 제1 해(S1)에서 임의의 해를 선택하여 제2 해(S2)를 구하는 제3 단계 및 상기 제2 단계 및 상기 제3 단계를 반복적으로 수행하여 최적 해(Sm)를 도출하는 제4 단계를 포함할 수 있다.
상기 제2 단계는 (i+1) 번째 해를 구하기 위해 i 번째 해의 유사도가 계산되고, 상기 유사도에 따라 i 번째 해가 클러스터링되며, 상기 클러스터링된 i 번째 해에서 임의의 해가 선택되어 (i+1) 번째 단계가 진행될 수 있다(1≤i≤m-1).
상기 제2 단계는 상기 유사도의 평균, 표준편차, 신뢰도, 및 신뢰구간을 이용한 통계적 추정 방법으로 상기 클러스터링이 수행될 수 있다.
상기 제2 단계는 상기 신뢰도에 의해 상기 클러스터링이 제어될 수 있다.
상기 제2 단계는 유사도 판별 함수를 이용하여 상기 유사도가 계산되고, 상기 유사도 판별 함수는 (i-1) 번째의 해 벡터의 무게 중심을 나타내는 기준 벡터(Oi), 상기 기준 벡터와 i 번째 해 벡터 사이의 반지름 (ri,jk, ri,jl), i 번째의 서로 다른 두 해 벡터 사이의 인접거리(di,jk,jl), 및 상기 두 해 벡터와 상기 기준 벡터를 기준으로 이루는 각(θi,jk,jl)을 이용할 수 있다.
상기 유사도 판별 함수는 상기 기준 벡터, 상기 반지름, 상기 인접거리, 상기 각을 이용한 다음 식
Figure PCTKR2018011819-appb-I000002
일 수 있다.
본 발명의 실시예들에 따른 최적화 계산 장치 및 방법은 계산 속도가 향상될 수 있고, 수학적 신뢰도를 부여하여 결과적 신뢰도를 높일 수 있다.
도 1은 본 발명의 일 실시예에 따른 흐름도이다.
도 2는 본 발명의 일 실시예에 따른 Zconfidence의 프로파일을 나타낸다.
도 3은 본 발명의 다른 실시예에 따른 알고리즘을 수행하기 위한 벡터값이다.
도 4는 도 3의 알고리즘을 수행한 결과를 나타낸다.
도 5는 본 발명의 일 실시예에 따른 실제 해 벡터와의 각을 나타낸다.
도 6은 본 발명의 일 실시예에 따른 실제 해 벡터와의 거리를 나타낸다.
도 7은 본 발명의 일 실시예에 따른 목적 함수 값을 나타낸다.
이하, 실시예들을 통하여 본 발명을 상세하게 설명한다. 본 발명의 목적, 특징, 장점은 이하의 실시예들을 통해 쉽게 이해될 것이다. 본 발명은 여기서 설명되는 실시예들에 한정되지 않고, 다른 형태로 구체화될 수도 있다. 여기서 소개되는 실시예들은 개시된 내용이 철저하고 완전해질 수 있도록 그리고 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에게 본 발명의 사상이 충분히 전달될 수 있도록 하기 위해 제공되는 것이다. 따라서, 이하의 실시예들에 의하여 본 발명이 제한되어서는 안 된다.
본 명세서에서 제1, 제2 등의 용어가 다양한 요소들(elements)을 기술하기 위해서 사용되었지만, 상기 요소들이 이 같은 용어들에 의해서 한정되어서는 안 된다. 이러한 용어들은 단지 상기 요소들을 서로 구별시키기 위해서 사용되었을 뿐이다.
본 발명에서 i는 입력 데이터로부터 해를 구하는 알고리즘 한 회분의 수행 과정으로서, 상기 알고리즘의 성격에 따라 단계 또는 세대로 표현될 수 있고, 상기 표현에 한정되지 않는다.
본 발명에서 사용되는 알고리즘과 관련된 실시에서는 네 가지 요건이 필요하다. 상기 요건은 유전 알고리즘 사용에 대한 기본 전제 조건에 해당될 수 있다.
첫째, 모든 해는 유전적 표현을 가진다. 상기 유전 알고리즘을 사용하기 위한 기본 요건이다.
둘째, 목적 함수는 해 도메인의 모든 값에 대해 발산하지 않는다. 상기 목적 함수가 상기 해 도메인의 일부 요소에 대해 발산하면 최적의 해를 얻는 것이 부적절하다.
셋째, 최적화 문제를 해결하는 데는 한정된 시간이 소요된다. 기존의 알고리즘과 본 발명에서 사용되는 유전 알고리즘의 효율성을 비교하기 위해 처리해야 할 최적화 문제는 한정된 시간 내에 해결되어야 한다.
넷째, 주어진 제약 조건 하에서 최적의 해가 존재한다. 상기 최적의 해가 주어진 범위 내에 있지 않으면, 상기 유전 알고리즘 사용의 필요성이 사라진다.
[최적화 계산 장치]
도 1은 본 발명의 일 실시예에 따른 흐름도이다.
도 1을 참조하면, 최적화 계산 장치는 알고리즘 모듈 및 유사도 판별 모듈을 포함할 수 있다.
상기 알고리즘 모듈은 복수 개의 입력 데이터로부터 복수 개의 제1 해(S1)를 구하고, 상기 제1 해(S1)로부터 다시 제2 해(S2)를 구하며, 상기 과정을 반복 수행하여 최적 해(Sm)를 도출할 수 있다. 상기 알고리즘 모듈은 복수의 개체를 진화시켜 세대를 거듭하며 해를 도출하는 유전 알고리즘이 사용될 수 있다. 상기 알고리즘 모듈은 모집단 초기화부, 평가부, 선택부, 교차 및 돌연변이부, 및 종결부를 포함할 수 있다.
모집단 초기화(Initialization of population)부는 모집단을 결정할 수 있다. 상기 모집단의 크기는 최적화할 문제의 성격을 고려하여 사용자에 의해 결정될 수 있다. 일반적으로 상기 모집단은 실현 가능한 해의 전체 범위에서 무작위로 생성될 수 있다.
평가(Evaluation)부는 생성된 상기 모집단에 대해 목적 함수의 값이 평가 된다. 상기 목적 함수는 다목적 함수가 될 수 있다.
선택(Selection)부는 상기 평가를 바탕으로, 엘리트 해 개체군이 새로운 세대를 낳기 위해 선정될 수 있다.
교차 및 돌연변이(Crossover and Mutation)부는 선택된 상기 해 개체군이 새로운 세대의 개체군을 생성하기 위해 교차 및 돌연변이법이 사용될 수 있다. 그 결과, 이전의 해 집단과 다른 새로운 해 집단이 생성될 수 있다.
종결(Termination)부는 최소 조건을 만족하는 해를 찾아 특정 수치의 생성에 도달하거나 사용자의 임의 조건을 만족하면, 상기 알고리즘이 종결될 수 있다.
상기 유사도 판별 모듈은 상기 알고리즘 모듈에 연결되어, (i+1) 번째 해를 구하기 위해 i 번째 해의 유사도를 계산할 수 있다. 상기 유사도 판별 모듈은 클러스터링(Clustering)을 위한 부목적 함수(Sub-objective function), 즉 유사도 판별 함수를 가질 수 있다. 상기 유사도 판별 함수는 각 세대에 대한 기준이 검토될 때 해를 획득하기 위해 요구되는 계산 시간이 쉽게 증가되기 때문에, 쉽게 계산될 수 있는 기본 함수를 사용할 수 있다.
상기 유사도 판별 함수를 만들기 위해서 기준 벡터, 반지름, 인접거리, 및 각 등의 수학 개념이 사용될 수 있다.
기준 벡터(Reference vector, Oi)는 해 벡터 간의 유사성을 결정하는 벡터로 식 (1)과 같이 교차부와 돌연변이부의 각 (i-1)th 단계에서 얻은 해 벡터, si - 1,jk 의 평균값으로 정의될 수 있다. 즉, 세대가 갱신될 때, 이전 세대의 무게 중심(Center of gravity) 벡터로, i 번째 기준 벡터는 (i-1) 번째 세대의 해 벡터들의 무게 중심으로 표현될 수 있다. 초기 값은 사용자가 입력한 값으로 정의될 수 있다. 각 세대의 해 벡터의 개수 jk의 값은 각 세대에 따라, 즉 i의 값에 따라 변할 수 있다.
Figure PCTKR2018011819-appb-I000003
(1)
반지름(Radius, ri,jk)은 식 (2)와 같이 각 세대에서 생성된 모든 k 해 벡터와 ith 세대의 기준 벡터 사이의 유클리드 놈(Euclidean norm)으로 정의될 수 있다. 상기 반지름이 감소할수록 유사도는 주어진 기준 벡터에 대해 증가한다.
Figure PCTKR2018011819-appb-I000004
(2)
인접 거리(Adjacent distance, di,jk,jl)는 식 (3)과 같이 동일 세대의 서로 다른 두 해 벡터 si,jk와 si,jl 사이의 유클리드 놈으로 정의될 수 있다. 상기 인접 거리가 가까울수록 유사도가 높아진다.
Figure PCTKR2018011819-appb-I000005
(3)
각(Angle)은 식 (4)와 같이 동일 세대의 서로 다른 두 해 벡터가 상기 기준 벡터 Oi를 기준으로 하여 이루는 각 θi,jk,jl로 정의될 수 있다. 두 벡터 사이의 각이 작을수록 유사도가 높아진다.
Figure PCTKR2018011819-appb-I000006
(4)
상기 수학적 개념들을 이용하여 상기 유사도 판별 함수는 식 (5)와 같이 나타낼 수 있다.
Figure PCTKR2018011819-appb-I000007
(5)
상기 유사도 판별 함수는 ith 세대에 속한 k 개의 해 벡터에 대하여 kC2 번 계산될 수 있다. 만약 두 해 벡터가 같을 경우, 상기 함수 값은 0이 된다.
상기 유사도 판별 모듈에는 드롭 아웃 정책(Drop out policy)이 포함될 수 있다. 상기 드롭 아웃 정책은 계산된 유사도 판별 함수를 기반으로 설정될 수 있다. Ji,jk,jl≤K 이면, si,jk 및 si,jl 가 동일한 그룹에 속하는 것으로 취급되고, 그 중 하나는 드롭 아웃된다. K는 후술하는 통계적 추정에 의해 결정될 수 있다.
[통계적 추정(Statistical Estimation)]
통계적 추정은 표본 값으로부터 모집단 평균을 추정하는데 사용될 수 있다.표본 수가 증가함에 따라 신뢰도는 증가하지만 효율성은 감소할 수 있다.
식 (6), (7), 및 (8)은 평균 및 분산(Mean and Variance)을 나타낸다.
Figure PCTKR2018011819-appb-I000008
(6)
Figure PCTKR2018011819-appb-I000009
(7)
Figure PCTKR2018011819-appb-I000010
(8)
상기 평균 및 분산을 기반으로 표준화 방법을 사용하면 간격을 설정(Interval generation)할 수 있다. 해가 특정한 수학적 신뢰도, Zconfidence를 가진 동일한 그룹에 속하는 것처럼 취급되는 가상 간격을 갖게 된다.
Figure PCTKR2018011819-appb-I000011
(9)
여기서,
Figure PCTKR2018011819-appb-I000012
이다. 예를 들어, 95% 신뢰도를 사용하면 Zconfidence = 1.96이다. 여기서 n은 Uvariable 의 수이다.
K는 여러 가지 방법으로 정의될 수 있는데, 본 발명에서는 식 (10)과 같이 가장 간단한 형태로 정의될 수 있다.
Figure PCTKR2018011819-appb-I000013
(10)
유사도 판별 함수의 통계적 추정을 기반으로 상기 해가 상기 가상 간격만큼 클러스터링될 수 있다. 상기 클러스터링된 해 그룹에서, 동일 그룹내에 속한 해들은 유사한 것으로 판단되어, 임의의 해 하나만을 추출하여 다음 세대로 계산을 진행시킬 수 있다. 상기 세대가 거듭될수록 상기 클러스터링되는 해의 그룹의 수는 줄어들 수 있고, 그에 따라 계산 속도도 빨라질 수 있다. 사용자가 설정한 일정 기준에 도달되면 상기 계산이 종결될 수 있다.
[Zconfidence 프로파일]
도 2는 본 발명의 일 실시예에 따른 Zconfidence의 프로파일을 나타낸다. 새로운 세대가 만들어지면, Zconfidence 값의 제어에 의해 효율적으로 추출된 해 벡터의 수를 줄일 수 있다. 시스템에 따라 다양한 Zconfidence의 프로파일이 가능해진다. 예를 들어, 단조 증가 함수 및 단조 감소 함수가 사용될 수 있다.
단조 증가 함수(Monotone increasing function)는 Zconfidence 값이 계속 증가함에 따라 추출된 해의 수와 계산 시간을 줄일 수 있다. 세대에 따른 상기 Zconfidence의 감소 정도는 사용자의 필요에 따라 적절하게 조정될 수 있다. 상기 함수는 획득된 해 사이의 유사도가 높을 때 사용될 수 있다.
단조 감소 함수 (Monotone decreasing function)가 적용될 때, 추출된 해 벡터의 수는 세대에 걸쳐 증가될 수 있다. 모든 간격에 대해 상기 함수를 사용하면 관측 범위가 증가하는 동안 계산량이 증가한다는 단점이 있다. 상기 함수는 해 벡터의 수가 너무 작아 유전 알고리즘으로 진행할 수 없을 때 사용될 수 있다.
상기 획득된 해와 그로부터 계산된 목적 함수의 값 사이의 유사성에 기초하여 상기 Zconfidence의 프로파일이 유연하게 설정될 수 있다. 도 2를 참조하면, 본 발명에서는 지수 함수형의 단조 감소 함수가 사용될 수 있다.
[유사도 판별 함수의 적용 과정]
최적화 계산 장치를 이용한 계산 방법은 복수 개의 입력 데이터로부터 복수 개의 제1 해(S1)를 구하는 제1 단계, 상기 제1 해(S1)를 이용하여 유사도를 계산하고 클러스터링 하는 제2 단계, 상기 클러스터링된 제1 해(S1)에서 임의의 해를 선택하여 제2 해(S2)를 구하는 제3 단계 및 상기 제2 단계 및 상기 제3 단계를 반복적으로 수행하여 최적 해(Sm)를 도출하는 제4 단계를 포함할 수 있다.
상기 제2 단계는 (i+1) 번째 해를 구하기 위해 i 번째 해의 유사도가 계산되고 상기 유사도에 따라 i 번째 해가 클러스터링되며, 상기 클러스터링된 i 번째 해에서 임의의 해가 선택되어 (i+1) 번째 단계가 진행될 수 있다(1≤i≤m-1).
도 3은 본 발명의 다른 실시예에 따른 알고리즘을 수행하기 위한 벡터값들을 나타내고, 도 4는 도 3의 알고리즘을 수행한 결과를 나타낸다. 특정 세대에 속한 7차원 벡터 10개에 대해 본 발명의 알고리즘이 수행되었다.
도 3을 참조하면, 이전 세대의 무게 중심인 기준 벡터를 바탕으로 유사도 판별 함수를 계산하고, 상기 계산된 유사도 판별 함수값들의 평균과 표준 편차를 계산한다. 여기서 평균은 8.99, 표준 편차는 6.09로 계산된다.
통계적 추정에 사용할 신뢰도를 선택하고, 그에 따른 Z 값을 얻는다. 예를 들어, 95% 신뢰도일 경우, Z는 1.96, 99% 신뢰도일 경우, Z는 2.58 값을 가질 수 있다. 여기서는 95% 신뢰도를 선택하여 1.96의 Z 값을 가진다.
상기 평균, 상기 표준 편차, 상기 Z 값을 바탕으로 신뢰구간 L을 계산하고, 상기 유사도 판별 함수 값들 중 최대값과 최소값의 차이를 계산하여 범위를 구하고 R로 정의한다. 여기서 L은 3.77, R은 18.45 이다.
상기 L 값과 상기 R 값을 이용하여 식 (11)과 같이 그룹 수 N을 구할 수 있다.
N = [R/L] + 1 (11)
여기서 N은 5이다.
도 4를 참조하면, 상기 유사도 판별 함수 값들을 오름차순으로 정렬한 후 최소값으로부터 L을 더한 값 이하까지를 첫 번째 그룹으로 분할할 수 있다. 나머지 유사도 판별 함수값들에 대해서도 상기 분할 과정을 반복하면, 10개의 벡터가 5개의 그룹으로 분할될 수 있다.
상기 분할된 해 벡터를 바탕으로 유전 알고리즘의 다음 세대 계산을 수행할 수 있다. 상기 5개의 그룹에서 임의의 벡터 하나씩을 선택하여 앞선 과정들을 반복하여 수행할 수 있다. 상기 수행의 결과로 사용자가 원하는 신뢰도 하에서 사용자가 결정한 일정 그룹수 이하로 N값이 줄어들면 상기 유전 알고리즘은 종료될 수 있다.
[시뮬레이션]
기존의 유전 알고리즘과 본 발명에서 사용된 유전 알고리즘을 비교하기 위해 예시로 수동 선택적 촉매 환원 시스템(pSCR)에 상기 유전 알고리즘들을 적용했다. 상기 적용을 통해 매개 변수를 예측하여, 알려진 기존의 매개 변수 값과 본 발명의 유전 알고리즘을 이용한 결과 값을 비교할 수 있다. 실제 해 벡터와의 각, 거리, 및 목적 함수의 값 등 주요한 비교를 진행할 수 있다.
상기 목적 함수는 수동 선택적 촉매 환원 시스템에서 최소화되어야 하는 질소산화물(NOx)과 암모니아(NH3)의 누적 농도로 설정되고, 세대 수는 35로 고정되었다.
도 5는 본 발명의 일 실시예에 따른 실제 해 벡터와의 각을 나타내고, 도 6은 본 발명의 일 실시예에 따른 실제 해 벡터와의 거리를 나타내며, 도 7은 본 발명의 일 실시예에 따른 목적 함수 값을 나타낸다.
도 5 내지 도 7 에서, 적색은 기존의 유전 알고리즘을 이용한 것을 나타내고, 청색은 본 발명에서 사용된 유전 알고리즘을 이용한 것을 나타낸다. 그리고 본 발명의 유전 알고리즘은 27 세대 이후에 해를 생성하지 않는 것으로 나타난다.
도 5를 참조하면, 본 발명의 유전 알고리즘은 2 세대와 27 세대를 제외하고는 모든 부분에서 실제 해 벡터와의 각이 기존의 유전 알고리즘보다 훨씬 작은 값으로 나타난다. 즉, 본 발명의 유전 알고리즘이 기존 유전 알고리즘보다 기준 해 벡터와의 유사도가 더 높은 것으로 나타난다.
도 6을 참조하면, 본 발명의 유전 알고리즘이 1 세대부터 17 세대에서 기존의 유전 알고리즘보다 실제 해 벡터의 거리가 작게 나타나, 유사도가 높은 것으로 판단될 수 있고, 그 이후는 기존의 유전 알고리즘 보다 거리가 크게 나타나 유사도가 낮은 것으로 판단될 수 있다.
도 7을 참조하면, 상기 목적 함수는 기존 유전 알고리즘과 본 발명의 유전 알고리즘 방법 모두에서 감소하는 경향을 보이고, 15 세대 이후에는 유의한 변화를 보이지 않는 것으로 나타난다. 상기 15 세대 이후에는 기존의 유전 알고리즘으로부터 얻어진 해 벡터의 목적 함수값이 본 발명의 유전 알고리즘의 목적 함수의 값의 약 절반에 해당하는 것으로 나타난다.
본 발명에서 사용된 유전 알고리즘이 기존의 유전 알고리즘보다 각도와 거리에서 더 나은 성능을 보였음에도 불구하고 목적 함수의 계산된 값은 본 발명의 유전 알고리즘이 기존의 유전 알고리즘의 값보다 큰 것으로 나타났다. 그러나 이것은 현재 설정된 Zconfidence 프로파일이 단조 증가 함수이므로, 상기 Z 프로파일이 제어되면 본 발명의 유전 알고리즘으로 27 세대 이후에 더 나은 결과를 얻을 수 있다.
게다가, 소요 시간을 비교하면, 기존 유전 알고리즘은 1.6시간/세대까지 소요되었지만, 본 발명의 유전 알고리즘은 0.57시간/세대가 소요되어, 기존 유전 알고리즘보다 3배 더 빠른 속도를 보였다. (계산은 Intel i5-4670 3.40 GHz 프로세서에서 수행되었다.) 따라서 요구되는 시간이 유전 알고리즘의 사용에 포함되면, 본 발명의 유전 알고리즘은 기존 유전 알고리즘에 비해 충분히 경쟁력이 있는 것으로 판단될 수 있다. 계산 시간이 긴 유전 알고리즘은 견고성을 확인하기가 어렵다. 본 발명의 유전 알고리즘은 동일한 시간 간격 동안 상기 유전 알고리즘을 여러 번 실행할 수 있으므로 견고성이 보장될 수 있다.
이제까지 본 발명에 대한 구체적인 실시예들을 살펴보았다. 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자는 본 발명이 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 변형된 형태로 구현될 수 있음을 이해할 수 있을 것이다. 그러므로 개시된 실시예들은 한정적인 관점이 아니라 설명적인 관점에서 고려되어야 한다. 본 발명의 범위는 전술한 설명이 아니라 특허청구범위에 나타나 있으며, 그와 동등한 범위 내에 있는 모든 차이점은 본 발명에 포함된 것으로 해석되어야 할 것이다.
본 발명의 실시예들에 따른 최적화 계산 장치 및 방법은 계산 속도가 향상될 수 있고, 수학적 신뢰도를 부여하여 결과적 신뢰도를 높일 수 있다.

Claims (12)

  1. 복수 개의 입력 데이터로부터 복수 개의 제1 해(S1)를 구하고, 상기 제1 해(S1)로부터 다시 제2 해(S2)를 구하며, 상기 과정을 반복 수행하여 최적 해(Sm)를 도출하는 알고리즘 모듈; 및
    상기 알고리즘 모듈에 연결되어, (i+1) 번째 해를 구하기 위해 i 번째 해의 유사도를 계산하는 유사도 판별 모듈을 포함하는 최적화 계산 장치(1≤i≤m-1).
  2. 제 1 항에 있어서,
    상기 알고리즘 모듈은,
    상기 유사도 판별 모듈에서 계산된 유사도에 따라 i 번째 해가 클러스터링되고, 상기 클러스터링된 i 번째 해에서 임의의 해가 선택되어 (i+1) 번째 해를 구하는 것을 특징으로 하는 최적화 계산 장치.
  3. 제 2 항에 있어서,
    상기 알고리즘 모듈은,
    상기 유사도의 평균, 표준편차, 신뢰도, 및 신뢰구간을 이용한 통계적 추정 방법으로 상기 클러스터링이 수행되는 것을 특징으로 하는 최적화 계산 장치.
  4. 제 3 항에 있어서,
    상기 알고리즘 모듈은,
    상기 신뢰도에 의해 상기 클러스터링이 제어되는 것을 특징으로 하는 최적화 계산 장치.
  5. 제 1 항에 있어서,
    상기 유사도 판별 모듈은 유사도 판별 함수를 이용하여 상기 유사도가 계산되고,
    상기 유사도 판별 함수는,
    (i-1) 번째의 해 벡터의 무게 중심을 나타내는 기준 벡터(Oi), 상기 기준 벡터와 i 번째 해 벡터 사이의 반지름 (ri,jk, ri,jl), i 번째의 서로 다른 두 해 벡터 사이의 인접거리(di,jk,jl), 및 상기 두 해 벡터와 상기 기준 벡터를 기준으로 이루는 각(θi,jk,jl)을 이용하는 것을 특징으로 하는 최적화 계산 장치.
  6. 제 5 항에 있어서,
    상기 유사도 판별 함수는,
    상기 기준 벡터, 상기 반지름, 상기 인접거리, 상기 각을 이용한 다음 식
    인 것을 특징으로 하는 최적화 계산 장치.
  7. 복수 개의 입력 데이터로부터 복수 개의 제1 해(S1)를 구하는 제1 단계;
    상기 제1 해(S1)를 이용하여 유사도를 계산하고 클러스터링 하는 제2 단계;
    상기 클러스터링된 제1 해(S1)에서 임의의 해를 선택하여 제2 해(S2)를 구하는 제3 단계; 및
    상기 제2 단계 및 상기 제3 단계를 반복적으로 수행하여 최적 해(Sm)를 도출하는 제4 단계를 포함하는 최적화 계산 방법.
  8. 제 7 항에 있어서,
    상기 제2 단계는,
    (i+1) 번째 해를 구하기 위해 i 번째 해의 유사도가 계산되고,
    상기 유사도에 따라 i 번째 해가 클러스터링되며, 상기 클러스터링된 i 번째 해에서 임의의 해가 선택되어 (i+1) 번째 단계가 진행되는 것을 특징으로 하는 최적화 계산 방법(1≤i≤m-1).
  9. 제 7 항에 있어서,
    상기 제2 단계는,
    상기 유사도의 평균, 표준편차, 신뢰도, 및 신뢰구간을 이용한 통계적 추정 방법으로 상기 클러스터링이 수행되는 것을 특징으로 하는 최적화 계산 방법.
  10. 제 9 항에 있어서,
    상기 제2 단계는,
    상기 신뢰도에 의해 상기 클러스터링이 제어되는 것을 특징으로 하는 최적화 계산 방법.
  11. 제 8 항에 있어서,
    상기 제2 단계는 유사도 판별 함수를 이용하여 상기 유사도가 계산되고,
    상기 유사도 판별 함수는,
    (i-1) 번째의 해 벡터의 무게 중심을 나타내는 기준 벡터(Oi), 상기 기준 벡터와 i 번째 해 벡터 사이의 반지름 (ri,jk, ri,jl), i 번째의 서로 다른 두 해 벡터 사이의 인접거리(di,jk,jl), 및 상기 두 해 벡터와 상기 기준 벡터를 기준으로 이루는 각(θi,jk,jl)을 이용하는 것을 특징으로 하는 최적화 계산 방법.
  12. 제 11 항에 있어서,
    상기 유사도 판별 함수는,
    상기 기준 벡터, 상기 반지름, 상기 인접거리, 상기 각을 이용한 다음 식
    Figure PCTKR2018011819-appb-I000015
    인 것을 특징으로 하는 최적화 계산 방법.
PCT/KR2018/011819 2018-01-30 2018-10-08 최적화 계산 장치 및 방법 WO2019151606A1 (ko)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/965,251 US11915155B2 (en) 2018-01-30 2018-10-08 Optimization calculation apparatus and optimization calculation method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020180011562A KR102102517B1 (ko) 2018-01-30 2018-01-30 최적화 계산 장치 및 방법
KR10-2018-0011562 2018-01-30

Publications (1)

Publication Number Publication Date
WO2019151606A1 true WO2019151606A1 (ko) 2019-08-08

Family

ID=67479374

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2018/011819 WO2019151606A1 (ko) 2018-01-30 2018-10-08 최적화 계산 장치 및 방법

Country Status (3)

Country Link
US (1) US11915155B2 (ko)
KR (1) KR102102517B1 (ko)
WO (1) WO2019151606A1 (ko)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102102517B1 (ko) * 2018-01-30 2020-04-21 서울대학교산학협력단 최적화 계산 장치 및 방법
KR20230046245A (ko) 2021-09-29 2023-04-05 전북대학교산학협력단 세포 배양 최적 조건 검출 방법 및 이를 지원하는 전자 장치

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070220586A1 (en) * 2006-03-01 2007-09-20 Norman Salazar Computing resource assignment method and apparatus using genetic algorithms
KR20110112833A (ko) * 2009-01-06 2011-10-13 코닌클리케 필립스 일렉트로닉스 엔.브이. 진화 클러스터링 알고리즘
US20110307899A1 (en) * 2010-06-11 2011-12-15 Gunho Lee Computing cluster performance simulation using a genetic algorithm solution
US20120123980A1 (en) * 2010-04-28 2012-05-17 Indian Statistical Institute Optimization technique using evolutionary algorithms
KR20140133032A (ko) * 2013-05-09 2014-11-19 서울대학교산학협력단 유사도 특성을 이용한 메타휴리스틱 알고리즘에 기반한 시스템 및 그 제어방법

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1598751B1 (en) 2004-01-12 2014-06-25 Honda Research Institute Europe GmbH Estimation of distribution algorithm (EDA)
KR101113903B1 (ko) * 2010-03-31 2012-03-06 (주)퀀텀바이오솔루션즈 양자역학 스코어링을 포함하는 단백질-리간드 도킹 구조의 예측방법
KR102102517B1 (ko) * 2018-01-30 2020-04-21 서울대학교산학협력단 최적화 계산 장치 및 방법

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070220586A1 (en) * 2006-03-01 2007-09-20 Norman Salazar Computing resource assignment method and apparatus using genetic algorithms
KR20110112833A (ko) * 2009-01-06 2011-10-13 코닌클리케 필립스 일렉트로닉스 엔.브이. 진화 클러스터링 알고리즘
US20120123980A1 (en) * 2010-04-28 2012-05-17 Indian Statistical Institute Optimization technique using evolutionary algorithms
US20110307899A1 (en) * 2010-06-11 2011-12-15 Gunho Lee Computing cluster performance simulation using a genetic algorithm solution
KR20140133032A (ko) * 2013-05-09 2014-11-19 서울대학교산학협력단 유사도 특성을 이용한 메타휴리스틱 알고리즘에 기반한 시스템 및 그 제어방법

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
PARK TAE GYUN ET AL.: "REINFORCED GENETIC ALGORITHM FOR PARAMETER ESTIMATION USING CLUSTERING WITH STATISTICAL CONFIDENCE", 2017 KICHE FALL MEETING- THE KOREAN INSTITUTE OF CHEMICAL ENGINEERING, vol. 35, no. 5, 26 October 2017 (2017-10-26), NICE *

Also Published As

Publication number Publication date
US11915155B2 (en) 2024-02-27
US20210224667A1 (en) 2021-07-22
KR102102517B1 (ko) 2020-04-21
KR20190092135A (ko) 2019-08-07

Similar Documents

Publication Publication Date Title
WO2019151606A1 (ko) 최적화 계산 장치 및 방법
WO2020159016A1 (ko) 하드웨어 구현에 적합한 신경망 파라미터 최적화 방법, 신경망 연산방법 및 그 장치
WO2022019527A1 (ko) 관계 분석 네트워크를 이용한 판매시스템 및 그 방법
WO2014003254A1 (ko) 움직임 벡터의 예측을 위한 탐색영역 설정 장치 및 방법
WO2021071304A1 (ko) 안정화된 비선형 최적 제어 방법
WO2022114653A1 (ko) 데이터 경계 도출 시스템 및 방법
WO2019045147A1 (ko) 딥러닝을 pc에 적용하기 위한 메모리 최적화 방법
WO2022025690A1 (ko) 복합 특성 분류와 공통 국소화를 위한 신경망 모델의 학습 방법 및 장치
WO2015126058A1 (ko) 암 예후 예측 방법
WO2023158253A1 (ko) 핵산서열 분석 기반 유전자 변이 해석 방법
WO2023090861A1 (ko) 집단과 질병군, 품종 등의 혼합체 또는 잡종의 특이적 표준게놈 데이터 생성과 유전적 집단 구성 판별 시스템 및 방법
WO2022045519A1 (ko) 최적화 모델 선택 장치 및 방법
WO2021230649A1 (ko) 다중채널 자원할당 방법 및 시스템
WO2021010670A1 (ko) 자동 경계화를 이용한 데이터 처리 방법 및 시스템
WO2015009016A1 (ko) 분자 오비탈 유사성 편차 평가 방법 및 이를 이용한 시스템
WO2022107975A1 (ko) 시계열 데이터의 변화 추세를 고려한 유사도 분석 방법
WO2021172780A1 (ko) 유전자 선별 방법 및 장치
WO2024143700A1 (ko) 다양한 응용을 위한 경량 인공지능 연산 처리 장치 및 그 동작 방법
García et al. A stochastic inspection about genetic variants of Covid-19 circulating in Brazil during 2020
CN110517724B (zh) 利用单细胞转录和基因敲除数据推断基因调控网络的方法
Sun et al. Directed fuzzy graph-based surrogate model-assisted interactive genetic algorithms with uncertain individual's fitness
WO2016099069A1 (ko) 고분자의 동일성 평가 방법 및 이를 이용한 시스템
WO2021085702A1 (ko) 유전자 가위 효과를 분석하는 방법 및 장치
WO2020213757A1 (ko) 단어 유사도 판단 방법
WO2024053948A1 (ko) 변환 모델 구축 장치 및 방법과 이를 이용한 이미지 매칭 장치 및 방법

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18904387

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18904387

Country of ref document: EP

Kind code of ref document: A1