JPH07287692A - Method and system for distributing request in cooperative problem solution system - Google Patents

Method and system for distributing request in cooperative problem solution system

Info

Publication number
JPH07287692A
JPH07287692A JP6080195A JP8019594A JPH07287692A JP H07287692 A JPH07287692 A JP H07287692A JP 6080195 A JP6080195 A JP 6080195A JP 8019594 A JP8019594 A JP 8019594A JP H07287692 A JPH07287692 A JP H07287692A
Authority
JP
Japan
Prior art keywords
agents
request
requests
resource
clusters
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.)
Pending
Application number
JP6080195A
Other languages
Japanese (ja)
Inventor
Hiroaki Wake
弘明 和氣
Takahiko Murayama
隆彦 村山
Fumio Hattori
文夫 服部
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP6080195A priority Critical patent/JPH07287692A/en
Publication of JPH07287692A publication Critical patent/JPH07287692A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PURPOSE:To provide a distributing method and a distributing system for a request in a cooperative problem solution system in which the variation of load at the time of execution can be suppressed and the occurrence of the competition of a resource can be reduced and processing time can be shortened. CONSTITUTION:A number of agents determining means 100 which determines the optimum number of agents to meet a scale based on the resource quantity and the request quantity of a problem by using information 130 related to the resource and the information 140 related to the individual request, a clustering means 110 which clusters the request to the request group of the number of the agents determined before by the number of agents determining means 100, and a request distributing means 120 which distributes the request group clustered by the clustering means 110 to the agents are provided.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、協調問題解決システム
における要求分配方法及び協調問題解決システムにおけ
る要求分配システムに係り、特に、ネットワーク上の経
路設定や、LSI配線設計、施設配置等の資源割り当て
問題に対し、複数のエージェントに要求を分配し、エー
ジェント間の協調により問題解決を行う協調問題解決シ
ステムにおいて、要求をエージェントに分配する、協調
問題解決システムにおける要求分配方法及び協調問題解
決システムにおける要求分配システムにおける要求分配
システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a request distribution method in a cooperative problem solving system and a request distributing system in a cooperative problem solving system, and more particularly, to route setting on a network, LSI wiring design, facility allocation, and other resource allocation. In a cooperative problem solving system that distributes requests to multiple agents and solves problems by coordinating between agents, a request distribution method in a cooperative problem solving system that distributes requests to agents and a request in a cooperative problem solving system A demand distribution system in a distribution system.

【0002】[0002]

【従来の技術】資源割り当て問題を複数のエージェント
を用いて解く、協調問題解決システムでは、 (1)エージェントへの要求分配; (2)各エージェント独自の局所解算出; (3)ネゴシエーションによるエージェント間の資源競
合解消; という3つのフェーズを用いて問題解決を行う。
2. Description of the Related Art In a collaborative problem solving system for solving a resource allocation problem using a plurality of agents, (1) request distribution to agents; (2) local solution calculation unique to each agent; (3) inter-agent negotiation Resolution of resource conflicts;

【0003】このような、協調問題解決システムにおい
て、上記の(1)のエージェントへの要求分配における
従来の方法は、予め設定されたエージェント数に対し
て、与えられた複数の要求を各エージェント間の要求数
が均等になるように分配するものである。
In such a collaborative problem solving system, the above-mentioned conventional method for distributing requests to agents in (1) is based on a preset number of agents. The number of requests for is evenly distributed.

【0004】(2)の局所解算出は、要求と部分問題に
分割して、エージェントに分配し、各エージェント独自
に局所解を求めるものであり、他のエージェントとの資
源割当時に競合がある場合には、(3)のネゴシエーシ
ョンを行うことで資源の再割り当てを行う。
The local solution calculation of (2) is to divide into a request and a subproblem, distribute them to agents, and obtain a local solution for each agent independently, and when there is competition with other agents in resource allocation. , The resource is reallocated by performing the negotiation of (3).

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記従
来の分配方法には、以下のような問題がある。
However, the above-mentioned conventional distribution method has the following problems.

【0006】第1の問題点は、予めエージェント数を設
定しているため、問題の規模によっては適切なエージェ
ント数にならない場合がある。
The first problem is that since the number of agents is set in advance, the number of agents may not be appropriate depending on the scale of the problem.

