JP6999882B2 - Optimal route determination device and optimum route determination program - Google Patents
Optimal route determination device and optimum route determination program Download PDFInfo
- Publication number
- JP6999882B2 JP6999882B2 JP2020104058A JP2020104058A JP6999882B2 JP 6999882 B2 JP6999882 B2 JP 6999882B2 JP 2020104058 A JP2020104058 A JP 2020104058A JP 2020104058 A JP2020104058 A JP 2020104058A JP 6999882 B2 JP6999882 B2 JP 6999882B2
- Authority
- JP
- Japan
- Prior art keywords
- execution order
- job
- service
- vehicle
- status
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 claims description 31
- 238000005457 optimization Methods 0.000 claims description 19
- 238000012545 processing Methods 0.000 claims description 11
- 238000007726 management method Methods 0.000 description 35
- 238000012384 transportation and delivery Methods 0.000 description 27
- 230000006870 function Effects 0.000 description 15
- 230000002093 peripheral effect Effects 0.000 description 11
- 238000010586 diagram Methods 0.000 description 6
- 238000004891 communication Methods 0.000 description 4
- 238000004364 calculation method Methods 0.000 description 3
- 239000000284 extract Substances 0.000 description 3
- 238000013459 approach Methods 0.000 description 2
- 238000011156 evaluation Methods 0.000 description 2
- 238000013439 planning Methods 0.000 description 2
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000004140 cleaning Methods 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 230000014759 maintenance of location Effects 0.000 description 1
- 230000003340 mental effect Effects 0.000 description 1
Images
Landscapes
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
本発明は、複雑な業務の状態管理を実現して配送計画の再計算を容易にし、かつ、配送先の実際の環境を考慮して次の配送先への移動を容易に行える最適経路を決定することが可能な最適経路決定装置及び最適経路決定プログラムに関するものである。 The present invention determines the optimum route that realizes complicated business state management, facilitates recalculation of the delivery plan, and easily moves to the next delivery destination in consideration of the actual environment of the delivery destination. It relates to an optimum route determination device and an optimum route determination program that can be used.
従来、「組合せ最適化」という分野において、主に「現実社会の問題を組合せ最適化問題にモデル化する」「ある組合せ最適化問題に対する解法を考案する」ということが研究されている。そして、組合せ最適化問題の中に「配送計画問題(VRP:vehicle routing problem)」という問題がある。これは複数の車両と複数の訪問先が入力されたとき、すべての訪問先がいずれかの車両によりちょうど一度ずつ訪問されるような車両のルート(訪問先の順序)の中でルートの長さの総和が最小となるものを求める問題である。何十年も前からVRPに対して現実で現れる制約条件を取り込んだ問題がいくつも提案され、それらに対する近似解法も同時に研究されてきた。
またVRPを一般化した問題として「PDP:pickup and delivery problem」という問題がある。これは荷物を積む訪問先とその荷物を降ろす訪問先の組が複数入力されたとき、各組に対して各訪問先を同じ車両が訪れ、さらに積んだあとに降ろすという順序を守った上ですべての訪問先がいずれかの車両によりちょうど一度ずつ訪問されるような車両のルートの中でルートの長さの総和が最小となるものを求める問題である。PDPもVRP同様に現実で現れる制約条件を取り込んだ問題がいくつも提案され、それらに対する近似解法も同時に研究されてきた。
Conventionally, in the field of "combinatorial optimization", mainly "modeling a problem in the real world into a combinatorial optimization problem" and "developing a solution to a certain combinatorial optimization problem" have been studied. Then, among the combinatorial optimization problems, there is a problem called "vehicle routing problem (VRP)". This is the length of the route within the route of the vehicle (order of visits) such that when multiple vehicles and multiple destinations are entered, all the destinations are visited exactly once by one of the vehicles. It is a problem to find the one that minimizes the sum of. For decades, a number of problems that incorporate the constraints that appear in reality for VRP have been proposed, and approximate solutions to them have also been studied at the same time.
In addition, there is a problem called "PDP: pickup and delivery problem" as a generalized problem of VRP. This is based on the order that when multiple sets of destinations to load luggage and destinations to unload the luggage are entered, the same vehicle visits each destination for each group, and then unloads after loading. It is a problem to find the route of the vehicle that the total length of the route is the minimum among the routes of the vehicles in which all the destinations are visited exactly once by one of the vehicles. Similar to VRP, PDP has proposed a number of problems that incorporate constraints that appear in reality, and approximate solutions to them have also been studied at the same time.
例えば、特許文献1には、配送先を各車両に振り分けるグルーピング処理とグルーピングで決められた配送先グループを車両がどの順序で巡るかというルートの最適化処理とで決定される配送計画について、複数のグルーピング戦略を用いて複数の配送計画を生成し、その中で最適な配送計画を選択するようにした技術が開示されている。
For example,
ところで、VRPおよびPDPにおける訪問先の地点情報は目的地を代表する1箇所のみが考慮されることが一般的である。複数の訪問先を訪問する最短経路を求める場合には、各訪問先を代表する地点同士を結ぶ最短経路を単純に繋ぐ前提で全体の最短経路を演算するため、ある訪問先に到着する向きとその訪問先を出発する向きが異なることでUターンが生じることがある。その道路が非常にUターンのしづらい道路であり時間を要する場合、最短経路を求めたはずが時間を要してしまう経路となってしまうおそれがある。また、訪問先における停車位置としてもっと適した位置があるにも関わらず、最短経路演算の際には考慮されないという問題があった。 By the way, in VRP and PDP, it is general that only one place representing the destination is considered as the point information of the visited place. When finding the shortest route to visit multiple destinations, the shortest route is calculated on the premise that the shortest route connecting the points representing each destination is simply connected, so the direction of arriving at a certain destination is determined. U-turns may occur due to different directions of departure from the destination. If the road is a road that is very difficult to make a U-turn and takes time, there is a possibility that the shortest route should have been sought, but it will take time. In addition, there is a problem that the shortest path calculation is not taken into consideration even though there is a more suitable stop position at the visited destination.
また、荷物を集荷してから配送完了するまでを1台の車両によって実行するような複雑な業務を担う場合もあり、このような複雑な業務を複数実行するように計画している状況において、急な割り込み業務が発生したり業務のキャンセルが発生したりすると、車両の配送計画が大きく崩れてしまうという問題があった。特に複数のタスクで構成された複雑な業務の何れのタスクまで完了しているかを管理することが容易ではなく、配送計画の再計算を困難にしているという問題があった。結果、ドライバーは当初の配送計画からの変更をそのまま受け入れて対応しているため、車両のドライバーの負担が増大しているという問題があった。 In addition, there are cases where a single vehicle is responsible for performing complicated tasks from the collection of packages to the completion of delivery, and in a situation where we are planning to perform multiple such complex tasks. If a sudden interruption work occurs or a work is canceled, there is a problem that the delivery plan of the vehicle is greatly collapsed. In particular, it is not easy to manage which task of a complicated task composed of a plurality of tasks is completed, and there is a problem that it is difficult to recalculate the delivery plan. As a result, there is a problem that the burden on the driver of the vehicle is increasing because the driver accepts and responds to the change from the original delivery plan as it is.
本発明は、上記問題点に鑑みなされたものであり、複雑な業務の状態管理を実現して配送計画の再計算を容易にし、かつ、配送先の実際の環境を考慮して次の配送先への移動を容易に行える最適経路を決定することが可能な最適経路決定装置及び最適経路決定プログラムを提供することを目的とする。 The present invention has been made in view of the above problems, realizes complicated business state management, facilitates recalculation of the delivery plan, and considers the actual environment of the delivery destination to the next delivery destination. It is an object of the present invention to provide an optimum route determination device and an optimum route determination program capable of determining an optimum route that can easily move to.
本発明に係る最適経路決定装置は、それぞれが異なる地点で実行される複数のサービスを連続的に処理する際の移動の最適経路を決定するための最適経路決定装置であって、前記複数のサービスそれぞれについて実行地点の情報を含むサービス特定情報を取得するサービス特定情報取得部と、前記複数のサービスについての実行順序を組み合わせ最適化問題として演算して実行順序を決定する実行順序決定部と、前記複数のサービスそれぞれについて各サービスの実行地点における少なくとも1以上の停車位置候補の情報を含む実行地点特有情報を取得する実行地点特有情報取得部と、前記実行順序と前記実行地点特有情報とを用いて、各実行地点における最適停車位置及び/又は最適停車方向の情報を含む最適経路を決定する最適経路決定部とを備えることを特徴とする。 The optimum route determination device according to the present invention is an optimum route determination device for determining an optimum route for movement when continuously processing a plurality of services executed at different points, and the plurality of services. A service-specific information acquisition unit that acquires service-specific information including execution point information for each, an execution order determination unit that combines execution orders for the plurality of services and calculates them as an optimization problem to determine the execution order, and the above-mentioned Using the execution point-specific information acquisition unit that acquires execution point-specific information including information of at least one stop position candidate at the execution point of each service for each of the plurality of services, and the execution order and the execution point-specific information. It is characterized by including an optimum route determination unit for determining an optimum route including information on an optimum stop position and / or an optimum stop direction at each execution point.
また、本発明に係る最適経路決定装置は、さらに、前記実行地点特有情報は、各サービスの実行地点におけるUターンのコスト値を含む周辺コスト情報を含むものとし、前記最適経路決定部は、各経路での移動に要する合計コスト値を算出するために前記周辺コスト情報を用いるものとし、複数の経路それぞれの合計コスト値を最適経路の決定に利用することを特徴とする。 Further, in the optimum route determination device according to the present invention, the execution point-specific information further includes peripheral cost information including a U-turn cost value at the execution point of each service, and the optimum route determination unit is for each route. The peripheral cost information is used to calculate the total cost value required for the movement in, and the total cost value of each of the plurality of routes is used to determine the optimum route.
また、本発明に係る最適経路決定装置は、関連する少なくとも1以上の前記サービスで構成されたジョブの状態を管理するための状態管理テーブルをジョブの状態の変化に応じて更新するジョブ状態管理部をさらに備え、前記実行順序決定部は、前記状態管理テーブルを参照して前記ジョブの状態情報を取得し、前記ジョブの状態情報から実行が必要な前記サービスを特定し、特定した前記サービスについてサービス特定情報を取得し、取得したサービス特定情報に基づいて実行順序を決定するようにしたことを特徴とする。 Further, the optimum route determination device according to the present invention is a job status management unit that updates a status management table for managing the status of a job composed of at least one related service according to a change in the status of the job. Further, the execution order determination unit acquires the state information of the job by referring to the state management table, identifies the service that needs to be executed from the state information of the job, and provides a service for the specified service. It is characterized in that specific information is acquired and the execution order is determined based on the acquired service specific information.
また、本発明に係る最適経路決定装置は、前記状態管理テーブルは、車両によってピックアップした対象を所定位置までデリバリーする業務を1つのジョブの単位として扱うものとし、ジョブの状態として、(A)車両に載せる前(本計画で載せる予定あり)、(B)車両に載せる前(本計画で載せる予定なし)、(C)車両から降ろす前(本計画で降ろす予定あり)、(D)車両から降ろす前(本計画で降ろす予定なし)、(E)車両から降ろした後、の5つの対象の状態と、(F)割当先車両あり、(G)割当先車両なし、の2つの計画における状態とを有し、これらの組み合わせでジョブの状態を管理するものとし、前記実行順序決定部は、所定の再計算実行指示を受け付けた場合に、前記状態管理テーブルを参照して前記ジョブの状態情報を取得し、再計算前の計画とは異なる前記ジョブの状態情報に基づいて実行が必要な前記サービスを特定し、特定した前記サービスについて実行順序を決定するようにしたことを特徴とする。 Further, in the optimum route determination device according to the present invention, the state management table handles the work of delivering the target picked up by the vehicle to a predetermined position as a unit of one job, and the state of the job is (A) the vehicle. Before loading on (planned to be loaded in this plan), (B) before loading on vehicle (not planned to be loaded in this plan), (C) before unloading from vehicle (planned to be unloaded in this plan), (D) unloading from vehicle The five target states of the previous (not planned to be unloaded in this plan) and (E) after being unloaded from the vehicle, and the states in the two plans of (F) with the allocation destination vehicle and (G) without the allocation destination vehicle. The job status is managed by a combination of these, and when the execution order determination unit receives a predetermined recalculation execution instruction, the job status information is obtained with reference to the status management table. It is characterized in that the service that needs to be executed is specified based on the state information of the job that is acquired and different from the plan before recalculation, and the execution order is determined for the specified service.
本発明に係る最適経路決定プログラムは、それぞれが異なる地点で実行される複数のサービスを連続的に処理する際の移動の最適経路を決定する処理をコンピュータに実現させるための最適経路決定プログラムであって、前記コンピュータに、前記複数のサービスそれぞれについて実行地点の情報を含むサービス特定情報を取得するサービス特定情報取得機能と、前記複数のサービスについての実行順序を組み合わせ最適化問題として演算して実行順序を決定する実行順序決定機能と、前記複数のサービスそれぞれについて各サービスの実行地点における少なくとも1以上の停車位置候補の情報を含む実行地点特有情報を取得する実行地点特有情報取得機能と、前記実行順序と前記実行地点特有情報とを用いて、各実行地点における最適停車位置及び/又は最適停車方向の情報を含む最適経路を決定する最適経路決定機能とを実現させることを特徴とする。 The optimum route determination program according to the present invention is an optimum route determination program for allowing a computer to realize a process of determining an optimum route for movement when continuously processing a plurality of services executed at different points. Then, the computer is combined with the service specific information acquisition function that acquires the service specific information including the execution point information for each of the plurality of services, and the execution order of the plurality of services is combined and calculated as an optimization problem, and the execution order is calculated. Execution order determination function for determining execution point, execution point specific information acquisition function for acquiring execution point specific information including information of at least one stop position candidate at the execution point of each service for each of the plurality of services, and the execution order. It is characterized by realizing an optimum route determination function for determining an optimum route including information on an optimum stop position and / or an optimum stop direction at each execution point by using the information specific to the execution point.
本発明によれば、最適経路決定に際して複数の停車位置候補を考慮することで停車位置及び停車向きも考慮した最適経路を決定することが可能となる。また、実行順序決定に際してジョブの状態情報を状態管理テーブルによって確認して、実行が必要なサービスを抽出した上で実行順序を決定することが可能となる。すなわち、車両が既に移動を開始した計画実行中であってもその時点でのジョブの状態情報を取得して実行順序について再計算を行うことが可能となる。 According to the present invention, it is possible to determine the optimum route in consideration of the stop position and the stop direction by considering a plurality of stop position candidates when determining the optimum route. In addition, when determining the execution order, it is possible to check the job status information in the status management table, extract the services that need to be executed, and then determine the execution order. That is, even if the vehicle has already started moving and the plan is being executed, it is possible to acquire the status information of the job at that time and recalculate the execution order.
[第1の実施の形態]
以下、図面を参照しながら、第1の実施の形態に係る最適経路決定装置の例について説明する。図1は、本発明に係る最適経路決定装置を実現するためのシステム全体の構成を表したブロック図である。なお、最適経路決定装置10は、専用マシンとして設計した装置であってもよいが、一般的なコンピュータやサーバ装置によって実現可能なものであるものとする。この場合に、最適経路決定装置10は、一般的なコンピュータやサーバ装置が通常備えているであろうCPU(Central Processing Unit:中央演算処理装置)、GPU(Graphics Processing Unit:画像処理装置)、メモリ、ハードディスクドライブ等のストレージを具備しているものとする(図示省略)。また、これらの一般的なコンピュータやサーバ装置を本例の最適経路決定装置10として機能させるためにプログラムよって各種処理が実行されることは言うまでもない。
[First Embodiment]
Hereinafter, an example of the optimum route determination device according to the first embodiment will be described with reference to the drawings. FIG. 1 is a block diagram showing the configuration of the entire system for realizing the optimum route determination device according to the present invention. The optimum
図1に示すように、最適経路決定装置を実現するためのシステム全体の構成は、サーバ装置10と、サービス実行者端末201~20n(以下、これら総称してサービス実行者端末20と表現する場合を含む)と、本部端末30とが、通信ネットワーク40を介して相互に接続可能に構成されている。このうち、サーバ装置10が本例の最適経路決定装置10として機能する場合を例として説明を行う。
As shown in FIG. 1, the configuration of the entire system for realizing the optimum route determination device includes the
図2は、本発明に係る最適経路決定装置(サーバ装置)10の構成の一例を表した説明図である。この図2に示すように、最適経路決定装置10は、ジョブ状態管理部11と、サービス特定情報取得部12と、車両位置情報取得部13と、実行順序決定部14と、実行地点特有情報取得部15と、最適経路決定部16と、記憶部17とを少なくとも備えている。
FIG. 2 is an explanatory diagram showing an example of the configuration of the optimum route determination device (server device) 10 according to the present invention. As shown in FIG. 2, the optimum
ジョブ状態管理部11は、関連する少なくとも1以上のサービスで構成されたジョブの状態を管理するための状態管理テーブルをジョブの状態の変化に応じて更新する機能を有する。ここで、本例においてジョブとは、関連する少なくとも1以上のサービスで構成された業務のことをいう。また、本例においてサービスとは、車両等の移動体を停車(停止)して作業を行う必要のある業務の切り分け単位のことをいう。一例として、荷物をある地点で集荷して他の地点まで配送する業務をジョブとすると、当該ジョブは、集荷サービス(ピックアップサービス)と配送サービス(デリバリーサービス)とで構成されていることになる。状態管理テーブルは、ジョブの状態を管理するためのテーブルである。 The job status management unit 11 has a function of updating a status management table for managing the status of a job composed of at least one related service according to a change in the status of the job. Here, in this example, a job means a business composed of at least one related service. Further, in this example, the service refers to a unit for separating work that requires work to be performed by stopping (stopping) a moving body such as a vehicle. As an example, if a job is to collect a package at a certain point and deliver it to another point, the job is composed of a pickup service (pickup service) and a delivery service (delivery service). The status management table is a table for managing the status of jobs.
図3は、本発明に係る最適経路決定装置10で管理する状態管理テーブルにおけるジョブの状態の一例を表した説明図である。この図3に示すように、前述の配送業務をジョブと考える場合を例とすると、ジョブの状態として、(A)車両に載せる前(本計画で載せる予定あり)、(B)車両に載せる前(本計画で載せる予定なし)、(C)車両から降ろす前(本計画で降ろす予定あり)、(D)車両から降ろす前(本計画で降ろす予定なし)、(E)車両から降ろした後、の5つの現実における対象(荷物)の状態と、(F)割当先車両あり、(G)割当先車両なし、の2つの計画における状態とを有し、これらの組み合わせでジョブの状態を管理するものとする。ここで、本計画とは、車両が出発する前に事前に計画された当初計画のことをいう。これに対して、計画は途中で変更される場合があり変更後の計画を現在の計画と表現するものとする。状態管理テーブルは、ジョブの状態を管理可能であればどのような手段で更新されるものであってもよいが、例えば、ジョブの状態に変化が生じる度にサービス実行者自身が所持するサービス実行者端末20に対して入力したジョブの状態の情報を通信ネットワーク40を介して最適経路決定装置(サーバ装置)10に送信するようにすることで、状態管理テーブルを更新するという構成が考えられる。
FIG. 3 is an explanatory diagram showing an example of a job state in a state management table managed by the optimum
サービス特定情報取得部12は、複数のサービスそれぞれについて実行地点の情報を含むサービス特定情報を取得する取得する機能を有する。サービス特定情報とは、実行すべきサービスの内容を特定するために必要な情報のことをいう。また、実行地点とは、サービスを実行する位置のことをいう。ジョブを構成する少なくとも1以上のサービスにはそれぞれ実行地点が存在し、その実行地点の情報は、サービス特定情報の1つであるといえる。また、サービス特定情報としては、依頼主の個人情報、サービスの具体的内容情報など様々な情報が考えられる。
The service specific
車両位置情報取得部13は、サービス実行者が利用する車両の現在位置を示す車両位置情報を取得する機能を有する。車両位置情報を取得することができればどのような手段であっても構わないが、例えば、車両のGPS情報を取得するようにしてもよい。
The vehicle position
実行順序決定部14は、複数のサービスについての実行順序を組み合わせ最適化問題として演算して実行順序を決定する機能を有する。より詳しくは、実行順序決定部14は、状態管理テーブルを参照してジョブの状態情報を取得し、ジョブの状態情報から実行が必要な前記サービスを特定し、特定したサービスについてサービス特定情報を取得し、取得したサービス特定情報に基づいて実行順序を決定する機能を備える。状態管理テーブルを参照することでジョブの状態を把握することが可能となり、結果、そのジョブを構成するサービスのうち、何れのサービスについて実行の必要があるかを特定することができる。実行が必要なサービスを特定した後は、特定したサービスについてサービス特定情報を取得し、取得したサービス特定情報に基づいて実行順序を決定する。実行順序の決定は、VRPおよびPDPなどの既知の組み合わせ最適化問題に関するアルゴリズムに基づいて決定するものとする。
The execution
また、実行順序決定部14において実行順序を決定する前提として、車両位置情報取得部13によってサービス実行者が利用する車両の車両位置情報を取得し、車両位置を出発地点として実行順序を決定する機能を備える。すなわち、車両が出発する前に事前に計画を立てる場合の実行順序は、車両を待機させる場所(本社位置、駐車場位置など)を出発地点かつ帰還地点として設定することになるが、車両がサービスを実行する途中において計画の変更の必要が生じた場合などには、車両がどの位置に存在するかによって実行順序が変化することになるので、車両位置情報は重要な情報である。
Further, as a premise that the execution
すなわち、車両位置情報を取得して実行順序を決定できるということは、任意のタイミングで実行順序に関する再計算が可能であるということである。よって、ジョブについてキャンセルが発生したり追加のジョブが発生したりした場合に、本計画とは異なる状態において実行順序を計算する必要が生じる。再計算は、サービス実行者又は本部からの指示に基づいて行うものであってもよいし、ジョブの状態に変化が生じたタイミングもしくは定期的に自動で行うものであってもよい。 That is, the fact that the vehicle position information can be acquired and the execution order can be determined means that the execution order can be recalculated at any timing. Therefore, when a job is canceled or an additional job occurs, it is necessary to calculate the execution order in a state different from the present plan. The recalculation may be performed based on an instruction from the service executor or the headquarters, or may be performed automatically at the timing when the job status changes or periodically.
また、実行順序決定部14においては、パラメータを変更するなどした複数の状況においてそれぞれ実行順序決定処理を実行して、複数パターンの実行順序の解を保持するようにしてもよい。ここで、複数パターンの解を生成する一例としては、移動に要する所要時間をパラメータとして短時間に設定したパターン、標準時間に設定したパターン、長時間に設定したパターンというように複数パターン生成することが挙げられる。実際の交通事情によって移動に要する時間が標準時間よりも短かったり長かったりするので、複数のパターンを保持することで、途中で予定を変更することが可能となる。また、実行順序の解を生成した後に計画が進行してジョブの状態に変化が生じたとき、以前に作った解がそのまま使えなくなる。その場合は以下の変換を行うことで利用可能となる。ジョブの状態に着目し、現在の状態がB、D、Eのジョブについては、ピックアップサービスとデリバリーサービスを解から取り除く。元の解でAだったものがCに変化していた場合、ピックアップサービスを解から取り除く。そして、出発地点を車両の現在位置に置き換える。以上により現在における解への変換が可能となる。ただし、ルートが非効率となりうる。また実行可能とも限らない。このような複数パターンの解の保持と、解の復元とを組み合わせることで、状況の変化に対応することが可能となる。例えば、移動が速いパターンと遅いパターンを持ち、速いパターンで運行していたら遅れが生じてきたという場合に、遅いパターンに切り替えることが考えられる。以前の解は効率的な解となっているので、実行済みのサービスを抜いた解もある程度良い解である(部分的に良いルートとなっているものの組み合わせになっている)ことが期待できる。しかし、現在位置を考えると無駄がある可能性があるので、復元した解を初期解として再計算することで、遅いパターンの解をゼロから計算するよりも速くより良い解が得られることが期待される。
Further, the execution
実行地点特有情報取得部15は、複数のサービスそれぞれについて各サービスの実行地点における少なくとも1以上の停車位置候補の情報を含む実行地点特有情報を取得する機能を有する。ここで、実行地点特有情報とは、最適経路を決定するために利用可能なサービスの実行地点周辺における特有の情報のことをいう。また、停車位置候補の情報とは、実行地点周辺において車両を停車する候補となる位置の情報をいう。なお、実行地点特有情報は、予め情報の作成者が実行地点と関連付けて記憶させておくものであってもよいし、実行地点との関連する可能性のある情報を自動で関連付けて記憶させる構成であってもよい。
The execution point-specific
また、実行地点特有情報は、各サービスの実行地点におけるUターンのコスト値を含む周辺コスト情報を含むものであってもよい。ここで、周辺コスト情報とは、サービスの実行地点のコスト情報を算出するために必要な情報のことをいう。周辺コスト情報の一例として、Uターンのコスト値が挙げられる。実行地点周辺の停車位置候補に対する到着向きと出発向きが異なる場合、その停車位置候補地点においてUターンを行う必要がある。Uターンを簡単に行える場所である場合にはコスト値を小さく設定しておき、Uターンを行うことが簡単ではない場所である場合にはコスト値を大きく設定しておく。このような周辺コスト情報は、各経路の合計コスト値を算出してコスト値が小さい経路を最適経路として決定するために用いられる。例えば、移動距離が最短であることのみで決定する手法ではUターンが必要になるが、そのUターンが非常に難しい場所である場合には、距離的には最短ではあるが所要時間は長くかかってしまうおそれがある。このように、周辺コスト情報を用いることにより、距離以外の情報を利用して最適な経路を決定することが可能となる。また、周辺コスト情報として、経路として利用する道路に対してコスト値を設定するものであってもよい。すなわち、道幅が狭く速度も出せないために移動に時間の掛かる道路についてはコスト値を高く設定するなど、道路の選択に関してもコスト値で調整することが考えられる。 Further, the execution point-specific information may include peripheral cost information including a U-turn cost value at the execution point of each service. Here, the peripheral cost information refers to the information necessary for calculating the cost information of the service execution point. An example of peripheral cost information is the cost value of a U-turn. If the arrival direction and the departure direction for the stop position candidate around the execution point are different, it is necessary to make a U-turn at the stop position candidate point. If it is a place where a U-turn can be easily performed, set a small cost value, and if it is a place where it is not easy to make a U-turn, set a large cost value. Such peripheral cost information is used to calculate the total cost value of each route and determine the route having a small cost value as the optimum route. For example, a method that determines only by the shortest travel distance requires a U-turn, but if the U-turn is a very difficult place, the distance is the shortest, but the required time is long. There is a risk that it will end up. In this way, by using the peripheral cost information, it is possible to determine the optimum route by using information other than the distance. Further, as peripheral cost information, a cost value may be set for a road used as a route. In other words, it is conceivable to adjust the cost value for road selection, such as setting a high cost value for roads that take a long time to move because the road width is narrow and the speed cannot be increased.
最適経路決定部16は、実行順序と実行地点特有情報とを用いて、各実行地点における最適停車位置及び/又は最適停車方向の情報を含む最適経路を決定する機能を有する。また、最適経路決定部16は、各経路での移動に要する合計コスト値を算出するために周辺コスト情報を用いるものとし、複数の経路それぞれの合計コスト値を最適経路の決定に利用する機能を有する。具体的には、例えば、各実行地点における停車位置候補の数と、それぞれの停車位置候補に対する到着向きの情報と、それぞれの停車位置候補からの出発向きの情報とから、各実行地点における選択肢が決定される。そして、決定された選択肢の場合に適した経路がそれぞれ選択される。全ての経路について移動距離の算出と、コスト値の算出を行う。移動距離が短くかつコスト値が小さい経路を最適経路として決定する。移動距離の評価とコスト値の評価をどのように採用して最適経路の決定を行うかは適宜設定可能である。決定された最適経路は、通信ネットワーク40を介してサービス実行者端末20及び/又は本部端末30に対して送信される。
The optimum
記憶部17は、最適経路決定装置10において行われる様々な処理で必要なデータ及び処理の結果として得られたデータを記憶させる機能を有する。
The storage unit 17 has a function of storing data necessary for various processes performed in the optimum
次に、本発明に係る最適経路決定装置10における処理全体の流れについて説明を行う。図4は、本発明に係る最適経路決定装置10における処理全体の流れを表したフローチャート図である。この図4に示すように、最適経路決定装置10における処理は、扱うジョブの情報を取得する処理(ステップS101)と、ジョブを分割したサービス単位での実行順序決定処理(ステップS102)と、サービスの実行地点ごとの最適停車位置の情報を含む最適経路決定処理(ステップS103)とを実行する構成となっている。以下において、実行順序決定処理と最適経路決定処理について詳細に説明を行う。
Next, the flow of the entire process in the optimum
図5は、本発明に係る最適経路決定装置10における実行順序決定処理の流れを表したフローチャート図である。この図5に示すように、実行順序決定処理は、最適経路決定装置10において扱うジョブの情報を取得することによって開始される(ステップS201)。最適経路決定装置10は、各ジョブについて構成要素のサービスに分割(ジョブを構成するサービスを抽出)する(ステップS202)。最適経路決定装置10は、全ジョブの全サービスについてジョブの状態情報と照合して実行の必要のあるサービスを決定する(ステップS203)。次に、最適経路決定装置10は、車両の現在位置情報を取得する(ステップS204)。最適経路決定装置10は、取得した車両の現在位置を出発地点として、実行する必要のあるサービスについて組み合わせ最適化問題(VRPおよびPDP)を演算する(ステップS205)。そして、最適経路決定装置10は、組み合わせ最適化問題(VRPおよびPDP)を解くことで得られた実行順序を出力して(ステップS206)、処理を終了する。
FIG. 5 is a flowchart showing the flow of execution order determination processing in the optimum
図6は、本発明に係る最適経路決定装置10における最適経路決定処理の流れを表したフローチャート図である。この図6に示すように、最適経路決定処理は、最適経路決定装置10においてサービスの実行順序の情報を取得することによって開始される(ステップS301)。次に、最適経路決定装置10は、各サービスの実行地点における少なくとも1以上の停車位置候補の情報、周辺コスト情報を含む実行地点特有情報を取得する(ステップS302)。そして、最適経路決定装置10は、実行地点特有情報を用いて、最適停車位置、最適停車方向を含む最適経路を決定して出力して(ステップS303)、処理を終了する。
FIG. 6 is a flowchart showing the flow of the optimum route determination process in the optimum
次に、ジョブの状態管理と再計算の流れについて、図面に基づいてより詳しく説明を行う。図7乃至図11は、ジョブの状態管理と再計算の流れを説明するための説明図である。図7(a)は、4つのジョブのそれぞれを構成するサービスの実行地点を地図上に表しており、この状況において実行順序を決定した様子を表している。ジョブ1はピックアップサービスP1とデリバリーサービスD1で構成され、同様に、ジョブ2はP2とD2、ジョブ3はP3とD3、ジョブ4はP4とD4でそれぞれ構成されている。各ジョブのピックアップとデリバリーは連続で実行する必要がないという前提であるものとする。また、各ジョブは、車両拠点に車両が待機した状態であるので、全てのジョブが(A)車両に載せる前(本計画で載せる予定あり)であり、かつ、(F)割当先車両ありの状態であるものとする。車両は車両拠点(depot)から出発して全てのサービスを実行してから再度車両拠点(depot)に戻ってくる場合の実行順序を決定する。組み合わせ最適化問題として演算して決定した結果、depot、P1、P2、D1、D2、P3、D3、P4、D4、depotの順番で実行するように実行順序が決定されたものとする。図7(a)のように決定された実行順序を本計画として車両がサービスの実行を開始する。
Next, the flow of job state management and recalculation will be described in more detail based on the drawings. 7 to 11 are explanatory diagrams for explaining the flow of job state management and recalculation. FIG. 7A shows the execution points of the services constituting each of the four jobs on a map, and shows how the execution order is determined in this situation.
図7(b)は、ジョブ1のピックアップサービスP1が完了した状態を表している。ジョブ1についてのP1が完了したことをサービス実行者端末20によって入力すると、状態管理テーブルが更新されて、図7(b)に示すように、ジョブ1に関する状態が、(C)車両から降ろす前(本計画で降ろす予定あり)に更新される。
FIG. 7B shows a state in which the pickup service P1 of
図8(a)は、P1完了後に次のP2の実行のために車両(vehicle)が移動している途中において、ジョブ4がキャンセルになった状態を表している。図8(a)に示すように、状態管理テーブルが更新されて、ジョブ4の状態が、(B)車両に載せる前(本計画で載せる予定なし)、に更新される。図8(b)は、その後、ジョブ2のピックアップサービスP2が完了した状態を表している。ジョブ2についてのP2が完了したことをサービス実行者端末20によって入力すると、状態管理テーブルが更新されて、図8(b)に示すように、ジョブ2に関する状態が、(C)車両から降ろす前(本計画で降ろす予定あり)に更新される。
FIG. 8A shows a state in which the
図9(a)は、P2完了後に次のD1の実行のために車両(vehicle)が移動している途中において、ジョブ1がキャンセルになった状態を表している。図9(a)に示すように、状態管理テーブルが更新されて、ジョブ1の状態が、(D)車両から降ろす前(本計画で降ろす予定なし)に更新される。図9(b)は、P2完了後に次のD1の実行のために車両(vehicle)が移動している途中において、ジョブ1がキャンセルになった状態を表している。この図9(b)の状況において、実行順序決定についての再計算を行うものとする。
FIG. 9A shows a state in which
図10(a)は、実行順序決定についての再計算結果を表している。
車両の現在地を出発地点として出発して実行が必要な残りのサービスを実行してから車両拠点(depot)に戻る場合の実行順序を決定する。このとき、状態がB、Dであるジョブ1及びジョブ4については実行不要なサービスであるとして除外する。組み合わせ最適化問題として演算して決定した結果、現在地、P3、D3、D2、depotの順番で実行するように実行順序が決定されたものとする。
FIG. 10A shows the recalculation result for the execution order determination.
Determine the order of execution when departing from the vehicle's current location as the starting point, executing the remaining services that need to be executed, and then returning to the vehicle base (depot). At this time,
図10(b)は、図10(a)で得られた再計算結果に基づいて、出発前に保持していた当初の計画を復元する前段階を表している。図10(b)に示す当初の計画を、図10(b)に示す現在のジョブの状態及び車両の現在位置に基づいて復元するものとする。 FIG. 10 (b) represents a pre-stage to restore the original plan held prior to departure based on the recalculation results obtained in FIG. 10 (a). The original plan shown in FIG. 10 (b) shall be restored based on the current job status and the current position of the vehicle shown in FIG. 10 (b).
図11は、図10(a)で得られた再計算結果に基づいて、出発前に保持していた当初の計画を復元した結果を表している。状態管理テーブルを参照すると、当初の計画の出発地が車両拠点(depot)から車両の現在地に変更され、到着地が車両拠点(depot)のまま維持され、ジョブ1は状態DであるためP1及びD1を除外し、ジョブ2は状態AからCに変化したためP2を除外し、ジョブ3は状態Aであるためそのまま維持し、ジョブ4は状態BであるためP4及びD4を除外する。結果、当初の計画を復元すると、現在地、D2、P3、D3、depotの順番で実行するように計画が復元される。このように、元の計画についても復元して保持しておくことで、再計算で得られた現在の計画が何らかの問題で利用できなくなった場合に、代替の計画として即座に利用できる可能性があり有用である。
FIG. 11 shows the result of restoring the original plan held before departure based on the recalculation result obtained in FIG. 10 (a). With reference to the state management table, the departure point of the original plan is changed from the vehicle base (depot) to the current location of the vehicle, the arrival point is maintained at the vehicle base (depot), and
図12乃至図14は、最適経路決定の様子を説明するための説明図である。図12(a)に示すように、車両拠点から配送先A、B、Cの順にサービスを実行するという実行順序が決定されているものとする。 12 to 14 are explanatory diagrams for explaining the state of determining the optimum route. As shown in FIG. 12A, it is assumed that the execution order of executing the services in the order of delivery destinations A, B, and C from the vehicle base is determined.
図12(b)は、図12(a)の状況において従来の最短経路探索処理を行った場合を説明している。すなわち、各サービス実行地点における停車位置候補を1つだけ採用して、かつ最短経路を採用する構成である場合、図12(b)に示すように、配送先Bのように到着向きと出発向きが異なる場合は道路上でUターンを行う必要が生じる。これは安全上の理由や所要時間、さらにドライバーの精神的負担という面においても大きなコストとなる。実際の業務においては訪問先でUターンが起きないようにルート作成が行われているが、既存のVRP及びPDPに対する解法ではUターンを抑えた解を出力するということはできなかった。 FIG. 12B describes a case where the conventional shortest path search process is performed in the situation of FIG. 12A. That is, in the case where only one stop position candidate at each service execution point is adopted and the shortest route is adopted, as shown in FIG. 12B, the arrival direction and the departure direction are as shown in the delivery destination B. If they are different, it will be necessary to make a U-turn on the road. This is a great cost in terms of safety reasons, required time, and mental burden on the driver. In actual work, routes are created so that U-turns do not occur at the visited destination, but the existing solutions for VRP and PDP could not output a solution that suppressed U-turns.
図13は、従来のVRP及びPDPの課題を解決するためにアプローチ手法を説明している。例えば、Uターン以外のルートを探索することができれば、図13(a)に示すように、迂回ルートでBからCに移動することができるようになる。或いは、図13(b)に示すように、停車位置候補として複数地点を考慮して最適経路を探索することができれば、配送先Bにおける停車位置を他の候補とすることでUターンをせずに移動することが可能となる。 FIG. 13 illustrates an approach method for solving the problems of conventional VRP and PDP. For example, if a route other than a U-turn can be searched, it becomes possible to move from B to C by a detour route as shown in FIG. 13 (a). Alternatively, as shown in FIG. 13B, if the optimum route can be searched by considering a plurality of points as stop position candidates, a U-turn is not made by using the stop position at the delivery destination B as another candidate. It will be possible to move to.
図14は、上記アプローチを採用するために、各サービス実行地点に複数の停車位置候補を採用した状態を表している。また、Uターンを完全に禁止にするのではなく、Uターンに対してコスト値を高く設定することで、結果として他の経路が採用され易くする。すなわち、到着向きと出発向きが異なる移動はコスト値が高く算出されるように、周辺コスト情報を設定しておく。 FIG. 14 shows a state in which a plurality of stop position candidates are adopted at each service execution point in order to adopt the above approach. Further, instead of completely prohibiting U-turns, setting a high cost value for U-turns makes it easier for other routes to be adopted as a result. That is, peripheral cost information is set so that the cost value is calculated high for movements in which the arrival direction and the departure direction are different.
なお、実行順序決定処理における処理内容は以下の通りである。ジョブと車両の状態からそれらをVRPおよびPDPの入力へと変換する。先ず、各車両の現在位置または現在の計画におけるn点先の訪問先をその車両の出発デポとする(nはパラメータ)。現在向かっている訪問先や直近の計画を崩したくないというニーズがあるためnというパラメータを考慮する。n点先まで完了したと仮定したときのn点先での作業完了時刻をデポの出発時刻とする。到着デポは計画における到着デポと同一とする。次にジョブの状態を考える。先ず、n点先までを固定する場合はn点先まで完了したと仮定して「現実における状態」と「現在の計画における状態」をそれぞれ更新する。次に「現実における状態」がBまたはDの荷物は計画に入れる必要が無いため除外する.Cの荷物は現在積まれている車両が配る必要があるため、配るというサービスの車両への割り当てを固定し、その車両が最初からその荷物を積んでいると設定する。以上の設定をした上でVRPおよびPDPを解くことで、現実の状態を加味した再計算を行うことができる。 The contents of the execution order determination process are as follows. Convert jobs and vehicle states into VRP and PDP inputs. First, the current position of each vehicle or the destination n points ahead in the current plan is set as the departure depot of the vehicle (n is a parameter). Consider the parameter n because there is a need not to break the current destination or the latest plan. The departure time of the depot is defined as the work completion time at n points ahead when it is assumed that the work is completed up to n points ahead. The arrival depot shall be the same as the arrival depot in the plan. Next, consider the state of the job. First, when fixing up to n points, it is assumed that the points have been completed up to n points, and the "state in reality" and the "state in the current plan" are updated respectively. Next, the luggage whose "state in reality" is B or D does not need to be included in the plan, so it is excluded. Since the luggage of C needs to be distributed by the currently loaded vehicle, the allocation of the service of distributing to the vehicle is fixed, and it is set that the vehicle is loaded with the luggage from the beginning. By solving VRP and PDP after making the above settings, it is possible to perform recalculation that takes into account the actual state.
また、最適経路決定処理における処理内容は以下の通りである。先ず、各訪問先に対して停車位置の候補を入力する。そして、各訪問先間の任意の2つの停車位置間に対して、出発向き・到着向きの組み合わせごとに最短経路を取得する。ある解のある車両に着目し、その車両のルート(訪問先の順序)が固定したものと考える。すべての訪問先に対して停車位置候補と発着向きを決めることでルート全体のコストを算出可能でありコスト最小となる組合せを決める組合せ最適化問題とみなすことができる。この問題に対し既知の貪欲法や局所探索法といった手法を用いることでコストの低いルートを得ることができる。例えば貪欲法を使う場合、まずルートの先頭から訪問先を見て行き、ある訪問先iとその1つ前の訪問先jを考える。jからiへの経路のコストとjにおけるUターンコストの和が最も小さくなるようなjの出発向きおよびiの停車位置およびiの到着向きを選択する。これをルートの最後まで繰り返すことである程度コストの低い経路が得られることが期待される。局所探索法を使う場合、まずすべての訪問先に対してランダムに停車位置と発着向きを決定する。次にランダムに訪問先を選び、その点における停車位置と発着向きを最もコストが小さくなるように選ぶ。これを一定回数および一定時間繰り返すことである程度コストの低い経路が得られることが期待される。 The processing contents in the optimum route determination processing are as follows. First, input the candidate stop position for each visit destination. Then, the shortest route is acquired for each combination of departure direction and arrival direction for any two stop positions between each visit destination. Focusing on a vehicle with a certain solution, it is considered that the route (order of visits) of that vehicle is fixed. The cost of the entire route can be calculated by determining the stop position candidates and the departure / arrival directions for all the visited destinations, and it can be regarded as a combinatorial optimization problem that determines the combination that minimizes the cost. A low-cost route can be obtained by using known methods such as the greedy method and the local search method for this problem. For example, when using the greedy algorithm, first look at the destination from the beginning of the route, and then consider a certain destination i and the previous destination j. Select the departure direction of j, the stop position of i, and the arrival direction of i so that the sum of the cost of the route from j to i and the U-turn cost at j is the smallest. By repeating this until the end of the route, it is expected that a route with a low cost can be obtained. When using the local search method, first, the stop position and departure / arrival direction are randomly determined for all the visited destinations. Next, randomly select a destination, and select the stop position and departure / arrival direction at that point so that the cost is the lowest. By repeating this a certain number of times and for a certain period of time, it is expected that a route with a low cost to some extent can be obtained.
以上のように、本例による最適経路決定装置によれば、複数のサービスそれぞれについて実行地点の情報を含むサービス特定情報を取得するサービス特定情報取得部と、複数のサービスについての実行順序を組み合わせ最適化問題として演算して実行順序を決定する実行順序決定部と、複数のサービスそれぞれについて各サービスの実行地点における少なくとも1以上の停車位置候補の情報を含む実行地点特有情報を取得する実行地点特有情報取得部と、実行順序と実行地点特有情報とを用いて、各実行地点における最適停車位置及び/又は最適停車方向の情報を含む最適経路を決定する最適経路決定部とを備えるようにしたので、最適経路決定に際して複数の停車位置候補を考慮することで停車位置及び停車向きも考慮した最適経路を決定することが可能となる。 As described above, according to the optimum route determination device according to this example, the service specific information acquisition unit that acquires the service specific information including the execution point information for each of the plurality of services is optimally combined with the execution order of the plurality of services. Execution point-specific information that acquires execution point-specific information including information on at least one stop position candidate at the execution point of each service for each of the execution order determination unit that calculates and determines the execution order as a combinatorial problem. Since the acquisition unit and the optimum route determination unit for determining the optimum route including the information on the optimum stop position and / or the optimum stop direction at each execution point are provided by using the execution order and the information peculiar to the execution point. By considering a plurality of stop position candidates when determining the optimum route, it is possible to determine the optimum route in consideration of the stop position and the stop direction.
また、関連する少なくとも1以上の前記サービスで構成されたジョブの状態を管理するための状態管理テーブルをジョブの状態の変化に応じて更新するジョブ状態管理部をさらに備え、実行順序決定部は、状態管理テーブルを参照してジョブの状態情報を取得し、ジョブの状態情報から実行が必要なサービスを特定し、特定したサービスについてサービス特定情報を取得し、取得したサービス特定情報に基づいて実行順序を決定するようにしたので、実行順序決定に際してジョブの状態情報を状態管理テーブルによって確認して実行が必要なサービスを抽出した上で実行順序を決定することが可能となる。すなわち、車両が既に移動を開始した計画実行中であってもその時点でのジョブの状態情報を取得して実行順序について再計算を行うことが可能となる。 Further, a job status management unit for updating the status management table for managing the status of a job configured by at least one related service according to a change in the job status is further provided, and the execution order determination unit is provided. Obtain the job status information by referring to the status management table, identify the service that needs to be executed from the job status information, acquire the service specific information for the specified service, and execute the execution order based on the acquired service specific information. Therefore, when determining the execution order, it is possible to confirm the job status information in the status management table, extract the services that need to be executed, and then determine the execution order. That is, even if the vehicle has already started moving and the plan is being executed, it is possible to acquire the status information of the job at that time and recalculate the execution order.
なお、本発明は、上記の実施の形態に限定されるものではない。宅配サービスだけではなく、店舗への卸業、自動販売機のメンテナンス、訪問医療/訪問介護、乗合いタクシーなど、複数の拠点を1台または複数台の車両で回るという形態の業種であれば同様に適用可能である。また、人間が運転する車両でなくとも、自動運転ロボットにも応用可能である。例えば、自動宅配ロボットが道端でUターンする時間を加味してルートの最適化をする、工場内でのAGV(Automated guided vehicle:無人搬送車)のルート最適化、家庭での自動掃除ロボットなど、幅広く応用が可能である。さらに、ユーザーが訪問先を入力するだけでその周辺から停車可能な位置を過去の実績や道路の特性から自動で判断して、本アルゴリズムで最適な停車位置を決めるようにすることも可能である。さらに、ユーザーが訪問先を入力するだけで、その訪問先の敷地へ入る場所と出る場所が複数ある中でどこから入ってどこへ出るかを本アルゴリズムで最適化することも可能である。 The present invention is not limited to the above embodiment. Not only home delivery service, but also wholesale business to stores, maintenance of vending machines, home-visit medical care / home-visit care, shared taxi, etc. Applicable to. Moreover, it can be applied to an automatic driving robot even if it is not a vehicle driven by a human. For example, route optimization of AGV (Automated guided vehicle) in the factory, automatic cleaning robot at home, etc., which optimizes the route by taking into account the time when the automatic delivery robot makes a U-turn on the roadside. It can be widely applied. Furthermore, it is also possible to automatically determine the position where the vehicle can stop from the surrounding area from the past results and the characteristics of the road simply by inputting the destination, and to determine the optimum stop position by this algorithm. .. Furthermore, it is also possible to optimize where to enter and where to go from among multiple places to enter and exit the site of the visited place by simply inputting the visited place by the user.
なお、本発明は、以上に述べた実施の形態に限定されるものではなく、本発明の要旨を逸脱しない範囲内で種々の構成または実施形態を取ることができる。 The present invention is not limited to the embodiments described above, and various configurations or embodiments can be taken without departing from the gist of the present invention.
10 最適経路決定装置
11 ジョブ状態管理部
12 サービス特定情報取得部
13 車両位置情報取得部
14 実行順序決定部
15 実行地点特有情報取得部
16 最適経路決定部
17 記憶部
20 サービス実行者端末
30 本部端末
40 通信ネットワーク
10 Optimal route determination device 11 Job
Claims (4)
前記複数のサービスそれぞれについて実行地点の情報を含むサービス特定情報を取得するサービス特定情報取得部と、
関連する少なくとも1以上の前記サービスで構成されたジョブの状態を管理するための状態管理テーブルをジョブの状態の変化に応じて更新するジョブ状態管理部と、
前記複数のサービスについての実行順序を組み合わせ最適化問題として演算して実行順序を決定する実行順序決定部とを備え、
前記実行順序決定部は、前記状態管理テーブルを参照して前記ジョブの状態情報を取得し、前記ジョブの状態情報から実行が必要な前記サービスを特定し、特定した前記サービスについてサービス特定情報を取得し、取得したサービス特定情報に基づいて実行順序を決定するようにし、
また、前記実行順序決定部は、組み合わせ最適化問題を解く際の所定条件を異ならせた複数の前記実行順序の解を演算するものとし、採用した前記実行順序についての前記所定条件が他の所定条件に変化した場合に、当該他の所定条件に対応した前記実行順序に切り替えるものとし、その時点での前記ジョブの状態情報及びその時点での車両の位置情報に基づいて、切り替えた前記実行順序を初期解として再計算を実行して実行順序を決定するようにした
最適経路決定装置。 It is an optimum route determination device for determining the optimum route of movement when continuously processing a plurality of services, each of which is executed at a different point.
A service specific information acquisition unit that acquires service specific information including execution point information for each of the plurality of services, and a service specific information acquisition unit.
A job status management unit that updates the status management table for managing the status of jobs configured by at least one related service according to changes in the status of jobs.
It is provided with an execution order determination unit that determines the execution order by combining the execution orders of the plurality of services and calculating as an optimization problem.
The execution order determination unit acquires the status information of the job by referring to the status management table, identifies the service that needs to be executed from the status information of the job, and acquires the service specific information for the identified service. And decide the execution order based on the acquired service specific information,
Further, the execution order determination unit shall calculate a plurality of solutions of the execution order having different predetermined conditions for solving the combinatorial optimization problem, and the predetermined conditions for the adopted execution order are other predetermined conditions. When the condition is changed, the execution order is switched to correspond to the other predetermined conditions, and the execution order is switched based on the status information of the job at that time and the position information of the vehicle at that time. An optimal route determination device that executes recalculation with the initial solution to determine the execution order.
請求項1に記載の最適経路決定装置。 The state management table treats the work of delivering the target picked up by the vehicle to a predetermined position as a unit of one job, and as the state of the job, (A) before mounting on the vehicle (planned to be loaded in this plan). (B) Before loading on the vehicle (not planned to be loaded in this plan), (C) Before unloading from the vehicle (planned to be unloaded in this plan), (D) Before unloading from the vehicle (not planned to be unloaded in this plan), (E ) After being unloaded from the vehicle, it has five target states, (F) with the allocation destination vehicle, and (G) without the allocation destination vehicle, and has two plans, and the job status can be determined by combining these. The optimal route determination device according to claim 1 to be managed.
請求項1又は請求項2に記載の最適経路決定装置。 When the predetermined recalculation condition is satisfied, the execution order determination unit acquires the status information of the job by referring to the status management table, and is based on the status information of the job different from the plan before the recalculation. The optimum route determination device according to claim 1 or 2, wherein the service that needs to be executed is specified and the execution order is determined for the specified service.
前記コンピュータに、
前記複数のサービスそれぞれについて実行地点の情報を含むサービス特定情報を取得するサービス特定情報取得機能と、
関連する少なくとも1以上の前記サービスで構成されたジョブの状態を管理するための状態管理テーブルをジョブの状態の変化に応じて更新するジョブ状態管理機能と、
前記複数のサービスについての実行順序を組み合わせ最適化問題として演算して実行順序を決定する実行順序決定機能とを実現させ、
前記実行順序決定機能は、前記状態管理テーブルを参照して前記ジョブの状態情報を取得し、前記ジョブの状態情報から実行が必要な前記サービスを特定し、特定した前記サービスについてサービス特定情報を取得し、取得したサービス特定情報に基づいて実行順序を決定するようにし、
また、前記実行順序決定機能は、組み合わせ最適化問題を解く際の所定条件を異ならせた複数の前記実行順序の解を演算するものとし、採用した前記実行順序についての前記所定条件が他の所定条件に変化した場合に、当該他の所定条件に対応した前記実行順序に切り替えるものとし、その時点での前記ジョブの状態情報及びその時点での車両の位置情報に基づいて、切り替えた前記実行順序を初期解として再計算を実行して実行順序を決定するようにした
最適経路決定プログラム。 It is an optimal route determination program for making a computer realize the process of determining the optimum route of movement when continuously processing a plurality of services executed at different points.
To the computer
A service specific information acquisition function that acquires service specific information including execution point information for each of the plurality of services, and a service specific information acquisition function.
A job status management function that updates the status management table for managing the status of jobs configured with at least one related service according to changes in the status of the job, and
The execution order determination function that determines the execution order by combining the execution orders of the plurality of services and calculating as an optimization problem is realized.
The execution order determination function acquires the status information of the job by referring to the status management table, identifies the service that needs to be executed from the status information of the job, and acquires the service specific information for the identified service. And decide the execution order based on the acquired service specific information,
Further, the execution order determination function shall calculate a plurality of solutions of the execution order having different predetermined conditions when solving the combination optimization problem, and the predetermined condition of the adopted execution order is another predetermined condition. When the condition is changed, the execution order is switched to correspond to the other predetermined conditions, and the execution order is switched based on the status information of the job at that time and the position information of the vehicle at that time. An optimal route determination program that executes recalculation with the initial solution to determine the execution order.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2020104058A JP6999882B2 (en) | 2020-06-16 | 2020-06-16 | Optimal route determination device and optimum route determination program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2020104058A JP6999882B2 (en) | 2020-06-16 | 2020-06-16 | Optimal route determination device and optimum route determination program |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2019162852A Division JP6927644B2 (en) | 2019-09-06 | 2019-09-06 | Optimal route determination device and optimum route determination program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2021043947A JP2021043947A (en) | 2021-03-18 |
JP6999882B2 true JP6999882B2 (en) | 2022-01-19 |
Family
ID=74863186
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2020104058A Active JP6999882B2 (en) | 2020-06-16 | 2020-06-16 | Optimal route determination device and optimum route determination program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6999882B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113256212B (en) * | 2021-05-28 | 2024-04-05 | 深圳优地科技有限公司 | Order processing method, device, communication equipment and storage medium |
CN114296453B (en) * | 2021-12-24 | 2023-11-21 | 深圳市无限动力发展有限公司 | Control method, device, equipment and medium for hotel type multifunctional robot |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000331293A (en) | 1999-05-20 | 2000-11-30 | Nissan Motor Co Ltd | Delivery order deciding device and distance database generating method |
JP2003221120A (en) | 2002-01-30 | 2003-08-05 | Yokogawa Electric Corp | Physical distribution control system |
JP2008536778A (en) | 2005-04-18 | 2008-09-11 | ユナイテッド パーセル サービス オブ アメリカ インコーポレイテッド | System and apparatus for dynamically updating a delivery plan |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2816294B2 (en) * | 1993-02-05 | 1998-10-27 | 正 山本 | Dynamic type physical distribution automatic navigation apparatus and method |
-
2020
- 2020-06-16 JP JP2020104058A patent/JP6999882B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000331293A (en) | 1999-05-20 | 2000-11-30 | Nissan Motor Co Ltd | Delivery order deciding device and distance database generating method |
JP2003221120A (en) | 2002-01-30 | 2003-08-05 | Yokogawa Electric Corp | Physical distribution control system |
JP2008536778A (en) | 2005-04-18 | 2008-09-11 | ユナイテッド パーセル サービス オブ アメリカ インコーポレイテッド | System and apparatus for dynamically updating a delivery plan |
Also Published As
Publication number | Publication date |
---|---|
JP2021043947A (en) | 2021-03-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6927644B2 (en) | Optimal route determination device and optimum route determination program | |
JP2022037191A (en) | Road map annotation for multi-agent navigation devoid of deadlock | |
US8630958B2 (en) | Systems and methods for multi-vehicle resource allocation and routing solutions | |
US8214142B2 (en) | System and method for efficient routing on a network in the presence of multiple-edge restrictions and other constraints | |
CA2806774C (en) | Method and system for generating viable pattern-transfers for an itinerary-planning system | |
US20230063370A1 (en) | Multi-robot route planning | |
JP6999882B2 (en) | Optimal route determination device and optimum route determination program | |
CN108701283B (en) | Method, system, and computer readable medium for job scheduling using travel costs between job locations | |
CA3151931C (en) | System and method for generating real-time routing for on-demand transportation | |
EP3262475A1 (en) | Resolution of route conflict | |
CN110262472B (en) | Path planning method, device and computer readable storage medium | |
WO2019018312A1 (en) | Methods and systems for on-demand dynamic vehicle routing | |
JP2002302257A (en) | Delivery planning method and program for executing the same | |
JPWO2019167161A1 (en) | Area evaluation system, method and program | |
WO2020106211A1 (en) | Communications server apparatus, method and communications system for managing request for transport-related services | |
JP4025652B2 (en) | Transportation planning system and method | |
JP2012220302A (en) | Junction plan display system, terminal device, distribution server, junction plan display method, and junction plan display program | |
JP7336110B2 (en) | Optimal route determination device and optimal route determination program | |
JP7472441B2 (en) | System and method, computer system and program for reserving a work booth based on a customer's public transportation choices | |
JP7148098B1 (en) | Delivery plan determination device and delivery plan determination program | |
JP7546221B2 (en) | Information processing method and information processing system | |
Cubillos et al. | MADARP: A distributed agent-based system for on-line DARP | |
JP2023000224A (en) | Optimal path determination device and optical path determination program | |
JP2023023680A (en) | Delivery plan system | |
BAYKASOĞLU et al. | Agent-Based Solution Approaches for Dynamic Traveling Salesman Problem: Resolving or Adapting Existing Solutions to New Conditions? |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20200616 |
|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20201127 |
|
A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20201224 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210202 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20210405 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210603 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210622 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20210823 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210928 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20211109 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20211130 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6999882 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |