KR101620145B1 - Method and apparatus for path search - Google Patents

Method and apparatus for path search Download PDF

Info

Publication number
KR101620145B1
KR101620145B1 KR1020130128886A KR20130128886A KR101620145B1 KR 101620145 B1 KR101620145 B1 KR 101620145B1 KR 1020130128886 A KR1020130128886 A KR 1020130128886A KR 20130128886 A KR20130128886 A KR 20130128886A KR 101620145 B1 KR101620145 B1 KR 101620145B1
Authority
KR
South Korea
Prior art keywords
path
paths
index
sub
group
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related
Application number
KR1020130128886A
Other languages
Korean (ko)
Other versions
KR20150050603A (en
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 KR1020130128886A priority Critical patent/KR101620145B1/en
Publication of KR20150050603A publication Critical patent/KR20150050603A/en
Application granted granted Critical
Publication of KR101620145B1 publication Critical patent/KR101620145B1/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/40Business processes related to the transportation industry

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Biophysics (AREA)
  • Mathematical Physics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Evolutionary Biology (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • General Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • Genetics & Genomics (AREA)
  • Pure & Applied Mathematics (AREA)
  • Molecular Biology (AREA)
  • Evolutionary Computation (AREA)
  • Computational Linguistics (AREA)
  • Biomedical Technology (AREA)
  • Artificial Intelligence (AREA)
  • Algebra (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Computing Systems (AREA)
  • Databases & Information Systems (AREA)
  • Physiology (AREA)
  • Economics (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Navigation (AREA)

Abstract

경로 탐색 방법 및 장치가 개시된다. 경로 탐색 방법은 (a) 맵 정보를 이용하여 목적지까지 가능한 모든 경로를 생성하는 단계; (b) 상기 각 경로에 대한 거리를 계산하는 단계; (c) 상기 각 경로에 대해 장애물 노드 통과 여부를 반영한 실행불가능 지수를 계산하는 단계; (d) 상기 계산된 실행불가능 지수를 이용하여 각 경로를 그룹으로 분류하는 단계; 및 (e) 분류된 그룹내의 경로를 대상으로 상기 계산된 거리가 짧은 경로를 상위 경로로 선택하는 단계를 포함한다.A path search method and apparatus are disclosed. The path search method includes the steps of: (a) generating all possible paths to a destination using map information; (b) calculating distances for the respective paths; (c) calculating an indivisible index reflecting whether an obstacle node has passed through each of the paths; (d) classifying each path into groups using the calculated inexecutable index; And (e) selecting, as an upper path, a path having the calculated shorter distance for the path in the classified group.

Description

경로 탐색 방법 및 그 장치{Method and apparatus for path search}[0001] The present invention relates to a path search method and apparatus,

본 발명은 경로 탐색에 관한 것으로, 보다 상세하게 맵 정보를 이용하여 최적 경로를 탐색할 수 있는 경로 탐색 방법 및 그 장치에 관한 것이다.The present invention relates to a path search, and more particularly, to a path search method and apparatus for searching for an optimal path by using map information.

종래에 개발된 로봇의 경로계획의 대표적인 기술로 유전자 알고리즘(GA: genetic algorithm)이 있다. 이러한, 유전자 알고리즘은 실제 생물의 유전자(genetics)와 진화(evolution)의 메커니즘을 공학적으로 모델화한 것으로 생물이 갖는 환경에서의 적응능력을 이용한 최적화 방법이다. A genetic algorithm (GA) is a representative technique of the path planning of a robot developed in the past. These genetic algorithms are engineering models of the mechanisms of genetics and evolution of real living things, and they are the optimization methods using the adaptive capacity in the living environment.

이 유전자 알고리즘은 보통 고정 혹은 가변 길이의 이진 스트링 혹은 실수 스트링을 염색체로 이용하여, 각 세대의 적합도를 이용한 최적경로를 생성하는 알고리즘으로, 개체의 수인 개체군의 크기, 각각의 개체가 가지는 염색체의 크기 등과 같은 파라미터에 따라 연산속도나 최적화의 성능이 좌우된다. 개체군의 개수와 염색체의 크기가 크면 클수록 최적화 성능이 좋아지지만, 연산속도가 그만큼 느려져, 실시간 연산이 필요한 로봇에는 사용이 어렵다.This genetic algorithm is an algorithm that generates an optimal path by using a fixed or variable length binary string or a real string as a chromosome and uses the fitness of each generation. The size of the population which is the number of individuals, the size of the chromosome The operation speed and the performance of the optimization depend on the parameters such as the parameter. The larger the number of populations and the size of the chromosome, the better the optimization performance, but the slower the computation speed, the more difficult it is for robots that need real-time computation.

즉, 종래의 유전자 알고리즘의 경우, 경로 길이 평가를 통해 경로를 선정하고 재생산하는 과정을 반복 수행하여 목적지까지의 적합한 경로를 탐색하는 시간이 매우 오래 걸리는 단점이 있다.
That is, in the case of the conventional genetic algorithm, it takes a very long time to search for an appropriate path to the destination by repeating the process of selecting and reproducing the path through the path length evaluation.

본 발명은 유전자 알고리즘을 기반으로 생성된 경로를 실행불가능성 지수를 이용하여 각각 그룹으로 분류하고, 각 그룹에 대한 거리 평가 결과를 반영하여 최적의 경로를 선정할 수 있는 경로 탐색 방법 및 그 장치를 제공하기 위한 것이다.The present invention relates to a route search method and a route search method capable of classifying routes generated based on a genetic algorithm into groups by using an unexecutable index and selecting an optimal route by reflecting a distance evaluation result for each group .

또한, 본 발명은 경로 탐색을 위한 수행 시간을 현저하게 단축하여 실시간 적용이 가능한 경로 탐색 방법 및 그 장치를 제공하기 위한 것이다.It is another object of the present invention to provide a path search method and apparatus for realizing application in a real time by remarkably shortening the execution time for path search.

본 발명의 일 측면에 따르면, 유전자 알고리즘을 기반으로 생성된 경로를 실행불가능성 지수를 이용하여 각각 그룹으로 분류하고, 각 그룹에 대한 거리 평가 결과를 반영하여 최적의 경로를 선정할 수 있는 방법이 제공된다.According to an aspect of the present invention, there is provided a method of classifying a path generated based on a genetic algorithm into groups using an unexecutable index, and selecting an optimal path by reflecting a distance evaluation result for each group / RTI >

본 발명의 일 실시예에 따르면, (a) 맵 정보를 이용하여 목적지까지 가능한 모든 경로를 생성하는 단계; (b) 상기 각 경로에 대한 거리를 계산하는 단계; (c) 상기 각 경로에 대해 장애물 노드 통과 여부를 반영한 실행불가능 지수를 계산하는 단계; (d) 상기 계산된 실행불가능 지수를 이용하여 각 경로를 그룹으로 분류하는 단계; 및 (e) 분류된 그룹내의 경로를 대상으로 상기 계산된 거리가 짧은 경로를 상위 경로로 선택하는 단계를 포함하는 경로 탐색 방법이 제공될 수 있다.According to an embodiment of the present invention, there is provided a method of generating map information, comprising the steps of: (a) generating all possible paths to a destination using map information; (b) calculating distances for the respective paths; (c) calculating an indivisible index reflecting whether an obstacle node has passed through each of the paths; (d) classifying each path into groups using the calculated inexecutable index; And (e) selecting, as an upper path, a path having the calculated shorter distance for the path in the classified group.

상기 (d) 단계는, 상기 계산된 실행불가능성 지수가 동일 또는 유사한 경로를 동일한 그룹으로 분류하는 단계일 수 있다.The step (d) may include classifying the same or similar paths into the same group.

상기 (d) 단계에서, 실행불가능성 지수가 낮은 순으로 상기 그룹을 분류하되, 상기 (e) 단계는, 상기 실행불가능성 지수가 낮은 그룹부터 각 그룹에 포함된 경로에 대해 상기 계산된 거리를 이용하여 거리가 짧은 순으로 정렬하는 단계; 및 상기 거리가 짧은 상위 경로를 선택하는 단계를 포함할 수 있다.The method according to claim 1, wherein, in the step (d), the group is classified in a descending order of the unexecutable indices, and the step (e) Aligning in order of decreasing distance; And selecting an upper path having the shorter distance.

상기 실행불가능성 지수가 임계치를 초과하는 그룹에 대해서는 상기 (e) 단계를 수행하지 않을 수 있다.And may not perform the step (e) for a group whose executability index exceeds a threshold value.

상기 맵 정보는 복수의 노드를 포함하되, 상기 노드 중 적어도 일부는 장애물 노드이다.The map information includes a plurality of nodes, at least a part of the nodes being obstacle nodes.

상기 각 경로는 복수의 서브 경로를 포함하되, 상기 실행불가능성 지수는 상기 장애물 노드를 통과하는 서브 경로의 수를 이용하여 계산될 수 있다.Each path includes a plurality of subpaths, and the infinitility index may be calculated using the number of subpaths passing through the obstacle node.

상기 (a) 단계는, 유전 알고리즘에 따라 상기 맵 정보에 포함된 각 노드의 교배 및 돌연변이 연산을 통해 복수의 서브 경로를 각각 생성하는 단계; 및 상기 서브 경로를 상호간 연결하여 목적지까지의 복수의 경로를 생성하는 단계를 포함할 수 있다.The step (a) may include generating a plurality of subpaths through mating and mutation operations of each node included in the map information according to a genetic algorithm; And generating a plurality of paths to the destination by connecting the sub-paths to each other.

상기 각 경로는 복수의 서브 경로를 포함하되, 상기 거리는 상기 서브 경로에 대한 유클리드 거리의 합으로 계산될 수 있다.
Each of the paths includes a plurality of sub paths, and the distance may be calculated as a sum of Euclidean distances for the sub paths.

본 발명의 다른 측면에 따르면, 유전자 알고리즘을 기반으로 생성된 경로를 실행불가능성 지수를 이용하여 각각 그룹으로 분류하고, 각 그룹에 대한 거리 평가 결과를 반영하여 최적의 경로를 선정할 수 있는 장치가 제공된다.According to another aspect of the present invention, there is provided an apparatus for classifying a path generated based on a genetic algorithm into groups using an unexecutable index, and selecting an optimal path by reflecting a distance evaluation result for each group / RTI >

본 발명의 일 실시예에 따르면, 맵 정보를 이용하여 목적지까지 가능한 모든 경로를 생성하는 경로 생성부; 상기 각 경로에 대한 거리를 계산하고, 상기 각 경로에 대해 장애물 노드 통과 여부를 반영한 실행불가능성 지수를 계산하는 경로 평가부; 및 상기 계산된 실행불가능 지수를 이용하여 각 경로를 그룹으로 분류하고, 상기 분류된 그룹내의 경로를 대상으로 상기 계산된 거리가 짧은 경로를 상위 경로로 선택하는 경로 선택부를 포함하는 경로 탐색 장치가 제공될 수 있다.According to an embodiment of the present invention, there is provided an information processing apparatus including: a route generating unit generating all possible routes to a destination using map information; A path evaluator for calculating a distance to each of the paths and calculating an execution impossibility index reflecting whether the obstacle node has passed through the path; And a path selection unit for classifying each path into groups using the calculated inexecutable indices and selecting a path having a shorter calculated distance as an upper path for a path in the classified group .

상기 경로 선택부는, 상기 계산된 실행불가능성 지수가 동일 또는 유사한 경로를 동일한 그룹으로 분류하고, 상기 분류된 그룹에 포함된 경로를 대상으로 상기 계산된 거리를 기준으로 거리가 짧은 순으로 정렬한 후 거리가 짧은 상위 경로를 선택할 수 있다.Wherein the path selecting unit classifies paths having the same or similar computed inefficiency index into the same group and arranges paths included in the classified group in descending order of distance based on the calculated distance You can select an upper path with a shorter distance.

상기 경로는 복수의 서브 경로를 포함하되, 상기 경로 평가부는 상기 서브 경로에 대한 유클리드 거리의 합을 계산하여 상기 경로에 대한 거리를 계산할 수 있다.The path includes a plurality of subpaths, and the path evaluator can calculate a distance to the path by calculating a sum of Euclidean distances for the subpath.

상기 경로는 복수의 서브 경로를 포함하되, 상기 경로 평가부는 상기 경로에 포함된 서브 경로들 중 장애물 노드를 통과하는 서브 경로의 수를 이용하여 상기 경로에 대한 실행불가능성 지수를 계산할 수 있다.The path includes a plurality of subpaths, and the path evaluator may calculate an unexecutability index for the path using the number of subpaths passing through the obstacle node among the subpaths included in the path.

본 발명의 일 실시예에 따른 경로 탐색 방법 및 그 장치를 제공함으로써, 유전자 알고리즘을 기반으로 생성된 경로를 실행불가능성 지수를 이용하여 각각 그룹으로 분류하고, 각 그룹에 대한 거리 평가 결과를 반영하여 최적의 경로를 선정할 수 있다.The route search method and apparatus according to an embodiment of the present invention can classify routes generated based on genetic algorithms into groups by using the executableness index and reflect the distance evaluation results for each group An optimal path can be selected.

또한, 본 발명은 경로 탐색을 위한 수행 시간을 현저하게 단축하여 실시간 적용이 가능한 이점이 있다.Further, the present invention is advantageous in that the execution time for path search is remarkably shortened and can be applied in real time.

도 1은 본 발명의 일 실시예에 따른 경로 탐색 장치의 내부 구성을 나타낸 블록도.
도 2는 본 발명의 일 실시예에 따른 맵 정보를 예시한 도면.
도 3은 본 발명의 일 실시예에 따른 경로 탐색 방법을 나타낸 순서도.
도 4는 종래와 본 발명의 일 실시예에 따른 경로 탐색에 따른 성공률을 비교한 그래프.
도 5는 종래와 본 발명의 일 실시예에 따른 경로 탐색 수행 시간을 비교한 표.
1 is a block diagram showing an internal configuration of a route search apparatus according to an embodiment of the present invention;
2 is a diagram illustrating map information according to an embodiment of the present invention.
3 is a flowchart illustrating a route search method according to an embodiment of the present invention;
FIG. 4 is a graph comparing the success rates according to the route search according to an embodiment of the present invention.
FIG. 5 is a table comparing path search execution times according to an embodiment of the present invention.

본 발명은 다양한 변환을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변환, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 본 발명을 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다.BRIEF DESCRIPTION OF THE DRAWINGS The present invention is capable of various modifications and various embodiments, and specific embodiments are illustrated in the drawings and described in detail in the detailed description. It is to be understood, however, that the invention is not to be limited to the specific embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

제1, 제2 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안 된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다. The terms first, second, etc. may be used to describe various components, but the components should not be limited by the terms. The terms are used only for the purpose of distinguishing one component from another.

본 출원에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 출원에서, "포함하다" 또는 "가지다" 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.The terminology used in this application is used only to describe a specific embodiment and is not intended to limit the invention. The singular expressions include plural expressions unless the context clearly dictates otherwise. In the present application, the terms "comprises" or "having" and the like are used to specify that there is a feature, a number, a step, an operation, an element, a component or a combination thereof described in the specification, But do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, or combinations thereof.

본 발명은 기저장된 맵 정보를 이용하여 유전 알고리즘에 기반하여 목적지까지 가능한 모든 경로를 생성한 후 실행불가능성 지수 및 거리 평가를 수행하고, 실행불가능성 지수를 이용하여 각 경로를 각각의 그룹으로 분류한 후 거리 평가를 수행하여 최적 경로를 빠르게 선정할 수 있는 발명에 관한 것이다.The present invention generates all possible paths to a destination based on a genetic algorithm using pre-stored map information, and then performs an unexecutability index and a distance evaluation, and classifies each path into individual groups And then performing a distance evaluation to quickly select an optimal path.

이하, 본 발명의 실시예를 첨부한 도면들을 참조하여 상세히 설명하기로 한다.
Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 일 실시예에 따른 경로 탐색 장치의 내부 구성을 나타낸 블록도이고, 도 2는 본 발명의 일 실시예에 따른 맵 정보를 예시한 도면이다.FIG. 1 is a block diagram illustrating an internal configuration of a route search apparatus according to an embodiment of the present invention, and FIG. 2 is a diagram illustrating map information according to an embodiment of the present invention.

도 1을 참조하면, 본 발명의 일 실시예에 따른 경로 탐색 장치(100)는 경로 생성부(110), 경로 평가부(115), 경로 선택부(120), 메모리(125) 및 제어부(130)를 포함하여 구성된다.1, a path search apparatus 100 according to an embodiment of the present invention includes a path generation unit 110, a path evaluation unit 115, a path selection unit 120, a memory 125, and a control unit 130 ).

경로 생성부(110)는 기저장된 맵 정보를 이용하여 출발지에서 목적지까지의 복수의 경로를 생성하기 위한 수단이다.The route generation unit 110 is a means for generating a plurality of routes from the origin to the destination using the stored map information.

예를 들어, 경로 생성부(110)는 공지된 유전 알고리즘(GA: genetic algorithm)을 이용하여 n x n 노드가 포함된 맵 정보를 이용하여 출발지에서 목적지까지의 모든 경로에 대한 경로를 생성할 수 있다. 이때, 맵 정보에 포함된 복수의 노드 중 적어도 일부 노드는 장애물 노드일 수 있다. For example, the path generating unit 110 may generate a path for all paths from a source to a destination using map information including an n x n node using a known genetic algorithm (GA). At this time, at least some nodes among the plurality of nodes included in the map information may be obstacle nodes.

도 2에는 본 발명의 일 실시예에 따른 맵 정보가 예시되어 있다. 도 2에 도시된 바와 같이, 맵 정보는 다양한 형태의 장애물 노드를 포함할 수 있다.FIG. 2 illustrates map information according to an embodiment of the present invention. As shown in FIG. 2, the map information may include various types of obstacle nodes.

경로 생성부(110)는 각 노드를 중심으로 단일 포인트(single point)로 이동할 수 있는 인접 노드와의 서브 경로를 생성하고, 서브 경로들을 교차혼합(crossover)하는 방식을 통해 목적지까지의 복수의 경로를 생성할 수 있다. The path generation unit 110 generates a sub path with a neighboring node that can move to a single point around each node, and cross paths a plurality of paths to a destination through a method of cross- Lt; / RTI >

보다 상세하게, 경로 생성부(110)는 각 노드를 중심으로 유전자 알고리즘(GA: genetic algorithm)에 따라 싱글 포인트 교배 및 돌연변이 연산을 반복적으로 수행하여 복수의 서브 경로를 각각 생성할 수 있다. 경로 생성부(110)는 각 노드를 중심으로 생성된 각 서브 경로를 상호간 연결하여 목적지까지의 복수의 경로를 생성할 수 있다.More specifically, the path generation unit 110 may generate a plurality of sub-paths by repeatedly performing a single-point mobility and a mutation operation according to a genetic algorithm (GA) around each node. The path generation unit 110 may generate a plurality of paths to a destination by connecting each sub-path generated around each node to each other.

본 발명의 일 실시예에 따른 경로 생성부(110)는 각 노드를 중심으로 목적지까지 이동 가능한 모든 경로를 생성할 수 있다.The path generation unit 110 according to an embodiment of the present invention can generate all paths that can be moved to a destination centered on each node.

경로 평가부(115)는 경로 생성부(110)를 통해 생성된 각 경로에 대한 거리 평가 및 실행불가능성 지수 평가를 각각 수행하기 위한 수단이다.The path evaluating unit 115 is a means for performing the distance evaluation and the execution impossibility index evaluation for each path generated through the path generating unit 110, respectively.

예를 들어, 경로 평가부(115)는 각 경로에 포함된 서브 경로의 거리를 합산하여 해당 경로에 대한 거리 평가를 수행할 수 있다.For example, the path evaluating unit 115 may calculate the distance to the path by summing the distances of the sub-paths included in the respective paths.

예를 들어, 경로 평가부(115)는 하기 수 1을 이용하여 거리 평가를 수행할 수 있다. For example, the path evaluation unit 115 may perform the distance evaluation using the following equation (1).

Figure 112013097822297-pat00001
Figure 112013097822297-pat00001

여기서,

Figure 112013097822297-pat00002
는 서브 경로를 나타내며,
Figure 112013097822297-pat00003
는 서브 경로의 유클리드 거리를 나타낸다.here,
Figure 112013097822297-pat00002
Represents a sub-path,
Figure 112013097822297-pat00003
Represents the Euclidean distance of the subpath.

즉, 목적지까지의 하나의 경로에 대한 거리 평가결과는 해당 경로에 포함된 서브 경로간의 유클리드 거리의 합일 수 있다. 또한, 이미 전술한 바와 같이, 서브 경로는 임의의 노드와 인접한 다른 노드로의 단일 경로일 수 있다.That is, the distance evaluation result for one path to the destination may be the sum of the Euclidean distances between the subpaths included in the path. Also, as already mentioned above, the subpath may be a single path to any node and to another neighboring node.

또한, 경로 평가부(115)는 각 경로에 포함된 서브 경로들을 대상으로 장애물 노드를 통과하는 서브 경로의 수를 이용하여 실행불가능성 지수 평가를 수행할 수 있다.In addition, the path evaluating unit 115 may perform the executableness index evaluation using the number of subpaths passing through the obstacle node for the subpaths included in each path.

예를 들어, 경로 평가부(115)는 하기 수 2를 이용하여 실행불가능성 지수 평가를 수행할 수 있다.For example, the path evaluating unit 115 may perform the non-executableness index evaluation using the following equation (2).

Figure 112013097822297-pat00004
Figure 112013097822297-pat00004

여기서, Z는 각각의 경로를 나타내며,

Figure 112013097822297-pat00005
는 장애물 노드를 통과하는 서브 경로의 수를 나타낸다.Here, Z represents each path,
Figure 112013097822297-pat00005
Represents the number of subpaths passing through the obstacle node.

예를 들어, 경로 평가부(115)는 각 경로에 포함된 전체 서브 경로의 수로 장애물 노드를 통과하는 서브 경로의 수를 나누기 연산하여 실행불가능성 지수 평가를 수행할 수 있다.For example, the path evaluating unit 115 may perform an unexecutable index evaluation by dividing the number of subpaths passing through an obstacle node by the total number of subpaths included in each path.

결과적으로 경로 평가부(115)의 실행불가능성 지수 평가 결과가 0이면, 장애물 노드를 통과할 확률이 없는 경로(즉, 목적지까지 도달할 수 있는 경로)임을 알 수 있다. 즉, 경로 평가부(115)에 의한 실행불가능성 지수 평가가 높을수록 해당 경로는 목적지까지 도달할 확률이 낮은 경로(즉, 목적지까지 도달할 수 없는 경로)임을 알 수 있다.As a result, if the evaluation result of the executableness index of the path evaluating unit 115 is 0, it can be seen that the path that does not pass through the obstacle node (that is, the path that can reach the destination) is. That is, it can be seen that the higher the evaluation of the unexecutable index by the path evaluating unit 115 is, the lower the probability that the route reaches the destination (that is, the route that can not reach the destination).

경로 선택부(120)는 경로 평가부(115)에 의한 각 경로에 대한 거리 평가 및 실행불가능성 지수 평가 결과를 이용하여 최적 경로를 선정하기 위한 수단이다.The path selection unit 120 is means for selecting an optimal path by using the distance evaluation and the execution impossibility index evaluation result for each path by the path evaluation unit 115. [

예를 들어, 경로 선택부(120)는 각 경로에 대한 실행불가능성 지수 평가 결과를 이용하여 실행불가능성 지수가 동일하거나 유사한 경로를 각각 그룹으로 분류한다. 이에 따라 경로는 복수의 그룹으로 분류될 수 있다.For example, the path selection unit 120 classifies paths having the same or similar inoperability index as a group, using the result of the nonexistence index evaluation for each path. Accordingly, the paths can be classified into a plurality of groups.

경로 선택부(120)는 실행불가능성 지수 평가 결과가 낮은 그룹순으로 그룹을 정렬할 수 있다. 이어, 경로 선택부(120)는 실행불가능성 지수 평가 결과가 낮은 그룹부터 해당 그룹내에 포함된 각 경로를 거리 평가 결과를 이용하여 거리 평가 결과가 짧은 순으로 재정렬한다.The path selecting unit 120 may sort the groups in descending order of the group having a low executableness index evaluation result. Then, the path selection unit 120 rearranges each path included in the group from the group having the low executableness index evaluation result to the shortest distance evaluation result using the distance evaluation result.

결과적으로, 경로 선택부(120)는 실행불가능성 지수 평가 결과가 낮은 그룹에 포함된 경로들 중 거리가 짧은 상위 경로를 선정할 수 있다. 즉, 경로 선택부(120)는 실행불가능성 지수 평가 결과를 이용하여 각 경로를 그룹으로 분류한 후, 각 그룹내의 경로를 거리 평가 결과를 이용하여 재정렬하여 최적의 경로를 선정할 수 있다.As a result, the path selector 120 can select an upper path having a shorter distance among the paths included in the group having a low executableness index evaluation result. That is, the path selection unit 120 can classify each path into groups using the unexecutable index evaluation result, and then select the optimal path by rearranging the paths in each group using the distance evaluation result.

즉, 경로 선택부(120)는 실행불가능성 지수 평가 결과를 이용하여 목적지 노드까지 도달할 가능성이 낮은 경로를 사전에 배제시킨 후 거리 평가를 수행하여 최적의 경로를 선정할 수 있어, 상대적으로 빠르게 경로를 탐색하고 계획할 수 있는 이점이 있다.In other words, the route selection unit 120 can select an optimal route by performing the distance evaluation after excluding the route having a low possibility of reaching the destination node in advance by using the result of the impossibility of the index calculation, There is an advantage to navigate and plan routes.

메모리(125)는 본 발명의 일 실시예에 따른 경로 탐색 장치(100)를 운용하기 위해 필요한 다양한 알고리즘, 생성된 각 경로, 거리 평가 및 실행불가능성 지수 평가 결과 등을 저장한다.The memory 125 stores various algorithms required for operating the path search apparatus 100 according to an embodiment of the present invention, each path generated, distance evaluation, and an unexecutable index evaluation result.

제어부(130)는 본 발명의 일 실시예에 따른 경로 탐색 장치(100)의 내부 구성 요소들(예를 들어, 경로 생성부, 경로 평가부(115), 경로 선택부(120), 메모리(125) 등)을 제어하기 위한 수단이다.
The control unit 130 may include internal components (for example, a path generating unit, a path evaluating unit 115, a path selecting unit 120, a memory 125 (not shown) of the path searching apparatus 100 according to an embodiment of the present invention ), And the like).

도 3은 본 발명의 일 실시예에 따른 경로 탐색 방법을 나타낸 순서도이고, 도 4는 종래와 본 발명의 일 실시예에 따른 경로 탐색에 따른 성공률을 비교한 그래프이고, 도 5는 종래와 본 발명의 일 실시예에 따른 경로 탐색 수행 시간을 비교한 표이다.FIG. 3 is a flowchart illustrating a path search method according to an embodiment of the present invention. FIG. 4 is a graph comparing success rates according to a conventional path search according to an embodiment of the present invention. FIG. 4 is a table comparing path search execution times according to an embodiment of the present invention.

이하에서 수행되는 각각의 단계는 경로 탐색 장치의 내부 구성 요소에 의해 수행되나 이해와 설명의 편의를 도모하기 위해 경로 탐색 장치로 통칭하여 설명하기로 한다.Each step performed below is performed by the internal components of the route search device, but will be collectively referred to as a route search device in order to facilitate understanding and explanation.

또한, 경로 탐색 장치는 사전에 맵 정보를 다운로드받거나 입력받아 저장하고 있는 것을 가정하기로 한다. 물론, 구현 방법에 따라 경로 탐색 장치는 당해 경로 탐색 장치(100)의 위치를 기준으로 맵 정보를 획득하여 주기적 또는 비주기적으로 업데이트할 수도 있음은 당연하다.It is also assumed that the route search apparatus has previously downloaded map information or has received and stored map information. Of course, it is a matter of course that the path search apparatus may acquire the map information based on the position of the path search apparatus 100 and update it periodically or non-periodically according to the implementation method.

단계 310에서 경로 탐색 장치(100)는 맵 정보를 이용하여 목적지까지 가능한 모든 경로를 생성한다.In step 310, the route search apparatus 100 generates all possible routes to the destination using the map information.

이미 전술한 바와 같이, 맵 정보는 복수의 노드 정보를 포함한다. 각 노드 중 적어도 일부는 장애물 노드일 수 있다. As described above, the map information includes a plurality of node information. At least some of each node may be an obstacle node.

이에 따라, 경로 탐색 장치(100)를 통해 생성된 복수의 경로 중 일부는 장애물 노드를 통과하도록 생성될 수 있다. Accordingly, some of the plurality of paths generated through the path search device 100 may be generated to pass through the obstacle node.

또한, 각각의 경로는 임의의 노드에서 임의의 노드로의 경로를 위한 복수의 서브 경로를 포함할 수 있다.Also, each path may comprise a plurality of subpaths for paths from any node to any node.

단계 315에서 경로 탐색 장치(100)는 각 경로에 대한 거리 평가를 수행한다.In step 315, the path search device 100 performs distance estimation on each path.

이미 전술한 바와 같이, 경로 탐색 장치(100)는 각 경로에 포함된 서브 경로들의 유클리드 거리를 계산한 후 이를 합산하여 해당 경로에 대한 거리 평가를 수행할 수 있다. 이는 수 1을 이용하여 설명한 바와 동일하므로 중복되는 설명은 생략하기로 한다.As described above, the path search apparatus 100 may calculate the Euclidean distances of the subpaths included in the respective paths and add the calculated Euclidean distances to perform the distance evaluation on the corresponding paths. Since this is the same as that described with reference to the number 1, a duplicate description will be omitted.

단계 320에서 경로 탐색 장치(100)는 각 경로에 대해 장애물 노드의 포함 여부에 대한 실행불가능성 지수 평가를 수행한다. 예를 들어, 경로 탐색 장치(100)는 각 경로에 포함된 서브 경로 중 장애물 노드를 통과하는 서브 경로의 수를 이용하여 실행불가능성 지수 평가를 수행한다.In step 320, the path search device 100 performs an impossibility index evaluation on whether or not an obstacle node is included for each path. For example, the path search device 100 performs an impossibility of an executable index by using the number of sub-paths passing through an obstacle node among the sub-paths included in each path.

즉, 경로 탐색 장치(100)는 각 경로에 포함된 서브 경로들 중 장애물 노드를 통과하는 서브 경로의 수를 전체 서브 경로의 수로 나누기 연산을 수행하여 각 경로에 대한 실행불가능성 지수 평가를 수행할 수 있다. 이는 수 2를 참조하여 설명한 바와 동일하므로 중복되는 설명은 생략하기로 한다. That is, the path search apparatus 100 performs an operation of dividing the number of sub-paths passing through the obstacle node among the sub-paths included in each path by the number of all sub-paths to perform an impossibility . Since this is the same as that described with reference to the number 2, a duplicate description will be omitted.

이에 따라, 경로 탐색 장치(100)는 실행불가능성 지수 평가 결과가 높은 경로일수록 해당 경로가 목적지에 도달할 가능성이 낮은 경로로 인식할 수 있다.Accordingly, the path searching apparatus 100 can recognize a path having a high possibility of the executableness index evaluation as a path having a low possibility that the path reaches the destination.

단계 325에서 경로 탐색 장치(100)는 각 경로에 대한 실행불가능성 지수 평가 결과를 이용하여 각 경로를 그룹화한다.In step 325, the path search apparatus 100 groups each path using the result of the impossibility index evaluation for each path.

예를 들어, 경로 탐색 장치(100)는 실행불가능성 지수 평가 결과가 동일하거나 유사한 경로를 각각 하나의 그룹으로 분류할 수 있다. 실행불가능성 지수 평가 결과가 유사한 경로를 하나의 그룹으로 분류하는 경우, 그룹 분류를 위한 문턱치 값은 실험적으로 결정될 수 있다.For example, the path search apparatus 100 may classify the same or similar path as a group into each of the executableness index evaluation results. If the results of the impossibility index classify similar paths into a single group, the threshold value for group classification may be determined experimentally.

이어, 경로 탐색 장치(100)는 실행불가능성 지수 평가 결과가 낮은 그룹순으로 정렬할 수 있다.Then, the route search device 100 can sort the order of the group in which the executableness index evaluation result is low.

단계 330에서 경로 탐색 장치(100)는 분류된 그룹내의 경로를 대상으로 거리 평가 결과를 이용하여 재정렬한다.In step 330, the path search apparatus 100 rearranges the paths in the classified group using the distance evaluation results.

단계 335에서 경로 탐색 장치(100)는 분류된 그룹에 대한 재정렬 프로세스가 완료되었는지 여부를 판단한다.In step 335, the path search device 100 determines whether or not the reordering process for the classified group has been completed.

경로 탐색 장치(100)는 실행불가능성 지수 평가 결과가 동일 또는 유사한 경로를 각각 동일한 그룹으로 각각 분류할 수 있다. 이때, 경로 탐색 장치(100)는 실행불가능성 지수 평가 결과를 이용하여 목적지에 도달이 불가능한 경로 그룹을 설정할 수 있다. 즉, 경로 탐색 장치(100)는 실행불가능성 지수 평가 결과가 임계치를 초과하는 경우, 목적지에 도달이 불가능한 경로 그룹으로 설정할 수 있다.The path search apparatus 100 may classify the same or similar paths into the same group, respectively, as a result of the unexecutable index evaluation. At this time, the route search device 100 can set a route group that can not reach the destination using the result of the impossibility of the index. That is, the path search device 100 can set the path group to a path group that can not reach the destination when the executableness index evaluation result exceeds the threshold value.

이에, 경로 탐색 장치(100)는 실행불가능성 지수 평가 결과를 이용하여 분류된 그룹들 중 임계치 이하의 모든 그룹에 대해 거리 평가를 이용한 재정렬 과정을 수행할 수 있다.Accordingly, the route search apparatus 100 can perform the reordering process using the distance evaluation for all groups below the threshold among the groups classified using the unexecutable index evaluation result.

분류된 그룹들 중 임계치 이하의 모든 그룹에 대해 거리 평가를 이용한 재정렬 과정이 완료되지 않은 경우, 단계 330으로 진행하여 분류된 그룹에 대한 거리 평가 결과를 이용한 재정렬 과정을 수행할 수 있다.If the reordering process using the distance evaluation is not completed for all groups below the threshold value among the classified groups, the process proceeds to step 330 and a reordering process using the distance evaluation results for the classified group can be performed.

예를 들어, 실행불가능성 지수 평가 결과에 따라 제1 그룹, 제2 그룹, …, 제n 그룹으로 각각 경로가 분류되었다고 가정하자.For example, the first group, the second group, ... , And the nth group, respectively.

경로 탐색 장치(100)는 제1 그룹에 포함된 경로들을 대상으로 거리 평가를 이용하여 재정렬 과정을 수행할 수 있다. 이어, 경로 탐색 장치(100)는 제2 그룹에 포함된 경로들을 대상으로 거리 평가 결과를 이용한 재정렬 과정을 수행할 수 있다.The path search apparatus 100 may perform the reordering process using the distance evaluation on the paths included in the first group. Then, the path search device 100 may perform a reordering process using the distance evaluation results on the paths included in the second group.

이와 같은 방식으로, 경로 탐색 장치(100)는 실행불가능성 지수 평가 결과에 따른 하위 그룹들에 대해 거리 평가 결과를 이용한 재정렬 과정을 수행할 수 있다. 이때, 만일 분류된 그룹들 중 임계치에 의해 목적지에 도달 가능한 그룹으로 설정된 그룹이 제5 그룹까지인 경우, 경로 탐색 장치(100)는 제5 그룹까지 거리 평가 결과를 이용한 재정렬 과정을 수행할 수 있으며, 제6 그룹 이후에 대해서는 거리 평가 결과를 이용한 재정렬 과정을 수행하지 않을 수 있다.In this way, the route search apparatus 100 can perform a reordering process using the distance evaluation results for the lower groups according to the unexecutable index evaluation result. At this time, if the group set to the group that can reach the destination by the threshold among the classified groups is up to the fifth group, the route search device 100 can perform the reordering process using the distance evaluation results up to the fifth group , And after the sixth group, the reordering process using the distance evaluation result may not be performed.

이와 같이, 경로 탐색 장치(100)는 실행불가능성 지수 평가를 통해 목적지에 도달할 가능성이 높은 경로와 목적지 노드까지 도달이 어려운 경로를 초기에 분류한 후 목적지 노드까지 도달할 가능성이 있는 경로에 대해서만 거리 평가 결과를 이용하여 재정렬 과정을 수행하도록 할 수 있다.In this way, the route search apparatus 100 classifies the routes that are likely to reach the destination and the routes that are difficult to reach to the destination node through the evaluation of the executability index, The distance estimation result may be used to perform the reordering process.

분류된 그룹들 중 임계치 이하의 모든 그룹에 대해 거리 평가를 이용한 재정렬 과정이 완료되면, 단계 340에서 경로 탐색 장치(100)는 각 그룹에 대한 거리 평가 결과를 이용하여 최적 경로를 선정한다.When the reordering process using the distance evaluation is completed for all groups below the threshold value among the classified groups, the path searching apparatus 100 selects an optimal path by using the distance evaluation result for each group in step 340.

즉, 경로 탐색 장치(100)는 거리 평가 결과가 짧은 경로를 경로 계획 또는 탐색에 적합한 경로로 인식하여 선정할 수 있다.That is, the path search apparatus 100 can recognize a path having a short distance evaluation result as a path suitable for path planning or search.

도 4에는 종래의 유전 알고리즘에 기반한 경로 탐색 방법과 본 발명의 일 실시예에 따른 경로 탐색 방법에 따른 이동 경로를 탐색한 성공율을 나타낸 그래프이다. 도 4에 도시된 바와 같이, 본 발명의 일 실시예에 따른 경로 탐색 방법의 이동 경로 탐색을 위한 성공률이 월등이 높은 것을 알 수 있다.FIG. 4 is a graph illustrating a success rate of searching a route based on a conventional route search method based on a genetic algorithm and a route search method according to an embodiment of the present invention. As shown in FIG. 4, it can be seen that the success rate for searching the route of the route search method according to an embodiment of the present invention is high.

또한, 도 5에는 종래의 유전 알고리즘에 기반한 경로 탐색 방법과 본 발명의 일 실시예에 따른 경로 탐색 방법에 따른 이동 경로를 탐색하기 위한 수행 시간을 비교한 표이다. 도 5에 도시된 바와 같이, 본 발명의 일 실시예에 따른 경로 탐색 방법에 따른 수행 시간이 종래의 유전 알고리즘에 비해 월등이 빠른 것을 알 수 있다.
In addition, FIG. 5 is a table comparing the execution time for searching a path according to a conventional path search method based on a genetic algorithm and a path search method according to an embodiment of the present invention. As shown in FIG. 5, it can be seen that the execution time according to the path search method according to an embodiment of the present invention is much faster than the conventional genetic algorithm.

한편, 본 발명의 실시예에 따른 경로 탐색 방법은 다양한 전자적으로 정보를 처리하는 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 저장 매체에 기록될 수 있다. 저장 매체는 프로그램 명령, 데이터 파일, 데이터 구조등을 단독으로 또는 조합하여 포함할 수 있다. Meanwhile, the path search method according to an embodiment of the present invention may be implemented in a form of a program command that can be executed through a variety of means for electronically processing information, and may be recorded in a storage medium. The storage medium may include program instructions, data files, data structures, and the like, alone or in combination.

저장 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 소프트웨어 분야 당업자에게 공지되어 사용 가능한 것일 수도 있다. 저장 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media) 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 전자적으로 정보를 처리하는 장치, 예를 들어, 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. Program instructions to be recorded on the storage medium may be those specially designed and constructed for the present invention or may be available to those skilled in the art of software. Examples of storage media include magnetic media such as hard disks, floppy disks and magnetic tape, optical media such as CD-ROMs and DVDs, magneto-optical media such as floptical disks, magneto-optical media and hardware devices specifically configured to store and execute program instructions such as ROM, RAM, flash memory, and the like. Examples of program instructions include machine language code such as those produced by a compiler, as well as devices for processing information electronically using an interpreter or the like, for example, a high-level language code that can be executed by a computer.

상술한 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.
The hardware devices described above may be configured to operate as one or more software modules to perform the operations of the present invention, and vice versa.

상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야에서 통상의 지식을 가진 자라면 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the spirit or scope of the invention as defined in the appended claims. It will be understood that the invention may be varied and varied without departing from the scope of the invention.

110: 경로 생성부
115: 경로 평가부
120: 경로 선택부
125: 메모리
130: 제어부
110: Path generation unit
115: path evaluation unit
120: Path selection unit
125: Memory
130:

Claims (13)

경로 탐색 장치가 경로를 탐색하는 방법에 있어서,
(a) 맵 정보를 이용하여 목적지까지 가능한 모든 경로를 생성하는 단계;
(b) 상기 각 경로에 대한 거리를 계산하는 단계;
(c) 상기 각 경로에 대해 장애물 노드 통과 여부를 반영한 실행불가능성 지수를 계산하는 단계;
(d) 상기 실행불가능성 지수가 낮은 순으로 그룹을 분류하되, 상기 계산된 실행불가능성 지수가 동일 또는 유사한 경로를 동일한 그룹으로 분류하고, 상기 계산된 실행불가능성 지수를 이용하여 각 경로를 그룹별로 분류하는 단계; 및
(e) 상기 계산된 실행불가능성 지수가 낮은 그룹부터 각 그룹에 포함된 경로에 대해 상기 계산된 거리를 이용하여 거리가 짧은 순으로 정렬하고, 상기 거리가 짧은 경로를 상위 경로를 선택하는 단계
를 포함하되,
상기 (e) 단계는
상기 실행불가능성 지수가 미리 정해진 임계치를 초과하는 그룹에 대해서는 수행되지 않는 것을 특징으로 하는 경로 탐색 방법.
A method for a path search device to search for a path,
(a) generating all possible routes to a destination using map information;
(b) calculating distances for the respective paths;
(c) calculating an execution impossibility index reflecting whether or not an obstacle node has passed through each of the paths;
(d) classifying the groups in the order of decreasing the executableness index, classifying the same or similar paths into the same group, calculating each path as a group ; And
(e) sorting the paths included in each group from the group having the lowest executable indices calculated in descending order of distances using the calculated distances, and selecting the upper path as the path having the shortest distance
, ≪ / RTI &
The step (e)
And the executableness index is not performed for a group exceeding a predetermined threshold.
삭제delete 삭제delete 삭제delete 제1 항에 있어서,
상기 맵 정보는 복수의 노드를 포함하되,
상기 노드 중 적어도 일부는 장애물 노드인 것을 특징으로 하는 경로 탐색 방법.
The method according to claim 1,
Wherein the map information includes a plurality of nodes,
Wherein at least some of the nodes are obstacle nodes.
제5 항에 있어서,
상기 각 경로는 복수의 서브 경로를 포함하되,
상기 실행불가능성 지수는 상기 장애물 노드를 통과하는 서브 경로의 수를 이용하여 계산되는 것을 특징으로 하는 경로 탐색 방법..
6. The method of claim 5,
Each path including a plurality of sub-paths,
Wherein the executableness index is calculated using the number of sub-paths passing through the obstacle node.
제1 항에 있어서,
상기 (a) 단계는,
유전 알고리즘에 따라 상기 맵 정보에 포함된 각 노드의 교배 및 돌연변이 연산을 통해 복수의 서브 경로를 각각 생성하는 단계; 및
상기 서브 경로를 상호간 연결하여 목적지까지의 복수의 경로를 생성하는 단계를 포함하는 경로 탐색 방법.
The method according to claim 1,
The step (a)
Generating a plurality of subpaths through mating and mutation operations of each node included in the map information according to a genetic algorithm; And
And generating a plurality of paths to a destination by connecting the sub paths to each other.
제1 항에 있어서,
상기 각 경로는 복수의 서브 경로를 포함하되,
상기 거리는 상기 서브 경로에 대한 유클리드 거리의 합으로 계산되는 것을 특징으로 하는 경로 탐색 방법.
The method according to claim 1,
Each path including a plurality of sub-paths,
Wherein the distance is calculated as a sum of Euclidean distances for the sub-paths.
제1 항, 제5 항 내지 제8 항 중 어느 하나의 항에 따른 방법을 수행하기 위한 프로그램 코드를 기록한 기록매체 제품.9. A recording medium product having recorded thereon a program code for performing the method according to any one of claims 1 to 8. 맵 정보를 이용하여 목적지까지 가능한 모든 경로를 생성하는 경로 생성부;
상기 각 경로에 대한 거리를 계산하고, 상기 각 경로에 대해 장애물 노드 통과 여부를 반영한 실행불가능성 지수를 계산하는 경로 평가부; 및
상기 계산된 실행불가능성 지수가 낮은 순으로 그룹을 분류하되, 상기 계산된 실행불가능성 지수가 동일 또는 유사한 경로를 동일한 그룹으로 분류하며, 상기 계산된 실행불가능성 지수를 이용하여 각 경로를 그룹별로 분류하고, 상기 계산된 실행불가능성 지수가 낮은 그룹부터 각 그룹에 포함된 경로에 대해 상기 계산된 거리를 이용하여 거리가 짧은 순으로 정렬하고, 상기 거리가 짧은 경로를 상위 경로를 선택하는 경로 선택부
를 포함하되,
상기 경로 선택부는
상기 실행불가능성 지수가 미리 정해진 임계치를 초과하는 그룹에 대해서는 상기 계산된 거리를 이용하여 거리가 짧은 순으로 정렬하고 상기 거리가 짧은 경로를 상위 경로를 선택하는 과정을 수행하지 않는 것을 특징으로 하는 경로 탐색 장치.
A route generation unit for generating all possible routes to a destination using map information;
A path evaluator for calculating a distance to each of the paths and calculating an execution impossibility index reflecting whether the obstacle node has passed through the path; And
Classifying the groups into groups in the order of decreasing the computed unexecutability index, classifying the same or similar paths into the same group as the calculated unexecutable indices, Sorting the routes in descending order of distance using the calculated distances for the paths included in each group from the group having the lowest executable indices calculated, part
, ≪ / RTI &
The path selector
Wherein the step of arranging the groups in the order of short distance using the calculated distances is not performed for the groups whose executability index exceeds a predetermined threshold value, Search device.
삭제delete 제10 항에 있어서,
상기 경로는 복수의 서브 경로를 포함하되,
상기 경로 평가부는 상기 서브 경로에 대한 유클리드 거리의 합을 계산하여 상기 경로에 대한 거리를 계산하는 것을 특징으로 하는 경로 탐색 장치.
11. The method of claim 10,
The path including a plurality of sub-paths,
Wherein the path evaluator calculates a distance to the path by calculating a sum of Euclidean distances for the sub path.
제10 항에 있어서,
상기 경로는 복수의 서브 경로를 포함하되,
상기 경로 평가부는 상기 경로에 포함된 서브 경로들 중 장애물 노드를 통과하는 서브 경로의 수를 이용하여 상기 경로에 대한 실행불가능성 지수를 계산하는 것을 특징으로 하는 경로 탐색 장치.
11. The method of claim 10,
The path including a plurality of sub-paths,
Wherein the route evaluator calculates an executableness index for the route using the number of sub-paths that pass through the obstacle node among the sub-paths included in the route.
KR1020130128886A 2013-10-29 2013-10-29 Method and apparatus for path search Expired - Fee Related KR101620145B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020130128886A KR101620145B1 (en) 2013-10-29 2013-10-29 Method and apparatus for path search

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020130128886A KR101620145B1 (en) 2013-10-29 2013-10-29 Method and apparatus for path search

Publications (2)

Publication Number Publication Date
KR20150050603A KR20150050603A (en) 2015-05-11
KR101620145B1 true KR101620145B1 (en) 2016-05-13

Family

ID=53388299

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020130128886A Expired - Fee Related KR101620145B1 (en) 2013-10-29 2013-10-29 Method and apparatus for path search

Country Status (1)

Country Link
KR (1) KR101620145B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190090462A (en) 2018-01-25 2019-08-02 경북대학교 산학협력단 Device and Method Minimizing Airtime in CNC Machine Tools, Recording Medium for Performing the Method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105787088B (en) * 2016-03-14 2018-12-07 南京理工大学 A kind of text information classification method based on segment encoding genetic algorithm

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190090462A (en) 2018-01-25 2019-08-02 경북대학교 산학협력단 Device and Method Minimizing Airtime in CNC Machine Tools, Recording Medium for Performing the Method

Also Published As

Publication number Publication date
KR20150050603A (en) 2015-05-11

Similar Documents

Publication Publication Date Title
CN111105011B (en) CNN-based method and device for performing round-robin screening on useful learning data
CN112529254B (en) Path planning method and device and electronic equipment
US9581454B2 (en) Route information processing apparatus and route information processing method
US20170228639A1 (en) Efficient determination of optimized learning settings of neural networks
US20070237152A1 (en) Path Searching System Using Multiple Groups Of Cooperating Agents And Method Thereof
US20170147946A1 (en) Method and apparatus for machine learning
JP6403834B2 (en) Inductive Logic Programming Enhancement for Discrete Optimization Training Deep Belief Network Model
WO2012098853A1 (en) Flow line detection process data distribution system, flow line detection process data distribution method, and program
KR20180092960A (en) High-speed search randomization Feedback-based motion planning
US11846513B2 (en) Method for defining a path
US20190187296A1 (en) Method and system for processing trajectory data
JP2010009510A (en) Local traffic volume prediction program generation device and method, local traffic volume prediction device, and local traffic volume prediction method, and program
JP7601159B2 (en) MODEL GENERATION DEVICE, ROUTE SEARCH DEVICE, MODEL GENERATION METHOD, AND MODEL GENERATION PROGRAM
Brass et al. Improved analysis of a multirobot graph exploration strategy
JP2014160456A (en) Sparse variable optimization device, sparse variable optimization method, and sparse variable optimization program
KR101620145B1 (en) Method and apparatus for path search
US20020095393A1 (en) Computer program for and method of discrete event computer simulation incorporating biological paradigm for providing optimized decision support
Sarmiento et al. An efficient strategy for rapidly finding an object in a polygonal world
CN117709839A (en) Crown block path planning method and device based on task time limit requirements
JP7059781B2 (en) Optimization equipment, optimization methods, and programs
CN115218917B (en) Test path planning method, automatic driving road test method, device and related equipment
Buchhold et al. Customizable contraction hierarchies with turn costs
US20230266131A1 (en) Systems and methods for informable multi-objective and multi-direction rapidly exploring random tree route planning
KR102559605B1 (en) Method and apparatus for function optimization
CN117940742A (en) Path planning system, path planning method, roadmap construction device, model generation device and model generation method

Legal Events

Date Code Title Description
A201 Request for examination
PA0109 Patent application

Patent event code: PA01091R01D

Comment text: Patent Application

Patent event date: 20131029

PA0201 Request for examination
PG1501 Laying open of application
E902 Notification of reason for refusal
PE0902 Notice of grounds for rejection

Comment text: Notification of reason for refusal

Patent event date: 20151021

Patent event code: PE09021S01D

E701 Decision to grant or registration of patent right
PE0701 Decision of registration

Patent event code: PE07011S01D

Comment text: Decision to Grant Registration

Patent event date: 20160420

GRNT Written decision to grant
PR0701 Registration of establishment

Comment text: Registration of Establishment

Patent event date: 20160503

Patent event code: PR07011E01D

PR1002 Payment of registration fee

Payment date: 20160503

End annual number: 3

Start annual number: 1

PG1601 Publication of registration
PR1001 Payment of annual fee

Payment date: 20190325

Start annual number: 4

End annual number: 6

PC1903 Unpaid annual fee

Termination category: Default of registration fee

Termination date: 20230214