【0007】第2の問題点は、エージェントへの分配
は、要求数均衡化だけを満たすものであり、個々の要求
を処理するための負荷や、要求の近接度(要求間の位置
的関係)を考慮していないため、実行時にエージェント
間に負荷のばらつきが生じたり、資源競合が多発する恐
れが有るなど、処理時間を長引かせる要因がある。
The second problem is that the distribution to the agents satisfies only the request number balancing, and the load for processing individual requests and the proximity of requests (positional relationship between requests) are required. Therefore, there is a factor that prolongs the processing time, such as variations in the load between agents at the time of execution and the possibility of frequent resource competition.

【0008】本発明は、上記の点に鑑みなされたもの
で、従来の問題点を解決し、問題の規模に応じてエージ
ェント数を決定し、要求数の均衡化という一面でなく、
要求の処理に要する負荷や要求の近接度を考慮してエー
ジェントへの分配を行い、実行時の負荷のばらつきを抑
え、資源競合の発生を低減し、処理時間の短縮を図るこ
とが可能な協調問題解決システムにおける要求分配方法
及び協調問題解決システムにおける要求分配システムを
提供することを目的とする。
The present invention has been made in view of the above points, and solves the conventional problems, determines the number of agents according to the scale of the problem, and balances the number of requests.
Coordination that distributes to agents in consideration of the load required for processing requests and the proximity of requests, suppresses load variations at execution, reduces resource contention, and shortens processing time An object is to provide a demand distribution method in a problem solving system and a demand distribution system in a cooperative problem solving system.

【0009】[0009]

【課題を解決するための手段】本発明の協調問題解決シ
ステムにおける要求分配方法は、限られた資源を複数の
要求に割り当てる資源割り当て問題に対して、複数のエ
ージェントに要求を分配し、エージェント間の協調によ
り問題解決を行う協調問題解決システムのエージェント
へ要求を分配する場合に、資源に関する情報及び個々の
要求に関する情報を用いて、問題の資源量と要求量によ
る規模に応じた最適なエージェント数を決定し、要求を
既決定エージェント数の要求群にクラスタリングし、ク
ラスタリングされた要求群をエージェントに分配する。
A request distribution method in a cooperative problem solving system according to the present invention is a method for distributing a request to a plurality of agents in response to a resource allocation problem in which a limited resource is allocated to a plurality of requests. When requests are distributed to agents of a cooperative problem solving system that solves problems by coordinating tasks, the optimum number of agents according to the resource amount of the problem and the scale of the request amount is used by using the information about resources and the information about individual requests. Then, the requests are clustered into a request group of the number of already-determined agents, and the clustered request group is distributed to the agents.

【0010】図1は、本発明の原理を説明するための図
である。
FIG. 1 is a diagram for explaining the principle of the present invention.

【0011】本発明は、協調問題解決システムにおける
要求分配システムは、限られた資源を複数の要求に割り
当てる資源割り当て問題に対して、複数のエージェント
に要求を分配し、エージェント間の協調により問題解決
を行う協調問題解決システムのエージェントへ要求を分
配するシステムにおいて、資源に関する情報及び個々の
要求に関する情報130、140を用いて、問題の資源
量と要求量による規模に応じた最適なエージェント数を
決定するエージェント数決定手段100と、要求を該エ
ージェント数決定手段100により既に決定されている
エージェント数の要求群にクラスタリングするクラスタ
リング手段110と、クラスタリング手段110により
クラスタリングされた要求群をエージェントに分配する
要求分配手段120を有する。また、クラスタリング手
段110は、エージェント数決定手段100により決定
されたエージェント数のエージェント間の実行時の負荷
のばらつきが少なく、近接度の高い要求をまとめて同一
のエージェントに分配する。
According to the present invention, a request distribution system in a cooperative problem solving system distributes a request to a plurality of agents for a resource allocation problem in which limited resources are allocated to a plurality of requests, and the problem is solved by cooperation among the agents. In a system that distributes requests to agents of a cooperative problem solving system that performs the above-mentioned method, the optimum number of agents according to the resource amount of the problem and the scale of the request amount is determined using the information 130 and 140 on the resource and individual requests. Number of agents determining unit 100, clustering unit 110 that clusters the request into a request group of the number of agents already determined by the agent number determining unit 100, and request to distribute the request group clustered by the clustering unit 110 to the agents Distribution means 12 Having. Further, the clustering unit 110 distributes requests having a high degree of proximity with a small variation in load during execution among the agents having the number of agents determined by the number-of-agents determining unit 100 to the same agent.

【0012】[0012]

【作用】図2は、本発明の作用を説明するための図であ
る。本発明のエージェントへの要求分配方法では、まず
初めに問題の規模に応じたエージェント数を決定する
(ステップ1)。資源に関する情報と要求に関する情報
を用いて問題の規模を推定し、問題の規模によってエー
ジェント数を変化させる。これにより、問題の規模に応
じた最適なエージェント数を決定することが可能とな
る。
FIG. 2 is a diagram for explaining the operation of the present invention. In the method of distributing requests to agents according to the present invention, first, the number of agents is determined according to the scale of the problem (step 1). The scale of the problem is estimated using the information about the resource and the information about the demand, and the number of agents is changed according to the scale of the problem. This makes it possible to determine the optimal number of agents according to the scale of the problem.

【0013】次に、要求をエージェントの要求群にクラ
スタリングする(ステップ2)。クラスタリングは、要
求の処理に要する負荷の均衡化、要求の近接度を考慮し
て行う。これにより、クラスタ間の負荷のばらつきが少
なく、かつ近接度の高い要求毎にクラスタリングするこ
とができる。
Next, the requests are clustered into a request group of agents (step 2). Clustering is performed in consideration of load balancing required for processing requests and proximity of requests. As a result, it is possible to perform clustering for each request having a small load variation between clusters and high proximity.

【0014】最後に、エージェント数にクラスタイング
された要求群を実際のエージェントに分配する(ステッ
プ3)。どの要求群をどのエージェントに分配するかは
自由である。
Finally, the request group clustered to the number of agents is distributed to the actual agents (step 3). Which request group is distributed to which agent is arbitrary.

【0015】以上のような手順を用いることにより、本
発明は、問題の規模に応じた最適なエージェント数でも
って、各エージェント間の実行の負荷のばらつきが少な
く、近接度の高い要求をまとめて同一のエージェントに
分配することにより、資源競合の発生を低減し、処理時
間の短縮につながるエージェントへの要求の分配が可能
となる。
By using the procedure as described above, the present invention collects requests having a high degree of proximity with a small variation in execution load among agents with an optimum number of agents according to the scale of the problem. By distributing the requests to the same agent, it is possible to reduce the occurrence of resource competition and distribute the requests to the agents, which leads to a reduction in processing time.

【0016】[0016]

【実施例】以下、図面とともに本発明の実施例を詳細に
説明する。本発明は、ネットワーク上の資源割り当て問
題を対象とした協調問題解決システムの要求分配を、問
題の規模によりエージェント数を変化させ、要求を該エ
ーンジェントの要求群にクラスタリングし、要求群を実
際にエージェントに分配することにより行うものであ
る。
Embodiments of the present invention will now be described in detail with reference to the drawings. According to the present invention, request distribution of a cooperative problem solving system for a resource allocation problem on a network is performed by changing the number of agents according to the scale of the problem, clustering the requests into a request group of the agent, and actually executing the request group. This is done by distributing to the agents.

【0017】以下、詳細に説明する。The details will be described below.

【0018】図3は、本発明の一実施例のネットワーク
上の資源割り当て問題の例を示す。同図に示すネットワ
ークは、ノードa〜pとこれらを結ぶリンクから構成さ
れる。要求は、始点ノードと終点ノードを持つ。同図で
は、始点ノードが“a”、終点ノードが“i”の要求
と、始点ノードが“m”、終点ノードが“k”の要求が
ある。ネットワーク上の資源割当問題とは、複数の要求
をリンクを資源として、要求が示すノード間に経路設定
を行うものである。
FIG. 3 shows an example of a resource allocation problem on a network according to an embodiment of the present invention. The network shown in the figure is composed of nodes a to p and links connecting them. The request has a start point node and an end point node. In the figure, there is a request that the start point node is "a" and the end point node is "i", and that the start point node is "m" and the end point node is "k". The resource allocation problem on the network is one in which a plurality of requests are used as links and resources are set between nodes indicated by the requests.

【0019】以下、問題の規模に応じたエージェント数
の決定方法と、要求処理に要する負荷、及び要求の近接
度を考慮したクラスタリング方法を順に示す。
Hereinafter, a method of determining the number of agents according to the scale of the problem, a load required for request processing, and a clustering method considering the proximity of requests will be described in order.

【0020】[エージェント数の決定]まず、エージェ
ント数を問題の規模に応じて最適な数になるように決定
する。
[Determination of Number of Agents] First, the number of agents is determined to be an optimum number according to the scale of the problem.

【0021】ここでは、問題の規模を資源量と要求量で
表し、資源量のパラメータとしてネットワークのノード
数n及びリンク数m、要求量のパラメータとして要求数
rとこの要求長Li を用いる。
Here, the scale of the problem is represented by a resource amount and a request amount, and the number of nodes n and the number of links m of the network are used as the parameter of the resource amount, and the request number r and the request length L i are used as the parameter of the request amount.

【0022】図4は、本発明の一実施例の資源量と要求
量のパラメータを説明するための図である。
FIG. 4 is a diagram for explaining parameters of the resource amount and the required amount according to the embodiment of the present invention.

【0023】要求長Li は、要求の大きさを表してお
り、要求が大きいほど要求の処理に時間がかかることを
意味する。ここで、要求の大きさを終始点間の距離(最
小経由リンク数)で表す。
The request length L i represents the size of the request, and the larger the request, the longer the processing of the request. Here, the size of the request is represented by the distance between the start and end points (the minimum number of via links).

【0024】初めにこれらの4つのパラメータ(ノード
数、リンク数、要求数、要求長)を用いて問題の規模を
近似する。図4において、ノード数n=16、リンク数
m=24、要求数r=2、要求長Li =5、3とする。
例えば、問題の規模を以下のような式で近似する。右辺
第4項は、探索範囲が要求長の自乗に比例することか
ら、要求の処理時間もこれに比例すると仮定したもので
ある。
First, the problem size is approximated by using these four parameters (number of nodes, number of links, number of requests, request length). In FIG. 4, it is assumed that the number of nodes n = 16, the number of links m = 24, the number of requests r = 2, and the required length L i = 5, 3.
For example, the scale of the problem is approximated by the following formula. The fourth term on the right side is based on the assumption that the search range is proportional to the square of the required length, and the processing time of the request is also proportional to this.

【0025】[0025]

【数1】 [Equation 1]

【0026】図4において、α=β=γ=δ=1として
計算すると、問題の規模は、 16+24+2+(25+9)=76 となる。
In FIG. 4, when the calculation is performed with α = β = γ = δ = 1, the scale of the problem is 16 + 24 + 2 + (25 + 9) = 76.

【0027】次に、このように近似した規模と最適なエ
ージェント数の関係を求める。問題の規模、エージェン
ト数をパラメータとし、処理時間が最小となるエージェ
ント数を問題の規模毎に実験的に求める。但し、問題の
規模はある区間毎の代表値を用い、離散的に設定する。
Next, the relationship between the approximated scale and the optimum number of agents is obtained. Using the problem size and the number of agents as parameters, the number of agents that minimizes the processing time is experimentally determined for each problem size. However, the scale of the problem is set discretely using the representative value for each certain section.

【0028】そして、この問題の規模に応じた最適エー
ジェント数の関係から得られれば、以降は、問題毎に、
問題の規模を計算することによって、最適なエージェン
ト数を決定することができる。
Then, if it is obtained from the relation of the optimal number of agents according to the scale of this problem, thereafter, for each problem,
The optimal number of agents can be determined by calculating the size of the problem.

【0029】例えば、最適なエージェント数は、エージ
ェント数と問題の規模をパラメータとしてシミュレーシ
ョンを行い、処理時間が最小となるエージェント数を実
験的に求める。この事前の実験により、例えば、以下の
ような関係が得られた場合に、
For example, the optimum number of agents is simulated by using the number of agents and the scale of the problem as parameters, and the number of agents that minimizes the processing time is experimentally obtained. From this preliminary experiment, for example, if the following relationship is obtained,

【0030】[0030]

【表1】 [Table 1]

【0031】図4の例では、問題の規模は76であるの
で、最も近い問題規模80から最適エージェント数とし
て“3”を取得する。
In the example of FIG. 4, since the problem scale is 76, "3" is acquired as the optimum number of agents from the nearest problem scale 80.

【0032】[要求のクラスタリング]与えられた複数
の要求を、上記の方法で求めたエージェント数の要求群
(クラスタCi )にクラスタリングする。
[Request Clustering] A plurality of given requests are clustered into a request group (cluster C i ) of the number of agents obtained by the above method.

【0033】図5は、本発明の一実施例のクラスタリン
グの手順を示すフローチャートである。
FIG. 5 is a flow chart showing the procedure of clustering according to an embodiment of the present invention.

【0034】ステップ101)個々の要求をそれぞれの
クラスタとして設定する(全体のクラスタ数は要求数と
等しい)。
Step 101) Each request is set as each cluster (the total number of clusters is equal to the number of requests).

【0035】ステップ102)エージェント数がクラス
タ数以上の場合には、ステップ106に移行し、エージ
ェント数がクラスタ数より少ない場合にはステップ10
3に移行する。
Step 102) If the number of agents is equal to or larger than the number of clusters, the process proceeds to step 106, and if the number of agents is smaller than the number of clusters, step 10
Move to 3.

【0036】ステップ103)全クラスタにおいてそれ
ぞれクラスタ間の類似度を計算する。
Step 103) The similarity between clusters is calculated for all the clusters.

【0037】ステップ104)最も大きいクラスタ動詞
をどちらか一方に融合する。これにより全体のクラスタ
数は一つ減少する。
Step 104) Merge the largest cluster verb into either one. This reduces the total number of clusters by one.

【0038】ステップ105)クラスタ数とエージェン
ト数が等しければ処理を終了する。即ち、ステップ10
3及びステップ104の処理を全体のクラスタ数がエー
ジェント数になるまで繰り返し、クラスタ数がエージェ
ント数になったところで、クラスタリングは終了する。
Step 105) If the number of clusters is equal to the number of agents, the process is terminated. That is, step 10
The process of 3 and step 104 is repeated until the total number of clusters reaches the number of agents, and when the number of clusters reaches the number of agents, clustering ends.

【0039】ステップ106)クラスタ数がエージェン
ト数以下の場合には、エージェント数をクラスタ数に設
定し、処理を終了する。
Step 106) If the number of clusters is less than or equal to the number of agents, the number of agents is set to the number of clusters, and the process ends.

【0040】ここで、クラスタ間の類似度を、クラスタ
間の近接度及びクラスタ間の総処理負荷の均衡化を考慮
して定義する。クラスタ間の近接度は位置的に近い要求
を集めて同じエージェントに分配することにより、他エ
ージェントとの間で生じる資源競合発生の低減を狙った
ものである。一方、クラスタ間の総処理負荷の均衡化
は、実行時のエージェントとの間で生じる資源競合発生
の低減を狙ったものである。
Here, the similarity between the clusters is defined in consideration of the proximity between the clusters and the balancing of the total processing load among the clusters. Proximity between clusters aims to reduce the occurrence of resource competition with other agents by collecting requests that are close in position and distributing them to the same agent. On the other hand, the balancing of the total processing load among the clusters aims at reducing the occurrence of resource competition with the agent at the time of execution.

【0041】クラスタ間近接度:クラスタ間の近接度
とは、クラスタ間の位置的関係がどの程度近いかを表す
ものである。例えば、近接度としてクラスタ間の最近隣
点間距離やクラスタ間の重心間距離を用いる。図6は、
クラスタ間の近接度を説明するための図である。同図
は、近接度として重心間距離を用いた例を示す。個々の
要求を始点終点を結んだ直線(要求直線)で表し、その
中央を重心とする。クラスタ内に複数の要求がある場合
は、それぞれの要求の重心におる重心をクラスタの重心
とする。クラスタ間の近接度は、これら重心間の距離で
表される。
Inter-cluster proximity: The inter-cluster proximity represents how close the positional relationship between clusters is. For example, the distance between the closest points between the clusters or the distance between the centers of gravity between the clusters is used as the degree of proximity. Figure 6
It is a figure for demonstrating the proximity degree between clusters. This figure shows an example in which the distance between the centers of gravity is used as the degree of proximity. Each request is represented by a straight line connecting the start point and end point (request line), and its center is the center of gravity. When there are multiple requests in the cluster, the center of gravity of the respective requests is set as the center of gravity of the cluster. The proximity between the clusters is represented by the distance between these centers of gravity.

【0042】処理負荷:要求の処理に要する負荷は、
探索範囲に比例すると仮定し、エージェント数決定の時
と同様に要求長の自乗によって近似する。従って、クラ
スタ内の総処理負荷は、個々の要求長Li の自乗総和と
なる。
Processing load: The load required to process a request is
Assuming that it is proportional to the search range, it is approximated by the square of the required length as when determining the number of agents. Therefore, the total processing load in the cluster is the sum of squares of the individual request lengths L i .

【0043】上記からクラスタCi 、Cj 間の類似度を
以下の様に定義する。
From the above, the similarity between the clusters C i and C j is defined as follows.

【0044】[0044]

【数2】 [Equation 2]

【0045】以下に、クラスタリングを具体的に説明す
る。上記のように類似度は、要求の始点と終点の位置や
要求長からクラスタ間の類似度を計算して、最も類似の
大きいクラスタ同士を有効するが、ここでは、所定の類
似度を与えるものとする。また、要求数=5、エージェ
ント数=2とする。
The clustering will be specifically described below. As described above, for the similarity, the similarity between the clusters is calculated from the positions of the start and end points of the request and the request length, and the clusters with the highest similarity are validated. And The number of requests = 5 and the number of agents = 2.

【0046】クラスタの設定 個々の要求をクラスタに設定する。 C1={r1} C2={r2} C3={r3} C4={r4} C5={r5}……クラスタ数=5 となる。Cluster Setup Individual requests are set to the cluster. C1 = {r1} C2 = {r2} C3 = {r3} C4 = {r4} C5 = {r5} ... Cluster number = 5.

【0047】クラスタ間の類似度の計算 クラスタ数>エージェント数なので、クラスタ間の類似
度の計算を行う。クラスタ間の類似度は、以下のように
なる。
Calculation of similarity between clusters Since the number of clusters> the number of agents, the similarity between clusters is calculated. The degree of similarity between clusters is as follows.

【0048】 C1 C2 C3 C4 C5 C1 − 3 4 5 1 C2 − 2 4 2 C3 − 4 2 C4 − 3 クラスタの融合 最大類似クラスタ同士を融合する。この場合には、“C
1”と“C4”を融合し、新たにC1とする。その結
果、 C1={r1,r4} C2={r2} C3={r3} C5={r5}……クラスタ数=4となる。 となる。
C1 C2 C3 C4 C5 C1-3 4 5 1 C2-2 4 2 C3-4 2 C4-3 Cluster fusion The maximum similar clusters are fused. In this case, "C
1 ”and“ C4 ”are merged into a new C1. As a result, C1 = {r1, r4} C2 = {r2} C3 = {r3} C5 = {r5} ... Number of clusters = 4. Becomes

【0049】以下のクラスタ数がエージェント数になる
まで、、の処理を繰り返す。
The above process is repeated until the number of clusters below becomes the number of agents.

【0050】 ここで、C3とC5を融合し、新たにC3とする。その
結果、 C1={r1,r4} C2={r2} C3={r3,r5}……クラスタ数=3となる。
[0050] Here, C3 and C5 are fused to be new C3. As a result, C1 = {r1, r4} C2 = {r2} C3 = {r3, r5} ... Cluster number = 3.

【0051】さらに、C1とC2を融合し、新たにC1
とする。その結果、 C1={r1,r2,r4} C3={r3,r5}……クラスタ数=2となる。
Furthermore, C1 and C2 are fused together to newly create C1.
And As a result, C1 = {r1, r2, r4} C3 = {r3, r5} ... Cluster number = 2.

【0052】クラスタリング終了 クラスタ数とエージェント数が等しくなったら、終了す
る。ここで、クラスタリング結果は、C1={r1,r
2,r4}、C3={r3,r5}となる。
End of clustering When the number of clusters is equal to the number of agents, the process ends. Here, the clustering result is C1 = {r1, r
2, r4} and C3 = {r3, r5}.

【0053】このような類似度を用いてクラスタリング
を行うことにより、クラスタ間の負荷のばらつきが少な
くかつ近接度の高い要求をまとめることができる。
By performing clustering using such a similarity, it is possible to collect requests with small variations in load between clusters and high proximity.

【0054】そして、このようにクラスタリングされた
要求群を各エージェントに分配することにより、実行時
における各エージェントの負荷のばらつきが少なく、且
つ資源競合の発生を低減し、処理時間の短縮が可能とな
る。
By distributing the group of requests thus clustered to each agent, it is possible to reduce the variation in the load of each agent at the time of execution, reduce the occurrence of resource competition, and shorten the processing time. Become.

【0055】[0055]

【発明の効果】上述のように本発明によれば、資源割当
問題に対して複数のエージェントの要求を分配し、エー
ジェント間の協調により、問題解決を行う協調問題解決
システムにおいて、問題の規模(資源量と要求量で近
似)に応じたエージェント数を用いることができ、実行
時の各エージェントの負荷のばらつきを抑え、かつ資源
競合の発生を低減するようなエージェントへの要求分配
により処理時間の短縮に効果がある。
As described above, according to the present invention, in a cooperative problem solving system that distributes requests of a plurality of agents to a resource allocation problem and cooperates between the agents to solve the problem, the scale of the problem ( The number of agents can be used according to the resource quantity and the request quantity), and the processing time can be reduced by distributing the requests to the agents so as to suppress the variation in the load of each agent at the time of execution and reduce the occurrence of resource competition. Effective in shortening.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の原理を説明するための図である。FIG. 1 is a diagram for explaining the principle of the present invention.

【図2】本発明の作用を説明するための図である。FIG. 2 is a diagram for explaining the operation of the present invention.

【図3】本発明の一実施例のネットワーク上の資源割り
当て問題の例を示す図である。
FIG. 3 is a diagram showing an example of a resource allocation problem on a network according to an embodiment of the present invention.

【図4】本発明の一実施例の資源量と要求量のパラメー
タを説明するための図である。
FIG. 4 is a diagram for explaining parameters of a resource amount and a request amount according to an embodiment of the present invention.

【図5】本発明の一実施例のクラスタリングの手順を示
すフローチャートである。
FIG. 5 is a flowchart showing a procedure of clustering according to an embodiment of the present invention.

【図6】クラスタ間の近接度を説明するための図であ
る。
FIG. 6 is a diagram for explaining proximity between clusters.

【符号の説明】[Explanation of symbols]

100 エージェント数決定手段 110 クラスタリング手段 120 要求分配手段 130 資源に関する情報 140 要求に関する情報 100 Agent Number Determining Means 110 Clustering Means 120 Request Distributing Means 130 Resource Information 140 Request Information

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 限られた資源を複数の要求に割り当てる
資源割り当て問題に対して、複数のエージェントに要求
を分配し、エージェント間の協調により問題解決を行う
協調問題解決システムのエージェントへ要求を分配する
場合に、 該資源に関する情報及び個々の要求に関する情報を用い
て、問題の規模に応じた最適なエージェント数を決定
し、 要求を既決定エージェント数の要求群にクラスタリング
し、 クラスタリングされた要求群をエージェントに分配する
ことを特徴とする協調問題解決システムにおける要求分
配方法。
1. For a resource allocation problem in which limited resources are allocated to a plurality of requests, the requests are distributed to a plurality of agents, and the requests are distributed to agents of a cooperative problem solving system that solves problems by cooperation among the agents. In this case, the optimum number of agents according to the scale of the problem is determined using the information about the resource and the information about each request, the requests are clustered into a request group of the number of already-determined agents, and the clustered request group Request distribution method in a collaborative problem solving system, which is characterized by distributing requests to agents.
【請求項2】 限られた資源を複数の要求に割り当てる
資源割り当て問題に対して、複数のエージェントに要求
を分配し、エージェント間の協調により問題解決を行う
協調問題解決システムのエージェントへ要求を分配する
システムにおいて、 該資源に関する情報及び個々の要求に関する情報を用い
て、問題の資源量と要求量による規模に応じた最適なエ
ージェント数を決定するエージェント数決定手段と、 要求を該エージェント数決定手段により既に決定されて
いるエージェント数の要求群にクラスタリングするクラ
スタリング手段と、 該クラスタリング手段によりクラスタリングされた要求
群をエージェントに分配する要求分配手段とを有するこ
とを特徴とする協調問題解決システムにおける要求分配
システム。
2. For a resource allocation problem in which limited resources are allocated to a plurality of requests, the requests are distributed to a plurality of agents, and the requests are distributed to agents of a cooperative problem solving system that solves problems by cooperation among agents. In this system, the number of agents determining means for determining the optimum number of agents according to the resource amount in question and the scale of the request amount using the information about the resource and the information about the individual request, and the request number determining means Request distribution in a collaborative problem solving system, characterized by having a clustering means for clustering into a request group of the number of agents already determined by the above, and a request distribution means for distributing the request group clustered by the clustering means to the agents. system.
【請求項3】 前記クラスタリング手段は、 前記エージェント数決定手段により決定されたエージェ
ント数のエージェント間の実行時の負荷のばらつきが少
なく、近接度の高い要求をまとめて同一のエージェント
に分配する請求項2記載の協調問題解決システムにおけ
る要求分配システム。
3. The clustering means distributes requests having a high degree of proximity and having a small variation in load during execution among agents of the number of agents determined by the number-of-agents determining means, to the same agent all together. A request distribution system in the cooperative problem solving system described in 2.
JP6080195A 1994-04-19 1994-04-19 Method and system for distributing request in cooperative problem solution system Pending JPH07287692A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6080195A JPH07287692A (en) 1994-04-19 1994-04-19 Method and system for distributing request in cooperative problem solution system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6080195A JPH07287692A (en) 1994-04-19 1994-04-19 Method and system for distributing request in cooperative problem solution system

Publications (1)

Publication Number Publication Date
JPH07287692A true JPH07287692A (en) 1995-10-31

Family

ID=13711608

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6080195A Pending JPH07287692A (en) 1994-04-19 1994-04-19 Method and system for distributing request in cooperative problem solution system

Country Status (1)

Country Link
JP (1) JPH07287692A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011016375A1 (en) * 2009-08-07 2011-02-10 Ricoh Company, Limited Image processing apparatus, image processing method, and computer program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011016375A1 (en) * 2009-08-07 2011-02-10 Ricoh Company, Limited Image processing apparatus, image processing method, and computer program
JP2011039675A (en) * 2009-08-07 2011-02-24 Ricoh Co Ltd Apparatus and method for processing image, and computer program
US8750638B2 (en) 2009-08-07 2014-06-10 Ricoh Company, Ltd. Image processing apparatus, image processing method, and computer program

Similar Documents

Publication Publication Date Title
Stecke A hierarchical approach to solving machine grouping and loading problems of flexible manufacturing systems
US7877755B2 (en) Dynamic application placement with allocation restrictions and even load distribution
CN109783224A (en) Method for allocating tasks, device and terminal device based on load allotment
CN106534318B (en) A kind of OpenStack cloud platform resource dynamic scheduling system and method based on flow compatibility
US20030158887A1 (en) Massively computational parallizable optimization management system and method
US20020091559A1 (en) Work flow management method and work flow management system of controlling a work flow
CN106557471A (en) Method for scheduling task and device
CN106325976B (en) A kind of rendering task scheduling processing method and server
US20060031242A1 (en) Method, system, and program for distributing application transactions among work servers
CN107480254B (en) Online load balancing method suitable for distributed memory database
JPH07287692A (en) Method and system for distributing request in cooperative problem solution system
CN106844024B (en) GPU/CPU scheduling method and system of self-learning running time prediction model
US6754658B1 (en) Database server processing system, method, program and program storage device
Munetomo et al. A genetic approach to dynamic load balancing in a distributed computing system
JPH08152903A (en) Multiprocessor system
CN109582461A (en) A kind of calculation resource disposition method and system for linux container
CN101071489A (en) Work flow management system and method for realizing work process automation
Van Tilborg et al. Distributed task force scheduling in multi-microcomputer networks
CN115242803B (en) Cloud PLC (programmable logic controller) optimal deployment method based on bottleneck resource dependency
JPH11195007A (en) Distributed processing system/method
JP2000218477A (en) Production managing system
JPH04348452A (en) Method and apparatus for asigning process or for executing search for satisfying restricting condition
JPH047659A (en) Composite computer system
Daduna A decision support system for vehicle scheduling in public transport
Varvarigou et al. Distributed reconfiguration of multiprocessor systems