JPH11143938A - Resource assignment plan making method and system - Google Patents

Resource assignment plan making method and system

Info

Publication number
JPH11143938A
JPH11143938A JP30197997A JP30197997A JPH11143938A JP H11143938 A JPH11143938 A JP H11143938A JP 30197997 A JP30197997 A JP 30197997A JP 30197997 A JP30197997 A JP 30197997A JP H11143938 A JPH11143938 A JP H11143938A
Authority
JP
Japan
Prior art keywords
plan
attribute
information
resource allocation
allocation plan
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
JP30197997A
Other languages
Japanese (ja)
Inventor
Tatsuhiro Sato
達広 佐藤
Toshiro Sasaki
敏郎 佐々木
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP30197997A priority Critical patent/JPH11143938A/en
Publication of JPH11143938A publication Critical patent/JPH11143938A/en
Pending legal-status Critical Current

Links

Landscapes

  • Feedback Control In General (AREA)
  • Train Traffic Observation, Control, And Security (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To effectively make a resource assignment plan of high quality. SOLUTION: A plan making part 100 searches an optimum resource assignment plan with an evaluation function and outputs this searching result as a proposal plan. A plan correction part 200 corrects the proposal plan acquired at the part 100 and stores the correction information showing the processes including up to the one where the final proposal is prepared into a correction information data base 1600. A plan feature value calculation part 300 calculates the feature value of an assignment plan showing a variance element when a plan is made with the specific environment information based on the correction information stored in the base 1600. An evaluation function generation part 400 generates an evaluation function of the assignment plan based on the trend of the feature value of the assignment plan that is calculated at the part 300.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、資源割当計画作成
方法及び資源割当計画作成システムに係り、交通分野や
生産分野におけるスケジューリング業務を計算機で支援
する資源割当計画作成方法及び資源割当計画作成システ
ムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a resource allocation plan creating method and a resource allocation plan creating system, and more particularly, to a resource allocation plan creating method and a resource allocation plan creating system for supporting a scheduling task in a transportation field or a production field by a computer. .

【0002】[0002]

【従来の技術】交通分野では、例えば、鉄道車両基地に
おける車両配置計画の作成を、資源割当計画として、計
算機で支援作成するシステムが用いられている。また、
複数の生産ラインで、多品種の製品を生産するような生
産分野でも、生産ラインに対する生産すべき製品を割り
当てる計画を、資源割当計画として、計算機で支援作成
するシステムが用いられている。
2. Description of the Related Art In the transportation field, for example, there is used a computer-assisted system for preparing a vehicle arrangement plan at a railway depot as a resource allocation plan. Also,
Even in a production field in which a variety of products are produced on a plurality of production lines, a computer-assisted creation system for assigning products to be produced to the production lines as a resource allocation plan is used.

【0003】このように、複数のジョブに対して人員,
設備,機材等の資源を割り当てる資源割当計画作成問題
の(準)最適解の探索手法としては、従来から用いられ
ているものとしては、線形計画法(LP),局所探索
法,局所探索法の改良アルゴリズムであるタブー探索法
やアニーリング法,遺伝的アルゴリズム(GA)等が知
られている。これらの手法は細部はそれぞれ異なるが、
何らかの手段によって作成した初期解に対する部分的な
変更を繰り返し、設定された評価関数の下での最適解に
徐々に接近していく反復改良型の探索アルゴリズムであ
る。
[0003] In this way, a plurality of jobs are
As a search method for a (sub) optimal solution for a resource allocation plan creation problem for allocating resources such as equipment and equipment, linear programming (LP), local search, and local search have been conventionally used. A taboo search method, an annealing method, a genetic algorithm (GA), and the like, which are improved algorithms, are known. Each of these methods has different details,
This is an iteratively improved search algorithm that repeats partial changes to the initial solution created by some means and gradually approaches the optimal solution under the set evaluation function.

【0004】ここで、評価関数E(X)としては、式
(1)に示す評価指標毎の評価値の線形加重和を用いる
ようにしている。
Here, as the evaluation function E (X), a linear weighted sum of the evaluation values for each evaluation index shown in equation (1) is used.

【0005】[0005]

【数1】 (Equation 1)

【0006】なお、ここで、ei(i=1,…,n)は、
単一評価指標の(部分)評価関数であり、wi(i=1,
…,n)は、各評価値の重要度を表す重みである。
Here, ei (i = 1,..., N) is
A (partial) evaluation function of a single evaluation index, wi (i = 1,
.., N) are weights representing the importance of each evaluation value.

【0007】反復改良型の探索手法を用いる利点は、評
価指標の変化に対する追随性が高いという点である。あ
る評価指標が不要となったり、新たな評価指標が必要と
なった場合には、対応する部分評価関数を削除・追加し
て新たな評価関数を作成するだけで、その変化に応じた
計画の立案が可能となる。指標間のトレードオフが変化
した場合も、同様に部分評価関数の重みを変更するだけ
で対応することができる。しかしながら、評価指標とそ
の重みは計画作成状況や計画作成者によって複雑に変化
するため、システム開発者若しくはユーザが変化の度に
評価指標と重みを設定することは困難であった。
An advantage of using the iteratively improved search method is that it has a high followability to a change in the evaluation index. When a certain evaluation index becomes unnecessary or a new evaluation index becomes necessary, a new evaluation function can be created simply by deleting or adding the corresponding partial evaluation function, and a plan according to the change can be created. Planning is possible. Even when the trade-off between the indices changes, it can be dealt with just by changing the weight of the partial evaluation function. However, since the evaluation index and its weight vary in a complicated manner depending on the plan creation situation and the plan creator, it is difficult for the system developer or the user to set the evaluation index and the weight each time the change occurs.

【0008】そこで、本出願人は、先に、特願平8−1
09713号として、重みの設定方式については、評価
指標の重みをレーダーチャートを用いて表示し、計画作
成者がそのレーダーチャートをグラフィック修正するこ
とにより、重みを調整する方式を出願している。
Therefore, the applicant of the present application has previously filed Japanese Patent Application No.
Japanese Patent Application No. 09713 has filed an application for a method of setting weights, in which the weights of evaluation indices are displayed using a radar chart, and a plan creator graphically corrects the radar chart to adjust the weights.

【0009】[0009]

【発明が解決しようとする課題】しかしながら、先に提
案したレーダーチャートによる重みの調整方式は、ただ
でさえコンピュータシステムの操作に不慣れな計画作成
者に、さらに余計な負担を強いるという問題がある。グ
ラフィカルなレーダーチャートは、数値や言葉による重
みの定義に比べて、評価指標間のトレードオフを直観的
に把握し易いが、作成状況によって変化する重みを一度
の調整で満足のいく値に設定できることはまれである。
通常は、何度も試行錯誤を繰り返して、ある程度満足の
いく値に落ち着くことがほとんどであるため、作成者に
とって多大な時間と労力が必要になる。
However, the weight adjustment method using the radar chart proposed above has a problem that a plan creator who is not yet accustomed to the operation of the computer system imposes an extra burden. Graphical radar charts make it easier to intuitively understand the trade-offs between evaluation indices than numerical and verbal definitions of the weights, but the weight that changes depending on the creation situation can be set to a satisfactory value with a single adjustment Is rare.
Usually, trial and error are repeated many times, and it is almost always settled to a satisfactory value to some extent, so that the creator requires a great deal of time and effort.

【0010】さらに、作成者は長年の経験によって得た
知識を用いて高品質の資源割当計画を立案することが可
能であるが、計画作成に関する知識を矛盾なく形式的に
定義することは困難である。計画作成者は、できあがっ
た計画を見てその良し悪しを判断したり、良い解を得る
ための修正点を指摘することはできるが、それがなぜで
あるかを秩序だって説明することができない場合が多
い。この事実は、知識エンジニアリングのパラドクス、
「問題領域の専門家が優秀であればあるほど、自分の問
題解決に使う知識を記述することが不得手である。」と
して良く知られている(Waterman, D.
A.: A guide to expertsyst
ems, Addison−Wesley ,198
6)。
[0010] Furthermore, the creator can formulate a high-quality resource allocation plan using knowledge gained through many years of experience, but it is difficult to formally define the knowledge about plan creation without contradiction. is there. If the plan creator can look at the resulting plan to judge its goodness or point out the corrections to get a good solution, but cannot explain the reason why it is orderly There are many. This fact is the paradox of knowledge engineering,
It is well known that "the better a problem domain expert, the poorer it is at describing the knowledge used to solve his problem." (Waterman, D.M.
A. : A guide to expertsystem
ems, Addison-Wesley, 198.
6).

【0011】従って、計画作成知識である評価指標の重
みを、計画作成者がダイレクトに操作して適切に調整す
ることを期待するのは難しいという問題があった。
Therefore, there is a problem that it is difficult for a plan creator to directly operate and appropriately adjust the weight of the evaluation index, which is the plan creation knowledge.

【0012】また、従来の方式では、評価指標は曖昧性
がなく、評価値が一意に算出できるものしか用いること
ができないため、評価指標の変化に対する柔軟性が低い
ものである。従って、固定的な評価指標しか取り入れる
ことができないため、計画作成状況や計画作成者が変化
した場合には、そのつど評価関数を恣意的に変更する必
要がある。しかしながら、必要な評価関数を恣意的に定
義することは、先に述べた知識獲得のパラドクスから困
難なものである。
Further, in the conventional method, the evaluation index has no ambiguity, and only an evaluation value that can be uniquely calculated can be used. Therefore, flexibility in changing the evaluation index is low. Therefore, since only fixed evaluation indices can be adopted, it is necessary to arbitrarily change the evaluation function each time the plan creation situation or plan creator changes. However, it is difficult to arbitrarily define the necessary evaluation function due to the paradox of knowledge acquisition described above.

【0013】本発明の目的は、高品質な資源割当計画の
効率的な作成を実現する資源割当計画作成方法及び資源
割当計画作成システムを提供することにある。
An object of the present invention is to provide a resource allocation plan creating method and a resource allocation plan creating system which realize efficient creation of a high quality resource allocation plan.

【0014】[0014]

【課題を解決するための手段】(1)上記目的を達成す
るために、本発明は、複数のジョブに対して資源を割り
当てる資源割当計画作成方法において、A)評価関数の
下での最適な資源割当計画を探索し、その結果を計画案
として出力する第1のステップと、B)この計画案を修
正して最終案を作成するまでの修正情報を修正情報デー
タベースに格納する第2のステップと、C)上記修正情
報を利用して、特定の環境情報の下における計画作成時
の変動要素を示す割当計画の特徴量を算出する第3のス
テップと、D)上記割当計画の特徴量の傾向に基づい
て、割当計画の評価関数を生成する第4のステップとを
備えるようにしたものである。かかる方法により、計画
作成者による計画案の過去の修正操作の履歴から、計画
作成状況及び計画作成者の違いに応じて適切な評価関数
を構成して、高品質な資源割当計画の効率的な作成を実
現し得るものとなる。
(1) In order to achieve the above object, the present invention provides a method for creating a resource allocation plan for allocating resources to a plurality of jobs. A first step of searching for a resource allocation plan and outputting the result as a plan, and B) a second step of storing in a correction information database correction information until the plan is corrected and a final plan is created. C) a third step of using the correction information to calculate a characteristic amount of an allocation plan indicating a variable element at the time of planning under specific environmental information; and D) calculating a characteristic amount of the allocation plan. And a fourth step of generating an allocation plan evaluation function based on the tendency. By such a method, an appropriate evaluation function is constructed based on the history of past correction operations of the plan by the plan creator according to the plan creation situation and the difference of the plan creator, and the efficient allocation of the high-quality resource allocation plan is performed. Creation can be realized.

【0015】(2)上記(1)において、好ましくは、
上記修正情報は、ジョブの属性と割当資源からなる計画
属性の属性値の変化の情報を有するものである。
(2) In the above (1), preferably,
The modification information has information on a change in attribute value of a plan attribute including a job attribute and an assigned resource.

【0016】(3)上記(1)において、好ましくは、
上記環境情報は、個々の計画作成者の識別情報を有して
おり、上記第3のステップは、計画作成時に他の変動要
素が同じであっても計画作成者毎に異なる環境情報が与
えられ、該当環境情報及びその近傍の環境情報の下にお
ける修正情報から計画作成者各々の計画作成に関する手
法及び嗜好を反映した割当計画の特徴量を算出するよう
にしたものである。
(3) In the above (1), preferably,
The environment information includes identification information of each plan creator. In the third step, different environment information is given to each plan creator even when other variables are the same at the time of planning. In addition, a feature amount of an allocation plan that reflects a plan creation method and a preference of each plan creator is calculated from the corresponding environment information and correction information under environment information in the vicinity thereof.

【0017】(4)上記(1)において、好ましくは、
上記修正情報は、計画修正時の環境情報を有しており、
上記第3のステップは、近傍の範囲を徐々に拡大しなが
ら、現在の環境情報またはその近傍の環境情報と修正時
の環境情報がマッチする修正情報を、規定個数を超える
まで集め、これらの集められた修正情報を利用して、特
定の環境情報の下における計画作成時の変動要素を示す
割当計画の特徴量を算出するようにしたものである。
(4) In the above (1), preferably,
The above-mentioned correction information has environmental information at the time of the plan correction,
In the third step, while gradually expanding the range of the neighborhood, correction information in which the current environment information or the vicinity environment information matches the environment information at the time of the correction is collected until the number exceeds a prescribed number, and the collected information is collected. Using the obtained correction information, a feature amount of an allocation plan indicating a variable element at the time of creating a plan under specific environmental information is calculated.

【0018】(5)上記(4)において、好ましくは、
上記近傍の範囲は、環境情報間の距離で指定し、この距
離を算出する距離関数は、環境情報内の各項目に対応す
る部分距離関数の線形和としたものである。
(5) In the above (4), preferably,
The range of the neighborhood is specified by the distance between the pieces of environment information, and the distance function for calculating the distance is a linear sum of partial distance functions corresponding to each item in the environment information.

【0019】(6)上記(1)において、好ましくは、
上記修正情報は、計画属性名と修正前属性値と修正され
た最終的な属性値とからなる計画修正前後の計画属性値
変化を有しており、上記割当計画の特徴量は、計画属性
の重要度を含む計画属性の属性特徴量の集合であり、上
記第3のステップは、上記修正情報データベースから取
り出した修正情報の集合の計画属性値変化を検索し、上
記修正前属性値と上記最終的な属性値の双方に出現する
値を数え挙げ、その個数に応じて、上記計画属性特徴量
の重要度を算出するようにしたものである。
(6) In the above (1), preferably,
The modification information has a plan attribute value change before and after the plan modification including a plan attribute name, a pre-correction attribute value, and a corrected final attribute value, and the feature amount of the allocation plan is The third step is to search for a change in the planned attribute value of the set of correction information extracted from the correction information database, and to determine the change in the attribute value before correction and the final The values appearing in both of the typical attribute values are counted, and the importance of the plan attribute feature is calculated according to the number.

【0020】(7)上記(6)において、好ましくは、
上記第4のステップは、上記第3のステップで算出され
た割当計画の特徴量に含まれる全ての計画属性特徴量の
重要度の比に応じて、各計画属性に対する部分評価関数
の重みを算出するようにしたものである。
(7) In the above (6), preferably,
The fourth step calculates the weight of the partial evaluation function for each plan attribute according to the ratio of the importance of all the plan attribute features included in the feature of the allocation plan calculated in the third step. It is something to do.

【0021】(8)上記(1)において、好ましくは、
上記修正情報は、修正された最終的な属性値を有してお
り、上記割当計画の特徴量は、計画属性値とその値の過
去の実績における相対的な出現頻度との対のリストであ
る値の傾向を含む計画属性の属性特徴量の集合であり、
上記第3のステップは、上記修正情報データベースから
取り出した修正情報の集合の計画属性値変化を検索し、
修正前属性値に出現する値を除いた上記最終的な属性値
の相対的な出現頻度を統計的に算出し、上記属性特徴量
の値の傾向として出力するようにしたものである。
(8) In the above (1), preferably,
The correction information has a corrected final attribute value, and the feature amount of the allocation plan is a list of pairs of a plan attribute value and a relative frequency of occurrence of the value in the past performance. A set of attribute features of the planning attributes including the value trends,
The third step is to search for a set attribute value change of a set of correction information extracted from the correction information database,
The relative frequency of appearance of the final attribute value excluding the value appearing in the attribute value before correction is statistically calculated and output as a tendency of the value of the attribute feature amount.

【0022】(9)上記(8)において、好ましくは、
上記第4のステップは、計画属性値に対する属性評価関
数を、対応する計画属性特徴量における値の傾向に出現
する属性値の相対頻度の高さに応じて評価値を出力する
ように作成し、全ての属性評価関数を用いて上記割当計
画の評価関数を生成するようにしたものである。
(9) In the above (8), preferably,
The fourth step is to create an attribute evaluation function for the planned attribute value so as to output an evaluation value according to the relative frequency of the attribute value that appears in the tendency of the value in the corresponding planned attribute feature value, The evaluation function of the allocation plan is generated using all the attribute evaluation functions.

【0023】(10)上記目的を達成するために、複数
のジョブに対して資源を割り当てる資源割当計画作成シ
ステムにおいて、評価関数の下での最適な資源割当計画
を探索し、その結果を計画案として出力する計画立案部
と、この計画立案部で作成した計画案を修正し、最終案
を作成するまでの修正情報を修正情報データベースに格
納する計画案修正部と、上記修正情報データベースに格
納された上記修正情報を利用して、特定の環境情報の下
における計画作成時の変動要素を示す割当計画の特徴量
を算出する計画特徴量算出部と、この計画特徴量算出部
によって算出された上記割当計画の特徴量の傾向に基づ
いて、割当計画の評価関数を生成する評価関数生成部と
を備えるようにしたものである。かかる構成により、計
画作成者による計画案の過去の修正操作の履歴から、計
画作成状況及び計画作成者の違いに応じて適切な評価関
数を構成して、高品質な資源割当計画の効率的な作成を
実現し得るものとなる。
(10) In order to achieve the above object, in a resource allocation plan creating system for allocating resources to a plurality of jobs, an optimum resource allocation plan under an evaluation function is searched for, and the result is proposed as a plan. A plan drafting section that outputs as a plan draft, a plan drafting section that corrects a draft created by the planning drafting section, and stores correction information until a final draft is created in a correction information database; Utilizing the modification information, a plan feature amount calculating unit that calculates a feature amount of an allocation plan indicating a variable element at the time of creating a plan under specific environmental information, and the plan feature amount calculating unit that calculates the feature amount. An evaluation function generating unit that generates an evaluation function of the allocation plan based on the tendency of the feature amount of the allocation plan. With this configuration, based on the history of past correction operations of the plan draft by the plan creator, an appropriate evaluation function is configured according to the plan creation situation and the difference of the plan creator, and the efficient allocation of a high-quality resource allocation plan is achieved. Creation can be realized.

【0024】[0024]

【発明の実施の形態】以下、図1〜図16を用いて、本
発明の一実施形態による資源割当計画作成方法及び資源
割当計画作成システムについて説明する。なお、以下の
例においては、鉄道車両基地における車両配置計画作成
システムを例にとって、本実施形態による資源割当計画
作成方法及び資源割当計画作成システムについて説明す
る。本実施形態による車両配置計画作成システムは、鉄
道車両基地における車両運用業務を支援するシステムで
あり、営業運転を終えて車両基地に戻って来る車両の基
地内における配置番線を決定する配置計画を作成するも
のである。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A resource allocation plan creation method and a resource allocation plan creation system according to one embodiment of the present invention will be described below with reference to FIGS. In the following example, a method for creating a resource allocation plan and a system for creating a resource allocation plan according to the present embodiment will be described taking a system for creating a vehicle arrangement plan in a railway depot as an example. The vehicle layout plan creation system according to the present embodiment is a system that supports a vehicle operation task at a railway depot, and creates a layout plan that determines a layout number line in the base of a vehicle that returns to the depot after commercial operation. Is what you do.

【0025】最初に、図1を用いて、本実施形態による
車両配置計画作成システムの全体構成について説明す
る。なお、図1に示す車両配置計画作成システムを構成
する各処理部及びデータベース(DB)の詳細な処理・
構成については、図2以降を用いて詳述する。
First, the overall configuration of the vehicle layout plan creation system according to the present embodiment will be described with reference to FIG. The detailed processing of each processing unit and database (DB) constituting the vehicle layout plan creation system shown in FIG.
The configuration will be described in detail with reference to FIG.

【0026】計画立案部100は、資源データDB11
00に格納されている資源データ及びジョブデータDB
1200に格納されているジョブデータを用いて、計画
を立案するとともに、評価関数DB1300に格納され
ている評価関数を用いて、立案された計画を評価し、評
価の高い計画を計画案として立案し、その計画案を計画
案DB1400に格納する。
The planning unit 100 includes a resource data DB 11
Resource data and job data DB stored in 00
A plan is created using the job data stored in 1200, and the created plan is evaluated using an evaluation function stored in the evaluation function DB 1300, and a highly evaluated plan is created as a plan. Then, the plan is stored in the plan DB 1400.

【0027】計画立案部100の処理の詳細について
は、図4を用いて後述する。また、資源データDB11
00に格納されている資源データについては、図2を用
いて後述する。ジョブデータDB1200に格納されて
いるジョブデータについては、図3を用いて後述する。
The details of the process of the planning unit 100 will be described later with reference to FIG. The resource data DB 11
The resource data stored in 00 is described later with reference to FIG. The job data stored in the job data DB 1200 will be described later with reference to FIG.

【0028】さらに、評価関数DB1300に格納され
ている評価関数は、評価関数生成部400によって生成
されるものであり、図15を用いて後述するが、評価関
数は、後述する計画案修正部200,計画特徴量算出部
300及び評価関数生成部400における処理を経て、
計画作成者による計画案の過去の修正操作の履歴から、
計画作成状況及び計画作成者の違いに応じて適切な評価
関数に順次修正されるものである。また、計画案DB1
400に格納される計画案については、図5を用いて後
述する。
Further, the evaluation function stored in the evaluation function DB 1300 is generated by the evaluation function generation unit 400, and will be described later with reference to FIG. , Through the processing in the plan feature amount calculation unit 300 and the evaluation function generation unit 400,
From the history of past corrections made by the plan creator,
The evaluation function is sequentially modified to an appropriate evaluation function according to the plan preparation situation and the difference between plan creators. In addition, plan DB1
The plan stored in 400 will be described later with reference to FIG.

【0029】計画案修正部200は、計画案DB140
0に格納された計画案を表示装置2100に表示すると
ともに、表示された計画案に対しては、入力装置220
0を用いて修正可能なものである。計画案の修正に際し
ては、資源データやジョブデータが用いられるととも
に、環境情報DB1500に格納されている環境情報も
用いられる。修正された計画案は、プリンタ2300に
出力され、車両配置計画として、車両基地における車両
の配置に使用される。また、計画案修正部200におい
て計画案が修正された際の修正情報は、修正情報DB1
600に修正情報として格納される。
The plan correction unit 200 includes a plan DB 140
0 is displayed on the display device 2100, and the input device 220
It can be corrected using 0. In modifying the plan, resource data and job data are used, and the environment information stored in the environment information DB 1500 is also used. The revised plan is output to the printer 2300, and is used for arranging vehicles at the depot as a vehicle arrangement plan. The modification information when the plan is modified by the plan modification unit 200 is the modification information DB1.
600 is stored as correction information.

【0030】環境情報DB1500に格納されている環
境情報については、図10を用いて後述する。また、修
正情報DB1600に格納される修正情報については、
図9を用いて説明する。
The environment information stored in the environment information DB 1500 will be described later with reference to FIG. Also, regarding the correction information stored in the correction information DB 1600,
This will be described with reference to FIG.

【0031】計画特徴量算出部300は、環境情報及び
修正情報に基づいて、計画特徴量を算出し、算出された
計画特徴量を計画特徴量DB1700に格納する。計画
特徴量については、図14を用いて後述する。
The plan feature calculating section 300 calculates a plan feature based on the environment information and the correction information, and stores the calculated plan feature in the plan feature DB 1700. The planned feature amount will be described later with reference to FIG.

【0032】評価関数生成部400は、計画特徴量に基
づいて、評価関数を修正し、その評価関数を評価関数D
B1300に格納する。
The evaluation function generation unit 400 corrects the evaluation function based on the planned feature quantity, and converts the evaluation function into an evaluation function D
B1300.

【0033】即ち、本実施形態では、計画評価のため、
よりプリミティブな単位として計画属性を導入し、計画
案の評価を計画属性の値を用いて判定する。判定結果
は、評価値として計画案に与えられる。評価値を算出す
る評価関数は、図1の評価関数生成部400において、
計画作成の状況と計画作成者の違いに応じて修正情報を
基に動的に構成するようにしている。
That is, in the present embodiment, for plan evaluation,
The plan attribute is introduced as a more primitive unit, and the evaluation of the plan is determined using the value of the plan attribute. The judgment result is given to the plan as an evaluation value. The evaluation function for calculating the evaluation value is generated by the evaluation function generation unit 400 in FIG.
It is configured dynamically based on the modification information according to the plan creation situation and the difference between plan creators.

【0034】次に、図2を用いて、資源データDB11
00に格納されている資源データについて説明する。図
2は、本実施形態において計画作成対象とする仮想的な
車両基地のレイアウト図であり、この車両基地を規定す
るの情報が、資源データとして、資源データDB110
0に格納されている。
Next, referring to FIG.
The resource data stored in 00 will be described. FIG. 2 is a layout diagram of a virtual depot serving as a plan creation target in the present embodiment. The information defining this depot is represented by resource data DB 110 as resource data.
0 is stored.

【0035】本実施形態においては、仮想的な車両基地
は、15本の番線R1,R2,…,R15を持ってお
り、1本の入出庫線を通って車両が外部との間を行き来
する。また、各番線はその用途によって3種類に分類さ
れる。番線R1,R2は、車両に対する清掃,修理,点
検といった保守作業のひとつである作業aをおこなうた
めの番線であり、該当作業を実施するための専用設備を
備えている。番線R3は、同様に、保守作業のひとつで
ある作業bを実施する専用番線である。残りの番線R
4,…,R15は、特別な設備を持たず、翌日の営業開
始時間まで車両を保管しておくためだけに用いられる留
置番線である。各番線には、車両の営業運転時の単位で
ある編成をひとつ配置することができる。
In the present embodiment, the virtual depot has 15 track lines R1, R2,..., R15, and the vehicle moves between the outside and the outside through one entry / exit line. . Each track is classified into three types according to its use. Lines R1 and R2 are lines for performing operation a, which is one of maintenance operations such as cleaning, repair, and inspection of the vehicle, and are provided with dedicated equipment for performing the operation. Similarly, the line R3 is a dedicated line for performing the operation b, which is one of the maintenance operations. Remaining track R
4,..., R15 are indwelling lines that have no special facilities and are used only for storing vehicles until the business start time of the next day. On each track, one train, which is a unit at the time of commercial operation of the vehicle, can be arranged.

【0036】編成は、車両を数両つなげたものであり、
何両の車両を1編成とするかは、営業運転をおこなう運
行ダイヤにより異なるが、本実施形態においては、2両
又は4両の2種類の編成が存在するものとする。番線R
15に留め置かれている編成は、4両編成である。2種
類の編成は当然その長さが異なるため、番線によっては
長い編成をおけないものもあり、番線R7〜R9には、
2両編成の車両のみが留置可能である。
The formation is formed by connecting several vehicles.
How many vehicles are considered as one formation depends on the bus schedule for business operation, but in the present embodiment, it is assumed that there are two types of trains, two cars or four cars. Line R
The composition kept at 15 is a 4-car composition. Of course, the two types of knitting have different lengths, so some knitting lines cannot have long knitting.
Only two-car trains can be detained.

【0037】基地内の番線をいくつかまとめたものをブ
ロックと称している。図2に示す車両基地は、ブロック
AからブロックDの4個のブロックを有している。ブロ
ックは、車両の入庫作業及び出庫作業時の作業単位であ
り、通常は1ブロックに作業者が1人配置され、各ブロ
ック内の編成の入出庫作業を担当する。
A group of several number lines in a base is called a block. The depot shown in FIG. 2 has four blocks from block A to block D. The block is a unit of work at the time of vehicle entry and exit work, and usually one worker is arranged in one block, and is responsible for the entry / exit work of the formation in each block.

【0038】番線の本数,種類,長さ,ブロックといっ
た車両基地に関する様々な情報は、資源データとして、
予め作成され、資源データDB1100に格納されてい
る。以下の配置計画作成処理において、この資源データ
が利用される。
Various information on the vehicle base, such as the number, type, length, and blocks of the track, is stored as resource data as
It is created in advance and stored in the resource data DB 1100. This resource data is used in the following arrangement plan creation processing.

【0039】次に、図3を用いて、ジョブデータDB1
200に格納されているジョブデータについて説明す
る。図3は、本実施形態において計画作成対象の車両基
地に、入庫する編成のデータテーブルであり、このデー
タテーブル内の各情報が、ジョブデータとして、ジョブ
データDB1200に格納されている。
Next, referring to FIG.
The job data stored in 200 will be described. FIG. 3 is a data table of a train set to be stored in a vehicle base to be created in the present embodiment, and information in this data table is stored in the job data DB 1200 as job data.

【0040】図3に示すジョブデータテーブル内の各情
報はある特定の日における例を表している。項目「N
O」は、編成の識別ID番号である。項目「編成番号」
は、入庫編成の名称である。項目「入庫時刻」は、編成
が車両基地に戻ってくる予定時刻を表している。「入庫
時刻」が、「在線」のものは、ジョブデータテーブルが
示す特定の日の前日から車両基地に留置かれているもの
である。編成の中には、予備編成として、若しくは、保
守作業を受けるために、該当日に営業運転をせず車両基
地に留まるものがあり、そうした編成については、項目
「入庫時刻」にデータ「在線」が入る。
Each information in the job data table shown in FIG. 3 represents an example on a specific day. Item "N
"O" is the identification ID number of the composition. Item "composition number"
Is the name of the storage organization. The item “entry time” indicates the scheduled time at which the train will return to the depot. When the “arrival time” is “railing”, the vehicle has been detained at the depot from the day before the specific day indicated by the job data table. Some trains remain at the depot without commercial operation on the applicable day as a reserve train or to receive maintenance work. Enters.

【0041】項目「出庫時刻」は、翌日の編成が車両基
地から出ていく予定時刻を表している。「出庫時刻」
が、「在線」のものは、翌日営業運転の予定がなく、一
日中車両基地に留まる編成である。
The item "delivery time" indicates the scheduled time at which the train on the next day will leave the vehicle depot. "Exit time"
On the other hand, the trains that are “railing” have no schedule for commercial operation the next day and stay at the depot all day.

【0042】項目「予定作業」は、実施予定の作業種類
を表しており、「作業a」は、清掃,修理,点検といっ
た保守作業のひとつである作業aが予定されており、
「作業b」は、保守作業のひとつである作業bが予定さ
れていることを示している。作業が特に予定されていな
い編成については、データ「無」が入る。項目「両数」
は、編成の両数を設定する項目である。
The item “scheduled work” indicates the type of work to be performed, and “work a” is scheduled for work a, which is one of maintenance works such as cleaning, repair, and inspection.
“Work b” indicates that work b, which is one of the maintenance work, is scheduled. The data “absent” is entered for a composition whose work is not specifically scheduled. Item "Number of both"
Is an item for setting both numbers of knitting.

【0043】例えば、項目「NO」の識別ID番号が
「1」の編成は、編成ID番号が「H02」であり、前
日から車両基地に留置かれている「在線」であり、翌日
は、「7:49」に出庫が予定されている。さらに、こ
の編成は、当日の作業予定は「無」であり、「4」両編
成であるまた、例えば、項目「NO」の識別ID番号が
「4」の編成は、編成ID番号が「H08」であり、当
日「19:50」に入庫が予定され、翌日は、「6:5
2」に出庫が予定されている。さらに、この編成は、当
日「作業a」の保守作業が予定されており、「4」両編
成である以上説明した編成データテーブルの各項目は、
計画作成に最低限必要な情報であり、例えば、編成の運
行ダイヤや車両形式等、計画作成に必要な情報が他にも
存在する場合には、自由に追加して設定できるものであ
る。
For example, the formation having the identification ID number of "1" of the item "NO" has the formation ID number of "H02", and is a "reserved line" which has been retained at the vehicle depot from the previous day, and the next day is " 7:49 ". In addition, in this knitting, the work schedule of the day is “none”, and it is “4” double knitting. For example, in the knitting with the identification ID number “4” of the item “NO”, the knitting ID number is “H08” , And storage is scheduled at “19:50” on the day. The next day, “6: 5”
2 ”is scheduled to leave. Further, this knitting is scheduled for maintenance work of "work a" on the day, and the items of the knitting data table described above for "4" double knitting are:
This is the minimum information required for creating a plan. For example, when there is other information necessary for creating a plan, such as a train operation schedule and a vehicle type, the information can be freely added and set.

【0044】これらの入庫編成に関する情報は、ジョブ
データとして、予め作成され、ジョブデータDB120
0に格納されている。以下の配置計画作成処理におい
て、このジョブデータが利用される。
The information on the storage organization is created in advance as job data, and the job data DB 120
0 is stored. This job data is used in the following arrangement plan creation processing.

【0045】次に、図4を用いて、計画立案部100に
おける処理について説明する。計画立案部100は、図
2に示した割当て元の番線に関する資源データDB11
00を格納された資源データと、図3に示した割当て対
象の編成に関するジョブデータDB1200に格納され
たジョブデータに基づいて、評価関数DB1300に格
納された評価関数の下での(準)最適解を探索し、それ
を配置計画の計画案として出力する。
Next, the processing in the planning unit 100 will be described with reference to FIG. The planning unit 100 stores the resource data DB 11 relating to the line of the allocation source shown in FIG.
00 based on the resource data stored in the evaluation function DB 1300 and the job data stored in the job data DB 1200 relating to the allocation target organization shown in FIG. And outputs it as a placement plan.

【0046】配置計画作成問題は、入庫編成の配置とい
うジョブに対して、番線という資源を割り当てる資源割
当問題と捉えることができる。計画作成時に考慮すべき
制約条件としては以下のものが考えられる。
The arrangement plan creation problem can be considered as a resource allocation problem in which a resource called a track is allocated to a job of arranging a warehouse organization. The following can be considered as constraints to be considered at the time of planning.

【0047】(1)同じ番線を複数の編成に割り当てる
ことはない。(資源競合制約) (2)短い番線を長い編成(4両)に割り当てることは
ない。(設備制約) (3)作業番線は該当作業を予定する編成に割り当て
る。 (作業制約) 制約(1)及び(2)は物理的な制約であり、これを満
足しなければ配置計画は実施不可能である。制約(3)
は転線効率に関わるものである。作業編成を作業番線に
直接配置しない場合、後で作業をする際に該当番線へ転
線を行なう必要があり、これを避けるために必要な制約
条件である。ただし、作業番線の数が作業予定編成の数
より多い場合にはこの限りではなく、全ての作業編成に
作業番線が割り当てられていれば、残りの作業番線を任
意の編成に割り当てて良いものである。逆に、作業予定
編成の数の方が作業番線数より多い場合には、必ず転線
が発生することになる。この場合、転線によって入庫時
の編成配置が変化することになるが、本実施形態で対象
とする車両基地は、作業番線の数が十分に多くそのよう
なことがおこらない、もしくは転線の回数が基地の規模
に比例して少ないため、その影響が無視できるほど小さ
いものとする。
(1) The same track is never assigned to a plurality of knitting sets. (Resource Conflict Constraint) (2) A short track is not assigned to a long train (four cars). (Equipment restrictions) (3) The work line is assigned to the composition in which the work is scheduled. (Work Constraints) The constraints (1) and (2) are physical constraints, and if they are not satisfied, the placement plan cannot be implemented. Restriction (3)
Is related to the transfer efficiency. If the work organization is not directly arranged on the work line, it is necessary to perform a turn to the corresponding line when performing work later, which is a necessary constraint to avoid this. However, this is not the case when the number of work tracks is larger than the number of scheduled work sets.If the work tracks are assigned to all work tracks, the remaining work tracks can be assigned to any set. is there. Conversely, if the number of scheduled work formations is greater than the number of work number lines, a turn will always occur. In this case, the knitting arrangement at the time of warehousing changes due to the transfer line. However, in the vehicle depot targeted in the present embodiment, the number of work track lines is sufficiently large and such a thing does not occur, or Since the number of times is small in proportion to the size of the base, the influence is assumed to be so small that it can be ignored.

【0048】上記の制約条件を満たす配置計画は無数に
存在するが、計画を評価するための様々な指標によって
その品質の良し悪しが判定される。車両運用業務を円滑
に実施するためには、なるべく品質の高い,即ち、評価
の高い配置計画を作成することが必須である。特に、入
出庫作業や保守作業を効率良く実施でき、なおかつトラ
ブルが発生した場合にも復旧が容易であるような配置計
画が望まれている。
Although there are countless arrangement plans that satisfy the above-described constraints, the quality of the arrangement is determined based on various indices for evaluating the plan. In order to carry out the vehicle operation smoothly, it is essential to create a placement plan with high quality, that is, high evaluation. In particular, there is a demand for an arrangement plan that enables efficient entry and exit work and maintenance work, and that can easily be restored even if a trouble occurs.

【0049】例として、出庫作業に関する評価指標の例
を挙げる。出庫作業はブロック単位で実施されるが、ブ
ロック内の編成の出庫順番が連続していれば、作業を切
れ目なく次々におこなうことができるために効率が良い
ものである。しかしながら、効率に関して最適な計画を
用いると、出庫時に故障等のトラブルが発生した場合、
時間的に余裕がないために、十分な障害対策をとること
ができない。障害対策に関する最適化をおこなうために
は、逆にブロック内の編成の出庫順番が連続せずに間隔
が空くように配置をおこなう必要がある。即ち、両者は
トレードオフの関係にあり、双方をどの程度満足させる
べきかは、編成数や作業予定数といった日々異なる計画
作成時の状況に依存して様々に変化する。加えて、計画
作成に関する考え方や嗜好が作成者毎に異なるために、
同一状況下であっても両者のバランスを固定的に決定し
て計画案を作成すると、ある計画作成者にとっては満足
のいく計画案であったとしても、別の作成者にとっては
納得のいかない計画案であることが少なくないものであ
る。
As an example, an example of an evaluation index relating to the leaving work will be described. The delivery work is performed in block units. However, if the delivery order of the knitting in the block is continuous, the work can be performed one after another without interruption, which is efficient. However, if an optimal plan is used for efficiency, if a trouble such as a breakdown occurs at the time of unloading,
Since there is not enough time, it is not possible to take sufficient countermeasures. On the other hand, in order to perform optimization related to the failure countermeasures, it is necessary to arrange so that the order of delivery of the knitting in the block is not continuous and the intervals are large. That is, the two are in a trade-off relationship, and the extent to which both are to be satisfied varies variously depending on the situation at the time of creating a different plan, such as the number of trains and the number of scheduled operations. In addition, because the ideas and preferences regarding planning differ for each creator,
Even in the same situation, if a plan is created with a fixed balance between the two, even if it is a satisfactory plan for one planner, it is unsatisfactory for another. Often it is a plan.

【0050】上記の2つの評価指標は、出庫作業の効率
と障害時の対策に直接的に関連しているため直観的に分
かり易いものである。一方、ブロック内の配置順番を出
庫順番とすべきかどうか、ある番線に特定の出庫順番の
編成を置くべきかどうか、あるブロックには出庫が早い
編成のみをおくべきかどうか、といったことも出庫作業
に関する評価の対象となるが、それらを具体的にどうす
べきであるかは、作成時の状況や計画作成者の考え方・
嗜好に左右されるため、それらに対して固定的な評価指
標を事前に恣意的に設定することは困難である。さらに
は、どのような評価対象があるかということを、事前に
洩れなく定義すること自体非常に難しい問題といえる。
The above two evaluation indices are intuitively easy to understand because they are directly related to the efficiency of the outgoing work and the measures to be taken in the event of a failure. On the other hand, whether or not the arrangement order in the block should be the dispatch order, whether or not the organization of a specific issue order should be placed on a certain line, and whether or not only the organization with the fastest issue should be placed in a certain block, etc. However, what should be done concretely depends on the situation at the time of preparation and the ideas of the plan creator.
Since it depends on the preference, it is difficult to arbitrarily set a fixed evaluation index in advance for them. Furthermore, it can be said that it is very difficult to define in advance what kind of evaluation target is completely included.

【0051】入庫作業や各種の保守作業についても、出
庫作業の場合と同様に、評価対象の選択,評価指標の定
義,トレードオフの設定の三者は計画作成の状況や計画
作成者に依存して動的に変化するため、それらを事前に
固定的に設定することは困難である。
In the case of the warehousing work and various maintenance work, as in the case of the warehousing work, the selection of the evaluation target, the definition of the evaluation index, and the setting of the trade-off depend on the plan creation situation and the plan creator. Therefore, it is difficult to set them in advance in a fixed manner.

【0052】計画立案部100における解探索アルゴリ
ズムは、線形計画法(LP),局所探索法,局所探索法
の改良アルゴリズムであるタブー探索法やアニーリング
法,遺伝的アルゴリズム(GA)といった反復改良型の
アルゴリズムを用いる。
The solution search algorithm in the planning unit 100 is an iterative improvement type such as a linear programming (LP), a local search, and a tabu search, an annealing, and a genetic algorithm (GA) which are improved algorithms of the local search. Use an algorithm.

【0053】ここでは、図4を用いて、その一例とし
て、局所探索法の処理の概要について説明する。図4の
ステップ410において、計画立案部100は、配置計
画の初期解Xを構成する。ここでは、あらかじめ設定し
た制約条件(本実施形態では、上述した資源競合,設
備,番線制約の3条件)を最低限満足する解を作成す
る。次に、ステップ420において、計画立案部100
は、評価関数Eを用いて、初期解の評価値E(X)を算
出する。
Here, the outline of the processing of the local search method will be described as an example with reference to FIG. In step 410 of FIG. 4, the planning unit 100 forms an initial solution X of the arrangement plan. Here, a solution that satisfies at least the preset constraint conditions (in the present embodiment, the three conditions of resource conflict, facility, and line constraint described above) is created. Next, in step 420, the planning unit 100
Calculates the evaluation value E (X) of the initial solution using the evaluation function E.

【0054】また、ステップ430において、計画立案
部100は、初期解Xの近傍N(X)を構成する。近傍
とは、ある解(ここでは、X)に少し変更を加えること
で得られる解の集合のことである。本実施形態では、解
Xに対して、任意の2つの編成の割当番線を、(制約条
件に違反しない限りにおいて)、交換することにより得
られる解の集合を近傍N(X)と定義する。
In step 430, the planning unit 100 forms the neighborhood N (X) of the initial solution X. The neighborhood is a set of solutions obtained by making a small change to a certain solution (here, X). In the present embodiment, a set of solutions obtained by exchanging the allocation number lines of any two formations for the solution X (as long as the constraint number is not violated) is defined as a neighborhood N (X).

【0055】次に、ステップ440において、計画立案
部100は、近傍N(X)の全ての要素の評価値E
(Y)を評価関数Eを用いて算出し、算出された評価値
E(Y)と初期の評価値E(X)とを比較する。その結
果、Xよりも高い評価値を持つ解Yが存在する場合に
は、ステップ450へ進み、解Yをあらためて解Xと置
き換えてステップ430へ戻り処理を繰り返す。近傍N
(X)のどの解もXより評価値が低い場合は、ループを
抜けてステップ460へ進み、Xを計画案として計画案
DB1400に出力して、処理を終了する。
Next, in step 440, the planning unit 100 evaluates the evaluation values E of all the elements in the neighborhood N (X).
(Y) is calculated using the evaluation function E, and the calculated evaluation value E (Y) is compared with the initial evaluation value E (X). As a result, if there is a solution Y having an evaluation value higher than X, the process proceeds to step 450, where the solution Y is replaced with the solution X again, the process returns to step 430, and the process is repeated. Neighbor N
If any solution of (X) has a lower evaluation value than X, the process goes through the loop to step 460, outputs X as a plan to the plan DB 1400, and ends the processing.

【0056】ここで、図5を用いて、計画立案部100
において立案された計画案の一例について説明する。図
5は、本実施形態において計画作成対象の車両基地の各
番線R1〜R15に対して入庫する編成の割当を示す配
置計画のデータテーブルであり、このデータテーブル内
の各情報が、計画案データとして、計画案DB1400
に格納される。
Here, referring to FIG. 5, the planning unit 100
An example of the plan drafted in the above will be described. FIG. 5 is a data table of an arrangement plan showing the allocation of the formations to be stored in each of the track lines R1 to R15 of the depot for which a plan is to be created in the present embodiment, and each information in this data table is a plan data. As a plan DB1400
Is stored in

【0057】配置計画はテーブル形式であり、項目「番
線」は、車両基地内の番線R1,…,R15を表してい
る。項目「編成ID番号」は、各番線に配置する編成の
編成ID番号を表している。項目「編成ID番号」のデ
ータが「……」である番線は、そこに編成を配置しない
ことを表している。
The layout plan is in the form of a table, and the item "number line" represents the number lines R1,..., R15 in the vehicle depot. The item “composition ID number” represents the composition ID number of the composition arranged on each track. The line in which the data of the item “composition ID number” is “...” Indicates that no composition is arranged there.

【0058】番線R1,R2,R3は、図2において説
明したように、作業番線である。従って、図3に示した
ジョブデータの中で、作業予定のある項目「編成ID番
号」が「H08」,「H10」,「H07」の編成に対
して、番線R1,R2,R3が割り当てられていること
を表している。また、図3に示したジョブデータの中
で、作業予定のある項目「編成ID番号」が「H0
3」,「H04」の編成に対しては、とりあえず番線R
7,R9を割り当て、番線R1〜R3における作業終了
後、作業番線に移動されるものである。他の編成につい
ては、作業が予定されていないため、作業番線以外に、
入庫予定時刻,出庫予定時刻,編成両数に応じて割り当
てられていることを表している。
The number lines R1, R2, and R3 are work number lines as described with reference to FIG. Therefore, in the job data shown in FIG. 3, the track lines R1, R2, and R3 are allocated to the compositions having the scheduled items "composition ID numbers" of "H08", "H10", and "H07". It represents that it is. Also, in the job data shown in FIG. 3, the item “composition ID number” that is scheduled to work is “H0
For the formation of "3" and "H04", the track R
7 and R9 are assigned, and are moved to the work number line after the work on the number lines R1 to R3 is completed. For other knitting, no work is scheduled, so in addition to the work line,
This indicates that they are allocated in accordance with the scheduled entry time, the scheduled exit time, and the number of trains.

【0059】次に、図6を用いて、計画案修正部200
における計画案の修正方法について説明する。計画立案
部100において作成された計画案は、計画案修正部2
00において、計画作成者の手動による編集処理を施さ
れる。編集処理のため、計画案修正部200は、図5に
示した計画案DB1400に格納された計画案と、図3
に示したジョブデータDB1200に格納されたジョブ
データとに基づいて作成した計画案修正画面を、図1に
示した表示装置2100の表示画面に表示する。
Next, referring to FIG.
The method of correcting the plan in the above will be described. The plan created in the planning section 100 is a plan correction section 2
At 00, an edit process is manually performed by a plan creator. For the editing process, the plan correction unit 200 compares the plan stored in the plan DB 1400 shown in FIG.
1 is displayed on the display screen of the display device 2100 shown in FIG. 1 based on the job data stored in the job data DB 1200 shown in FIG.

【0060】図6は、表示装置2100に表示された計
画案修正画面の例を示している。画面には、編集途中の
計画案における各番線に配置された編成のID番号、及
び計画属性値が常に表示される。計画属性値としては、
「番線」,「入庫順番」,「出庫順番」,「作業予定」
等が含まれる。
FIG. 6 shows an example of a plan correction screen displayed on the display device 2100. On the screen, the ID number of the organization arranged on each track in the plan being edited and the plan attribute value are always displayed. As the planning attribute value,
"Track number", "Order of entry", "Order of exit", "Scheduled work"
Etc. are included.

【0061】ここで、図7を用いて、計画属性について
説明する。計画属性とは、計画案から読みとることがで
き、計画作成時に作成者が考慮する,即ち、計画の品質
に関係するであろうと思われる何らかの情報のことであ
る。
Here, the plan attributes will be described with reference to FIG. Plan attributes are any information that can be read from the plan and considered by the creator when creating the plan, i.e., likely to be relevant to the quality of the plan.

【0062】本実施形態においては、計画属性は、図7
(a)に示す個々の番線に関するものと、図7(b)に
示す各ブロックに関するものの2種類を定義する。双方
ともにテーブル形式でまとめられているが、テーブルの
各データは、ある計画案における独立したひとつの計画
属性を表している。例えば、図7(a)に示す個々の番
線の計画属性としては、「番線」R1の「入庫順番」は
「1」であり、「出庫順番」は「3」であり、「作業予
定」が「作業a」えあることを表している。「番線」R
9の「出庫順番」が「99」は、翌日出庫予定のない留
置であることを表している。また、図7(b)に示す計
画属性としては、「ブロックA」の計画属性は、「入庫
順配置」が「YES」であることを表している。「入庫
順配置」が「YES」であるとは、ブロックAを構成す
る番線R1,R2,R3には、入庫してきた車両は、番
線R1,番線R2,番線R3の順番で入庫することを表
している。また、「出庫順配置」が「YES」であるこ
とを表している。「で庫順配置」が「YES」であると
は、ブロックAを構成する番線R1,R2,R3に入庫
している車両は、番線R1,番線R2,番線R3の順番
で出庫することを表している。さらに、「入庫編成数」
は「3」であり、「出庫編成数」は「3」であることを
示している。前日から「在線」している場合や、翌日
「在線」している場合には、「ブロックC」や「ブロッ
クD」の計画属性に示すように、「入庫編成数」と「出
庫編成数」が一致しないことになる。
In the present embodiment, the plan attribute is shown in FIG.
Two types are defined, one for each line shown in (a) and one for each block shown in FIG. 7 (b). Although both are organized in a table format, each data in the table represents one independent plan attribute in a certain plan. For example, as the planning attributes of the individual track numbers shown in FIG. 7A, the “order of entry” of the “number track” R1 is “1”, the “order of dispatch” is “3”, and the “work schedule” is "Work a" indicates that there is something. "Track number" R
The “delivery order” of No. 9 is “99”, which indicates that the detention is not scheduled to leave the next day. In addition, as the plan attribute shown in FIG. 7B, the plan attribute of “block A” indicates that “arrangement in order of receipt” is “YES”. The “arrangement in order of entry” being “YES” means that vehicles entering the tracks R1, R2, and R3 constituting the block A enter in the order of the tracks R1, R2, and R3. ing. In addition, it indicates that “delivery order” is “YES”. The “deliver order in order” is “YES”, which means that vehicles entering the tracks R1, R2, and R3 constituting the block A leave in the order of the tracks R1, R2, and R3. ing. In addition, the number of incoming trains
Is "3", and the "number of outgoing trains" is "3". If the train has been on the track from the previous day or has been on the track the next day, the "number of incoming trains" and "number of outgoing trains" are displayed as shown in the planning attributes of "block C" and "block D". Will not match.

【0063】計画属性をいくつか組み合わせることによ
り、評価対象を構成することが可能である。例えば、評
価対象「ブロックA内の出庫順番」は、計画属性「番線
R1の出庫順番」、「番線R2の出庫順番」、「番線R
3の出庫順番」の値をまとめたものとなる。逆にいえ
ば、予想される評価対象を構成可能な属性を計画属性と
してあらかじめ定義しておくようにする。
An evaluation object can be formed by combining some planning attributes. For example, the evaluation target “order of dispatch in block A” includes the planning attributes “order of dispatch of line R1”, “order of dispatch of line R2”, and “order of order of line R2”.
3 is the order of delivery. Conversely, an attribute that can constitute an expected evaluation target is defined in advance as a plan attribute.

【0064】ここで、図6に示した表示画面において、
番線数が多いために、一画面では情報が納まり切れない
場合には、図示するように、その一部分のみを画面に表
示し、残りの部分はスクロールバー611をポインタ6
12により指定してスライドすることにより表示させる
ことができる。
Here, on the display screen shown in FIG.
If the information cannot be accommodated in one screen due to a large number of track lines, only a part of the information is displayed on the screen as shown in the figure, and the scroll bar 611 is moved to the pointer 6 by the remaining part.
The image can be displayed by specifying and sliding by the user 12.

【0065】計画作成者は、入力装置2200であるマ
ウス等のポインティングデバイスまたはキーボードを用
いたグラフィカルな操作により計画案の修正をおこなう
ことができる。
The plan creator can correct the plan by a graphical operation using a pointing device such as a mouse or a keyboard as the input device 2200 or a keyboard.

【0066】計画案の修正は、いくつかの修正操作を繰
り返し適用することにより行われる。その一つは、任意
の2つの番線に配置された編成を交換する操作である。
具体的には、ポインタを用いて画面上で交換対象の番線
を指定する。指定された番線は、指定されたということ
が分かり易いように、例えば,表示を反転させる。図6
に示す例では、番線R3と番線R7が交換対象の番線で
あるとすると、番線R3及び番線R6を入力装置220
0により指定することにより、それらの表示が反転して
いる。その後、交換ボタン601をポインタで指示及び
押下すると、交換が実行され、それに応じて編成ID番
号と計画属性値の表示が変化する。即ち、番線R3に
は、編成ID番号「H03」の車両が、入庫順番「4」
で、出庫順番「10」で、作業予定「作業b」となる。
また、番線R7には、編成ID番号「H07」の車両
が、入庫順番「3」で、出庫順番「9」で、作業予定
「作業b」となる。ただし、交換により制約条件に違反
する計画案が作成される場合には、操作を無効にし、そ
の旨のメッセージを表示する。例えば、番線R2と番線
R3を交換対象として交換ボタン601を押下した場合
には、番線R2では「作業b」は行えず、番線R2では
「作業a」は行えないため、制約条件の中の(3)作業
制約に反することとなり、交換操作を無効にするととも
に、無効である旨のメッセージを表示する。メッセージ
としては、制約条件の中のいずれに違反しているかと、
その内容を表示する。上述の例では、例えば、「作業制
約に違反します。番線R2では作業bは行えません。番
線R3では作業aは行えません」等のメッセージを表示
する。指定された番線を反転表示したり、指定された2
つの番線の交換をしたり、メッセージを表示する処理
は、計画案修正部200により行われる。
The correction of the plan is performed by repeatedly applying some correction operations. One of them is an operation of exchanging the knitting arranged on any two track numbers.
More specifically, a replacement target line is specified on the screen using a pointer. For example, the display of the designated line is inverted so that it is easy to understand that the designated line has been designated. FIG.
In the example shown in FIG. 7, if the line R3 and the line R7 are the line to be replaced, the line R3 and the line R6 are input to the input device 220.
By designating with 0, those displays are inverted. Thereafter, when the exchange button 601 is instructed and pressed by the pointer, the exchange is performed, and the display of the composition ID number and the plan attribute value changes accordingly. That is, on the track R3, the vehicle with the formation ID number “H03” is stored in the parking order “4”.
In the delivery order “10”, the work schedule is “work b”.
Further, on the track R7, the vehicle with the formation ID number "H07" is scheduled to enter the storage order "3", exits the order "9", and becomes the work schedule "operation b". However, if the exchange creates a plan that violates the constraints, the operation is invalidated and a message to that effect is displayed. For example, when the exchange button 601 is pressed with the line R2 and the line R3 as the exchange targets, the "operation b" cannot be performed on the line R2 and the "operation a" cannot be performed on the line R2. 3) It violates the work constraint, invalidates the replacement operation, and displays a message indicating that the replacement operation is invalid. The message tells you which of the constraints is violated,
Display its contents. In the above example, for example, a message such as "violates the work constraint. Work b cannot be performed on line R2. Work a cannot be performed on line R3" is displayed. The specified track is highlighted or the specified 2
The process of exchanging one line and displaying a message is performed by the plan correction unit 200.

【0067】また、上述した交換操作に加えて、番線が
割り当てられた編成をポインタで指定してその配置番線
を解除する解除操作と、配置番線が未割当の編成を指定
して任意の番線を割り当てる指定操作を用いることもで
きる。
In addition to the exchange operation described above, a release operation for designating a composition to which a line is assigned by a pointer and releasing the arrangement number, and specifying a composition to which an arrangement number has not been allocated to specify an arbitrary number. An assigning operation can also be used.

【0068】また、ある操作をおこなった直後にその操
作を無効にしたい場合には、ボタン602を押下するこ
とにより、計画案を修正操作前の状態に戻すことができ
る。上述したの修正操作を次々に繰り返すことにより、
計画作成者は自分が望む計画を立案することが可能とな
る。
When the user wants to invalidate an operation immediately after performing the operation, the user can press the button 602 to return the plan to the state before the correction operation. By repeating the above correction operations one after another,
The plan creator can make the plan he wants.

【0069】図6に示した計画案修正画面において、計
画作成者は、計画立案に関する様々な情報を取得するこ
とが可能である。例えば、ボタン603を押下すること
により、図3に示した説明したジョブデータとして格納
された編成に関する情報を見ることができる。特定の番
線をポインタで指定してからこのボタンを押下すれば、
その番線に配置された編成に関する情報のみを取得する
ことも可能である。
On the plan amendment screen shown in FIG. 6, the plan creator can obtain various information relating to the planning. For example, when the button 603 is pressed, the information on the organization stored as the described job data shown in FIG. 3 can be viewed. If you press this button after specifying a specific track with the pointer,
It is also possible to acquire only the information on the composition arranged on the track.

【0070】ボタン604は、図10を用いて後述する
環境情報DB1500に格納された環境情報を取得する
ためのものである。ボタン605は、計画作成者の計画
修正回数の推移を示す修正頻度グラフを表示するための
ものである。
A button 604 is for acquiring environment information stored in an environment information DB 1500 described later with reference to FIG. A button 605 is used to display a correction frequency graph indicating a transition of the number of times of plan correction by the plan creator.

【0071】ここで、図8を用いて、修正頻度グラフの
例について説明する。図8に示すように、本実施形態に
おける修正頻度グラフは、横軸が日付を表し、縦軸が修
正回数を表す棒グラフである。ラベル701は、このグ
ラフの対象となる計画作成者(「T01」)を表してお
り、現在の計画作成者と同一人物である。修正回数は、
一度の計画作成において該当計画作成者により施された
有効な修正操作の累積回数を意味する。ここで、異なる
修正操作の回数はそれらを区別して別のグラフに表示し
ても良いし、例えば、交換操作1回は、解除または割当
操作2回に等しいとして重み付けにより全ての修正操作
の回数をまとめても良いものである。
Here, an example of the correction frequency graph will be described with reference to FIG. As shown in FIG. 8, the correction frequency graph in the present embodiment is a bar graph in which the horizontal axis represents the date and the vertical axis represents the number of corrections. A label 701 represents a plan creator ("T01") that is the target of this graph, and is the same person as the current plan creator. The number of corrections is
It means the cumulative number of valid correction operations performed by the plan creator in one plan creation. Here, the number of different correction operations may be distinguished and displayed on another graph. For example, one replacement operation is equal to two cancellation or allocation operations, and the number of all correction operations is weighted. It is good to put it together.

【0072】この修正頻度グラフを見ることにより、計
画作成者は、システムが学習を進めるに従って、自分の
計画作成に関する負担が徐々に低減していることを視覚
的に把握することができる。
By looking at this modification frequency graph, the plan creator can visually grasp that the burden on his / her own plan creation is gradually reduced as the system proceeds with learning.

【0073】また、図6の表示画面において、ボタン6
06を押下することにより、計画作成者は、今回と同様
の計画作成状況におけるシステムが推定した自分の計画
作成手法の特徴を知ることができる。
In the display screen shown in FIG.
By pressing 06, the plan creator can know the features of his / her own plan creation method estimated by the system in the same plan creation situation as this time.

【0074】具体的には、後述する属性特徴量及びその
集合である計画特徴量を、グラフや表等を用いて分かり
易く表示するものである。これにより、計画作成者は、
自分の計画作成のやり方を、これまで自分が無意識に行
なってきた部分も含めて明確に把握することが可能とな
る。
More specifically, an attribute feature quantity to be described later and a plan feature quantity as a set thereof are displayed in an easily understandable manner using a graph, a table, or the like. This allows plan makers to:
You will be able to clearly understand how to create your plan, including the parts you have done unconsciously.

【0075】さらに、計画案の修正を終える場合には、
承認ボタン607を押下する。これにより、計画案が実
際の車両運用に用いる正式な計画として、図1に示した
計画案DB1400に登録される。それとともに、計画
作成者の修正処理から得られた情報をまとめた修正情報
が作成され、修正情報DB1600に格納される。修正
情報の詳細については、図9を用いて後述する。
When the modification of the plan is completed,
An approval button 607 is pressed. Thereby, the plan is registered in the plan DB 1400 shown in FIG. 1 as a formal plan used for actual vehicle operation. At the same time, correction information summarizing information obtained from the correction process of the plan creator is created and stored in the correction information DB 1600. Details of the correction information will be described later with reference to FIG.

【0076】また、印字ボタン608を押下することに
より、現在の計画案をプリンタ2300から帳票形式で
紙に印字することができる。
By pressing the print button 608, the current plan can be printed from the printer 2300 in a form in a form.

【0077】次に、図9を用いて、修正情報DB160
0に格納される修正情報について説明する。なお、図9
に示す修正情報は、図6に示す表示画面において、番線
R4と番線R8を交換する修正作業を行った場合の修正
情報である。修正情報は、テーブル形式のデータであ
り、図示するように4項目から構成される。
Next, referring to FIG. 9, the modification information DB 160
The correction information stored in 0 will be described. Note that FIG.
The correction information shown in FIG. 6 is correction information obtained when a correction work for exchanging the line R4 and the line R8 is performed on the display screen shown in FIG. The correction information is data in a table format, and is composed of four items as shown.

【0078】項目「環境」は、当該計画作成時の環境情
報を表している。具体的には、図10を用いて後述する
環境情報のデータテーブルへのポインタ「x」が設定さ
れる。項目「最終案計画属性」は、正式な計画として承
認された最終計画案の計画属性を表している。具体的に
は、図7に示した計画属性のデータテーブルへのポイン
タ「v」が設定される。項目「修正回数」は、最終案を
得るまでに計画作成者が行なった有効な修正操作の回数
である。
The item “environment” indicates environment information at the time of creating the plan. Specifically, a pointer “x” to a data table of environment information described later with reference to FIG. 10 is set. The item “final plan plan attribute” represents the plan attribute of the final plan draft that has been approved as a formal plan. Specifically, a pointer “v” to the data table of the plan attribute shown in FIG. 7 is set. The item “number of corrections” is the number of valid correction operations performed by the plan creator until the final plan is obtained.

【0079】項目「属性値変化」は、計画作成者による
修正処理を受ける前の計画案と最終計画案との間の計画
属性の相違点を表している。属性値変化は、「属性
名」,「修正前属性値」及び「修正後属性値」の3項目
からなる情報のリスト形式である。例えば、番線R4と
番線R8とを交換した結果、「番線R4の入庫順番」
は、修正前の「7」番から、修正後は「8」番に変化
し、「番線R8の入庫順番」は、修正前の「6」番か
ら、修正後は「3」番に変化したことを表している。出
庫順番の修正も同様である。「ブロックB入庫順配置」
は、修正前は、ブロックBに対して番線R4〜番線R6
まで、入庫順に番線R4,R5,R6と割り当てる入庫
順配置であった「YES」に対して、修正後は、ブロッ
クBに対して番線R4〜番線R6まで、入庫順に番線R
4,R5,R6を割り当てない入庫順配置でない「N
O」に修正されたことを表している。
The item “attribute value change” indicates a difference in plan attributes between the plan before receiving the correction process by the plan creator and the final plan. The attribute value change is a list format of information including three items of “attribute name”, “attribute value before correction”, and “attribute value after correction”. For example, as a result of exchanging the line R4 and the line R8, "the order of entry of the line R4"
Changes from "7" before the correction to "8" after the correction, and the "order of entry of track R8" changes from "6" before the correction to "3" after the correction. It represents that. The same applies to the modification of the delivery order. "Block B receiving order arrangement"
Before the correction, line R4 to line R6 for block B
Until “YES”, which is a storage order arrangement in which the lines R4, R5, and R6 are allocated in the order of storage, after correction, the lines R4 to R6 for the block B and the line R in the storage order.
4, N, N
O ".

【0080】次に、図10を用いて、環境情報DB15
00に格納されている環境情報について説明する。な
お、本実施形態において用いる環境情報とは、計画の作
成状況と計画作成者に関する情報をまとめた計画作成環
境に関する情報のことである。
Next, referring to FIG.
The environment information stored in 00 will be described. The environment information used in the present embodiment is information on a plan creation environment that summarizes information on a plan creation status and a plan creator.

【0081】図10に示すように、環境情報の項目「作
成日」は、計画の作成日の日付を表している。項目「作
成者」には、計画作成者を表す作成者ID番号が入る。
項目「編成総数」は、計画作成対象の編成の総数であ
る。図3に示したジョブデータ1200に示したよう
に、12編成の計画作成を行ったため、「編成総数」と
しては、「12」となる。
As shown in FIG. 10, the item “creation date” of the environment information indicates the date of the date on which the plan was created. The item “creator” contains a creator ID number representing the plan creator.
The item “composition total number” is the total number of compositions for which a plan is to be created. As shown in the job data 1200 shown in FIG. 3, since 12 plans have been created, the “composition total” is “12”.

【0082】項目「入庫編成数」は、入庫編成の数であ
り、図3に示したジョブデータの例では、「9」とな
る。項目「出庫編成数」は、出庫編成の数であり、図3
に示したジョブデータの例では、「11」となる。項目
「作業a編成数」は、作業aを予定している編成の数で
あり、図3に示したジョブデータの例では、「3」とな
る。項目「作業b編成数」は、作業bを予定している編
成の数であり、図3に示したジョブデータの例では、
「2」となる。
The item “number of incoming trains” is the number of incoming trains, and is “9” in the example of the job data shown in FIG. The item “number of outgoing knitting” is the number of outgoing knitting.
Is "11" in the example of the job data shown in FIG. The item “number of work a formations” is the number of formations scheduled for work a, and is “3” in the example of the job data shown in FIG. The item “number of work b formations” is the number of formations scheduled for work b. In the example of the job data shown in FIG.
It becomes "2".

【0083】項目「ダイヤパターン」は、当日と翌日の
営業ダイヤの組合せのことである。一般的には、営業ダ
イヤは、平日,休前日(土曜日),休日(日曜日)の3
種類にわかれており、それぞれ営業運転をおこなう編成
の数や運行時間帯等が大幅に異なる。図10に示す例で
は、当日が「休日」であり、翌日が「平日」であること
を示している。
The item “diamond pattern” is a combination of a business schedule on the current day and the next day. Generally, sales schedules are divided into three days: weekdays, days before holidays (Saturday), and holidays (Sunday).
They are classified into different types, and the number of trains that operate for commercial operation and the operating hours are significantly different. The example shown in FIG. 10 indicates that the current day is a “holiday” and the next day is a “weekday”.

【0084】図10に示した環境情報の項目は、計画作
成に最低限必要なものである。システム開発時、または
システム運用中に、他の項目(例えば、ブロック担当
者,作業所要時間)も計画作成に大きく関係すると判断
した場合には、それらを自由に追加できるものである。
The items of environmental information shown in FIG. 10 are the minimum necessary for creating a plan. During system development or during system operation, if it is determined that other items (for example, block staff, work required time) are significantly related to the planning, they can be freely added.

【0085】次に、図11〜図13を用いて、計画特徴
量算出部300の処理について説明する。計画特徴量算
出部300は、環境情報DB1500に格納された環境
情報おyび修正情報DB1600に格納された修正情報
に基づいて、計画特徴量を算出する。計画特徴量は、属
性特徴量が集合したものである。属性特徴量は、計画作
成者による過去の計画修正事例からの推定により求めら
れる。
Next, the processing of the planned feature quantity calculation unit 300 will be described with reference to FIGS. The plan feature amount calculation unit 300 calculates a plan feature amount based on the environment information stored in the environment information DB 1500 and the correction information stored in the correction information DB 1600. The plan feature is a set of attribute features. The attribute feature amount is obtained by estimation from a past plan correction example by a plan creator.

【0086】図11のステップ1110において、計画
特徴量算出部300は、距離変数kの値を「0」に初期
化する。変数kは、後の処理において環境情報間の距離
を指定するために用いられる。環境情報X及びYの間の
距離は、以下の式(2)によって表される距離関数D
(X,Y)によって与える。
In step 1110 of FIG. 11, the plan feature quantity calculator 300 initializes the value of the distance variable k to “0”. The variable k is used to specify the distance between environment information in the subsequent processing. The distance between the environment information X and Y is a distance function D represented by the following equation (2).
Given by (X, Y).

【0087】[0087]

【数2】 (Equation 2)

【0088】ここで、nは環境情報の項目数であり、d
iは項目iに関する(部分)距離関数であり、xi,yiは
それぞれ環境Xと環境Yの項目の値である。
Here, n is the number of items of environmental information, and d is
i is a (partial) distance function relating to the item i, and xi and yi are the values of the items of the environment X and the environment Y, respectively.

【0089】本実施形態においては、各項目の部分距離
関数を、それぞれ以下の式(3)〜式(8)で与えてい
る。
In the present embodiment, the partial distance function of each item is given by the following equations (3) to (8).

【0090】[0090]

【数3】 (Equation 3)

【0091】[0091]

【数4】 (Equation 4)

【0092】[0092]

【数5】 (Equation 5)

【0093】[0093]

【数6】 (Equation 6)

【0094】[0094]

【数7】 (Equation 7)

【0095】[0095]

【数8】 (Equation 8)

【0096】次に、ステップ1120において、計画特
徴量算出部300は、入力された環境情報(これをXと
する)の距離kの近傍Nk(X)を構成する。近傍と
は、ある環境情報(ここではX)に少し変更を加えるこ
とで得られる環境情報の集合のことである。その変更の
程度を、環境情報間の距離kにより指定する。近傍Nk
(X)の形式的定義を、以下の式(9)に示す。
Next, in step 1120, the plan feature quantity calculation unit 300 forms a neighborhood Nk (X) of the input environment information (this is X) near the distance k. The neighborhood is a set of environment information obtained by slightly changing certain environment information (here, X). The degree of the change is designated by the distance k between the environment information. Neighborhood Nk
The formal definition of (X) is shown in the following equation (9).

【0097】[0097]

【数9】 (Equation 9)

【0098】ステップ1130において、計画特徴量算
出部300は、修正情報データベース1600中の全て
の修正情報を検索し、環境情報が近傍Nk(X)内の要
素と一致するものを数え挙げる。そして、その数とあら
かじめ設定しておく規定値との比較を行う。修正情報の
数が規定値に満たない場合には、ステップ1140へ進
み、距離変数kの値を1増やして(すなわち近傍を拡大
して)、ステップ1120戻り、処理を繰り返す。修正
情報の数が規定値を上回った場合には、ステップ115
0に進む。
In step 1130, the plan feature quantity calculation unit 300 searches all the correction information in the correction information database 1600, and counts those whose environmental information matches elements in the neighborhood Nk (X). Then, the number is compared with a preset value. If the number of pieces of correction information is less than the specified value, the process proceeds to step 1140, where the value of the distance variable k is increased by 1 (that is, the neighborhood is enlarged), the process returns to step 1120, and the process is repeated. If the number of correction information exceeds the specified value, step 115
Go to 0.

【0099】ステップ1150において、計画特徴量算
出部300は、近傍Nk(X)内の環境情報に一致する
修正情報を全て集める(これをDATと呼ぶ)。
In step 1150, plan feature quantity calculation section 300 collects all pieces of correction information that match the environment information in neighborhood Nk (X) (this is called DAT).

【0100】次に、ステップ1160において、計画特
徴量算出部300は、ステップ1150で集めたDAT
を用いて、内部ステップを全ての計画属性に対して適用
し、各計画属性の属性特徴量を算出する。
Next, in step 1160, the plan feature quantity calculation unit 300 sets the DAT collected in step 1150.
, The internal step is applied to all the plan attributes, and the attribute feature amount of each plan attribute is calculated.

【0101】サブステップ1162において、計画特徴
量算出部300は、対象の計画属性の重要度を算出す
る。ここで、図12を用いて、重要度算出ステップの詳
細について説明する。ステップ1162Aにおいて、計
画特徴量算出部300は、全ての計画属性に共通の規定
値を重要度の初期値として設定する。次に、ステップ1
162Bにおいて、計画特徴量算出部300は、DAT
内の修正情報の属性変化項目を検索する。そして、属性
変化の修正前項目と修正後項目の双方に出現する計画属
性の特定の値を数え挙げる。例えば、計画属性「番線R
5の入庫順番」について、入庫順番「5」が、DATの
ある修正情報における修正前項目と他の修正情報におけ
る修正後項目に出現している場合、数え上げの対象とな
る。この意味するところは、対象の計画属性は値の設定
に関する制約が緩く、従って(準)最適な計画の作成へ
の関与が低い(すなわち重要度が低い)ということであ
る。
In sub-step 1162, plan feature quantity calculating section 300 calculates the importance of the target plan attribute. Here, the details of the importance calculation step will be described with reference to FIG. In step 1162A, the plan feature amount calculation unit 300 sets a specified value common to all plan attributes as an initial value of importance. Next, step 1
In 162B, the plan feature amount calculation unit 300
Search for the attribute change item of the correction information in. Then, specific values of the plan attribute appearing in both the item before and after the attribute change are counted. For example, the planning attribute “line R
When the storage order “5” appears in the item before correction in the correction information having the DAT and the item after correction in the other correction information, the storage order “5” is counted. This means that the target plan attribute has less restrictions on the setting of the value, and therefore has less involvement in the creation of the (quasi) optimal plan (that is, its importance is low).

【0102】次に、ステップ1162Cにおいて、計画
特徴量算出部300は、数え挙げた値の個数に比例して
重要度を初期値から減少させる。本実施形態において
は、いかに示す式(10)を用いて重要度を算出する。
Next, in step 1162C, the planned feature quantity calculation unit 300 reduces the importance from the initial value in proportion to the number of the counted values. In the present embodiment, the importance is calculated using Expression (10) shown below.

【0103】[0103]

【数10】 (Equation 10)

【0104】次に、図11に戻り、サブステップ116
4において、計画特徴量算出部300は、対象の計画属
性の傾向を算出する。ここで、図13を用いて、計画属
性の傾向算出の処理の詳細について説明する。ステップ
1164Aにおいて、計画特徴量算出部300は、DA
T内の各修正情報の属性変化項目を検索する。そして、
対象の計画属性の修正前項目に出現する値を全て列挙す
る。修正前項目に出現する値は、(準)最適な計画にと
っては不要な値であると考えられるので、次のステップ
における属性特徴量の傾向を算出する対象から除外す
る。
Next, returning to FIG.
In 4, the plan feature quantity calculation unit 300 calculates the tendency of the target plan attribute. Here, the details of the process of calculating the tendency of the plan attribute will be described with reference to FIG. In step 1164A, the plan feature amount calculation unit 300
The attribute change item of each correction information in T is searched. And
List all values that appear in the item before modification of the target plan attribute. Since the value appearing in the item before correction is considered to be an unnecessary value for the (sub) optimal plan, it is excluded from the target for calculating the tendency of the attribute feature amount in the next step.

【0105】次に、ステップ1164Bにおいて、計画
特徴量算出部300は、列挙した値を除いた残りの値に
対して、DAT内の修正情報の最終案計画属性に出現す
る頻度を統計的に求め、そのリストを属性特徴量の傾向
として出力する。
Next, in step 1164B, the plan feature quantity calculating unit 300 statistically calculates the frequency of appearance of the remaining values excluding the listed values in the final plan plan attribute of the correction information in the DAT. , And outputs the list as the tendency of the attribute feature amount.

【0106】再び、図11に戻り、サブステップ116
6において、計画特徴量算出部300は、先の2つのサ
ブステップ1162,1164において算出した重要度
と傾向に、計画属性名と環境を付加して属性特徴量を作
成する。
Returning again to FIG.
In 6, the plan feature amount calculation unit 300 creates an attribute feature amount by adding a plan attribute name and an environment to the importance and tendency calculated in the previous two substeps 1162 and 1164.

【0107】ある特定の計画作成環境の下では、最も望
ましい計画案が持つ計画属性の値はある一定の傾向を示
す。また、複数の計画属性のうち、どの属性を重視する
かといった重要度も、計画作成環境に依存して決まる。
こうした情報を形式的に定義したデータを属性特徴量と
称し、また、全ての計画属性に関する属性特徴量を集め
たものを計画特徴量と称している。
Under a specific plan creation environment, the values of the plan attributes of the most desirable plan show a certain tendency. In addition, the importance of which of the plurality of plan attributes is to be prioritized also depends on the plan creation environment.
Data in which such information is formally defined is referred to as an attribute feature, and a collection of attribute features related to all plan attributes is referred to as a plan feature.

【0108】ここで、図14を用いて、属性特性量につ
いて説明する。図14に示すように、属性特徴量は、テ
ーブルデータとして定義される。項目「計画属性名」
は、対象となる計画属性の名称を表わしている。図示の
例では、「番線R3の出庫順番」が「計画属性名」とな
っている。
Here, the attribute characteristic amount will be described with reference to FIG. As shown in FIG. 14, the attribute feature amount is defined as table data. Item "plan attribute name"
Represents the name of the target plan attribute. In the example shown in the figure, the “order of dispatch of the line R3” is “plan attribute name”.

【0109】項目「環境」は、特徴量が有効となる計画
作成環境を表す。具体的には、図10で説明した環境情
報のデータテーブルへのポインタ「x」が、この項目に
設定される。
The item “environment” indicates a plan creation environment in which the feature amount is valid. Specifically, the pointer “x” to the environment information data table described in FIG. 10 is set in this item.

【0110】項目「重要度」は、対象の計画属性の重要
度を表している。重要度は、図11のステップ1162
で求められたものであり、重要度が低い場合とは、対象
の計画属性が値の設定に関する制約が緩く、従って
(準)最適な計画の作成への関与が低いということであ
る。重要度が高い場合には、値の設定に対する制約が厳
しく、最適な計画の作成への関与が高いものである。図
示の例は、「重要度」は「80」となっており、重要度
が高いことを示している。
The item "importance" represents the importance of the target plan attribute. The importance is determined by step 1162 in FIG.
In the case where the importance is low, the restriction on the setting of the value of the target plan attribute is loose, and therefore, the involvement in the creation of the (quasi) optimal plan is low. When the importance is high, the restriction on the setting of the value is severe, and the involvement in the creation of the optimal plan is high. In the illustrated example, the “importance” is “80”, which indicates that the importance is high.

【0111】項目「傾向」は、計画属性値の値の傾向を
表している。ここで、傾向とは、計画属性値のとりうる
値と、その値の過去の実績における相対的な出現頻度を
対にしたリストである。図示の例では、「番線R3の出
庫順番は、環境Xの下では重要度が80であり、値の傾
向は9が60%,10が30%,14が10%である」
と読みとることができる。「傾向」に関しては、例え
ば、図6に示したように、番線R3の出庫順番が「9」
番目として決まると、「9」が1回と計数する。また、
別の修正において、番線R3と番線R7を交換すると、
番線R3の出庫順番は「10」番目となり、この場合に
は、「10」が1回となる。このようにして、出庫順番
として与えられた値の相対的な出現頻度を表したもの
が、「傾向」である。
The item “trend” indicates the tendency of the value of the plan attribute value. Here, the tendency is a list in which a possible value of the plan attribute value and a relative appearance frequency of the value in the past performance are paired. In the illustrated example, “the order of dispatch of the line R3 is 80 under the environment X, and the tendency of the values is 60% for 9; 30% for 10; and 10% for 14”.
Can be read. As for “trend”, for example, as shown in FIG.
When it is determined as the th, "9" is counted as one time. Also,
In another modification, replacing track R3 and track R7,
The delivery order of the line R3 is “10”, and in this case, “10” is once. In this manner, the “trend” represents the relative frequency of appearance of the value given as the delivery order.

【0112】最後に、ステップ1170において、計画
特徴量算出部300は、全ての計画属性の属性特徴量を
まとめて、入力環境下における計画特徴量として、計画
特徴量DB1700に出力して処理を終了する。
Finally, in step 1170, the plan feature amount calculation unit 300 collects the attribute feature amounts of all the plan attributes, outputs them to the plan feature amount DB 1700 as plan feature amounts in the input environment, and ends the processing. I do.

【0113】次に、図15を用いて、評価関数生成部4
00の処理内容について説明する。
Next, referring to FIG. 15, the evaluation function generation unit 4
00 will be described.

【0114】ステップ1510において、評価関数生成
部400は、計画特徴量DB1700に格納された計画
特徴量に含まれる全ての属性特徴量から重要度を抽出
し、それを基に、各計画属性の評価関数の重みを算出す
る。重みの算出方法は、様々な方法が考えられるが、本
実施形態では、以下に示す式(11)を用いて、重みを
算出する。
In step 1510, the evaluation function generation unit 400 extracts the importance from all the attribute features included in the plan features stored in the plan feature DB 1700, and evaluates each plan attribute based on the extracted importance. Calculate function weights. Various methods can be used for calculating the weight. In the present embodiment, the weight is calculated using the following equation (11).

【0115】[0115]

【数11】 [Equation 11]

【0116】ここで、wi(i=1,…,n)は各評価値
の重みであり、nは計画属性の総数であり、si(i=
1,…,n)は各計画属性の重要度である。
Here, wi (i = 1,..., N) is the weight of each evaluation value, n is the total number of plan attributes, and si (i = i
1,..., N) are the degrees of importance of each plan attribute.

【0117】次に、ステップ1520において、評価関
数生成部400は、内部ステップを全ての計画属性に対
して適用する。サブステップ1522において、評価関
数生成部400は、対象とする計画属性に関する属性特
徴量を、計画特徴量から取り出す。
Next, in step 1520, the evaluation function generation section 400 applies the internal step to all plan attributes. In sub-step 1522, the evaluation function generation unit 400 extracts an attribute feature amount related to the target plan attribute from the plan feature amount.

【0118】サブステップ1524において、評価関数
生成部400は、属性特徴量の傾向から対象とする計画
属性についての評価関数を作成する。ここで、評価関数
は、計画属性値の相対出現頻度の高さに比例して高い数
値を出力し、なおかつ最大値があらかじめ設定した全計
画属性に共通の規定値αに一致するように作成する。本
実施形態においては、以下に示す式(12)を用いて評
価関数を作成する。
In sub-step 1524, evaluation function generation section 400 generates an evaluation function for the target plan attribute from the tendency of the attribute feature amount. Here, the evaluation function is created such that a numerical value that is higher in proportion to the relative appearance frequency of the plan attribute value is output and the maximum value matches a preset specified value α common to all plan attributes. . In the present embodiment, an evaluation function is created using the following equation (12).

【0119】[0119]

【数12】 (Equation 12)

【0120】ここで、e(x)は計画属性値xに対する
評価関数であり、nは傾向リスト中の値の個数であり、
vi(i=1,…,n)は傾向リスト中の各値であり、p
i(i=1,…,n)は相対出現頻度であり、pmaxは相
対出現頻度の最大値である。
Here, e (x) is an evaluation function for the plan attribute value x, n is the number of values in the trend list,
vi (i = 1,..., n) are each value in the trend list, and p
i (i = 1,..., n) is the relative appearance frequency, and pmax is the maximum value of the relative appearance frequency.

【0121】次に、ステップ1530において、評価関
数生成部400は、ステップ1520で作成した全ての
計画属性に関する評価関数e(x)と、ステップ151
0で作成した各評価関数の重みwを用いて、計画全体の
評価関数E(X)を作成し、評価関数DB1300に出
力する。本実施形態においては、以下の式(13)」用
いて、全体評価関数E(X)を作成する。
Next, in step 1530, the evaluation function generation section 400 evaluates the evaluation function e (x) for all the planning attributes created in step 1520,
The evaluation function E (X) of the entire plan is created using the weight w of each evaluation function created at 0, and is output to the evaluation function DB 1300. In the present embodiment, the overall evaluation function E (X) is created using the following equation (13).

【0122】[0122]

【数13】 (Equation 13)

【0123】評価関数生成部400において生成された
評価関数E(X)は、図4において説明したように、計
画立案部100において用いられる。
The evaluation function E (X) generated by the evaluation function generation section 400 is used in the planning section 100 as described with reference to FIG.

【0124】以下、新たな計画を立案し、修正する度
に、上述した処理,即ち、計画立案部100,計画案修
正部200,計画特徴量算出部300及び評価関数生成
部400における処理が繰り返される。
Each time a new plan is created and corrected, the above-described processing, that is, the processing in the planning unit 100, the plan correcting unit 200, the plan feature amount calculating unit 300, and the evaluation function generating unit 400 is repeated. It is.

【0125】以上説明したように、本実施形態によれ
ば、計画作成の状況と計画作成者(作成環境)に依存し
て評価基準が様々に変化する資源割当計画作成問題を、
特定環境下における割当計画の属性の重要度とその値の
傾向を推定し、その結果に基づき評価関数を構成するこ
とにより、該当環境における良質な計画の立案が可能と
なる。
As described above, according to the present embodiment, the problem of resource allocation plan creation in which the evaluation criterion changes variously depending on the situation of plan creation and the plan creator (creation environment),
By estimating the importance of the attribute of the allocation plan and the tendency of its value in a specific environment and forming an evaluation function based on the result, it is possible to make a good quality plan in the relevant environment.

【0126】また、計画作成者による計画案の修正過程
から得られる修正情報を蓄積し、それを利用して前記属
性の重要度と値の傾向を推定するため、計画作成者に修
正作業以外の余分な負担をかけることなく計画作成に関
わる知識を獲得することが可能である。
Also, in order to accumulate the correction information obtained from the process of correcting the plan by the plan creator and estimate the tendency of the importance and the value of the attribute by using the information, the plan creator is instructed. It is possible to acquire knowledge related to planning without extra burden.

【0127】さらに、修正情報の蓄積が進むに従って推
定の精度が高まるため、計画作成者の修正作業に係る負
担も次第に低減でき、最終的には計画作成者が関与する
ことなく最適な割当計画の自動作成が可能となる。
Further, since the accuracy of estimation increases as the accumulation of correction information progresses, the burden on the plan creator of the correction work can be gradually reduced, and ultimately the optimal allocation plan can be determined without involvement of the plan creator. Automatic creation becomes possible.

【0128】[0128]

【発明の効果】本発明によれば、高品質な資源割当計画
の効率的な作成を実現することができる。
According to the present invention, efficient creation of a high-quality resource allocation plan can be realized.

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

【図1】本発明の一実施形態による資源割当計画作成方
法及び資源割当計画作成システムを適用する車両配置計
画作成システムの全体構成を示すシステム構成図であ
る。
FIG. 1 is a system configuration diagram showing an overall configuration of a vehicle arrangement plan creation system to which a resource assignment plan creation method and a resource assignment plan creation system according to an embodiment of the present invention are applied.

【図2】本発明の一実施形態による資源割当計画作成方
法及び資源割当計画作成システムを適用する車両配置計
画作成システムに用いる資源データの説明図である。
FIG. 2 is an explanatory diagram of resource data used in a vehicle allocation plan creation system to which a resource assignment plan creation method and a resource assignment plan creation system according to an embodiment of the present invention are applied.

【図3】本発明の一実施形態による資源割当計画作成方
法及び資源割当計画作成システムを適用する車両配置計
画作成システムに用いるジョブデータの説明図である。
FIG. 3 is an explanatory diagram of job data used in a vehicle allocation plan creation system to which a resource assignment plan creation method and a resource assignment plan creation system according to an embodiment of the present invention are applied.

【図4】本発明の一実施形態による資源割当計画作成方
法及び資源割当計画作成システムを適用する車両配置計
画作成システムにおける計画立案部の処理内容を説明す
るフローチャートである。
FIG. 4 is a flowchart illustrating processing performed by a planning unit in a vehicle allocation plan creation system to which a resource assignment plan creation method and a resource assignment plan creation system according to an embodiment of the present invention are applied.

【図5】本発明の一実施形態による資源割当計画作成方
法及び資源割当計画作成システムを適用する車両配置計
画作成システムにおいて立案された計画案の説明図であ
る。
FIG. 5 is an explanatory diagram of a plan drafted in a vehicle allocation plan generation system to which a resource allocation plan generation method and a resource allocation plan generation system according to an embodiment of the present invention are applied.

【図6】本発明の一実施形態による資源割当計画作成方
法及び資源割当計画作成システムを適用する車両配置計
画作成システムにおける計画案の修正方法の説明図であ
る。
FIG. 6 is an explanatory diagram of a method for modifying a plan in a vehicle allocation plan creation system to which a resource assignment plan creation method and a resource assignment plan creation system according to an embodiment of the present invention are applied.

【図7】本発明の一実施形態による資源割当計画作成方
法及び資源割当計画作成システムを適用する車両配置計
画作成システムに用いる計画属性の説明図である。
FIG. 7 is an explanatory diagram of plan attributes used in a vehicle allocation plan creation system to which a resource assignment plan creation method and a resource assignment plan creation system according to an embodiment of the present invention are applied.

【図8】本発明の一実施形態による資源割当計画作成方
法及び資源割当計画作成システムを適用する車両配置計
画作成システムにおいて表示可能な修正頻度グラフの説
明図である。
FIG. 8 is an explanatory diagram of a correction frequency graph that can be displayed in a vehicle allocation plan creation system to which the resource assignment plan creation method and the resource assignment plan creation system according to one embodiment of the present invention are applied.

【図9】本発明の一実施形態による資源割当計画作成方
法及び資源割当計画作成システムを適用する車両配置計
画作成システムにおいて用いられる修正情報の説明図で
ある。
FIG. 9 is an explanatory diagram of correction information used in a vehicle allocation plan creation system to which a resource assignment plan creation method and a resource assignment plan creation system according to an embodiment of the present invention are applied.

【図10】本発明の一実施形態による資源割当計画作成
方法及び資源割当計画作成システムを適用する車両配置
計画作成システムにおいて用いる環境情報の説明図であ
る。
FIG. 10 is an explanatory diagram of environment information used in a vehicle allocation plan creation system to which a resource assignment plan creation method and a resource assignment plan creation system according to an embodiment of the present invention are applied.

【図11】本発明の一実施形態による資源割当計画作成
方法及び資源割当計画作成システムを適用する車両配置
計画作成システムにおける計画特徴量算出部の処理を示
すフローチャートである。
FIG. 11 is a flowchart illustrating a process of a plan feature amount calculating unit in the vehicle allocation plan creation system to which the resource assignment plan creation method and the resource assignment plan creation system according to one embodiment of the present invention are applied.

【図12】図11のサブステップの処理を示すフローチ
ャートである。
FIG. 12 is a flowchart showing a process of a sub-step in FIG. 11;

【図13】図11のサブステップの処理を示すフローチ
ャートである。
FIG. 13 is a flowchart showing a process of a sub-step of FIG. 11;

【図14】本発明の一実施形態による資源割当計画作成
方法及び資源割当計画作成システムを適用する車両配置
計画作成システムにおいて用いる属性特徴量の説明図で
ある。
FIG. 14 is an explanatory diagram of attribute feature amounts used in a vehicle allocation plan creation system to which a resource assignment plan creation method and a resource assignment plan creation system according to an embodiment of the present invention are applied.

【図15】本発明の一実施形態による資源割当計画作成
方法及び資源割当計画作成システムを適用する車両配置
計画作成システムにおける評価関数生成部の処理内容を
示すフローチャートである。
FIG. 15 is a flowchart showing the processing contents of an evaluation function generation unit in a vehicle allocation plan creation system to which a resource assignment plan creation method and a resource assignment plan creation system according to an embodiment of the present invention are applied.

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

100…計画立案部 200…計画案修正部 300…計画特徴量算出部 400…評価関数生成部 1100…資源データDB 1200…ジョブデータDB 1300…評価関数DB 1400…計画案DB 1500…環境情報DB 1600…修正情報DB 1700…計画特徴量DB 2100…表示装置 2200…入力装置 2300…プリンタ 100 Plan Planning Unit 200 Plan Modification Unit 300 Plan Feature Calculation Unit 400 Evaluation Function Generation Unit 1100 Resource Data DB 1200 Job Data DB 1300 Evaluation Function DB 1400 Plan DB 1500 Environmental Information DB 1600 ... Modification information DB 1700 ... Plan feature DB 2100 ... Display device 2200 ... Input device 2300 ... Printer

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】複数のジョブに対して資源を割り当てる資
源割当計画作成方法において、 A)評価関数の下での最適な資源割当計画を探索し、そ
の結果を計画案として出力する第1のステップと、 B)この計画案を修正して最終案を作成するまでの修正
情報を修正情報データベースに格納する第2のステップ
と、 C)上記修正情報を利用して、特定の環境情報の下にお
ける計画作成時の変動要素を示す割当計画の特徴量を算
出する第3のステップと、 D)上記割当計画の特徴量の傾向に基づいて、割当計画
の評価関数を生成する第4のステップとを備えたことを
特徴とする資源割当計画作成方法。
1. A method for preparing a resource allocation plan for allocating resources to a plurality of jobs: A) a first step of searching for an optimal resource allocation plan under an evaluation function and outputting the result as a plan B) a second step of storing, in the correction information database, correction information until the final draft is created by correcting the plan draft; and C) using the above-mentioned correction information, under the specific environmental information. A third step of calculating a feature amount of the assignment plan indicating a variable element at the time of creating the plan; and D) a fourth step of generating an evaluation function of the assignment plan based on the tendency of the feature amount of the assignment plan. A method for creating a resource allocation plan, comprising:
【請求項2】請求項1記載の資源割当計画作成方法にお
いて、 上記修正情報は、ジョブの属性と割当資源からなる計画
属性の属性値の変化の情報を有することを特徴とする資
源割当計画作成方法。
2. A resource allocation plan creating method according to claim 1, wherein said modification information includes information on a change in an attribute value of a plan attribute comprising a job attribute and an allocated resource. Method.
【請求項3】請求項1記載の資源割当計画作成方法にお
いて、 上記環境情報は、個々の計画作成者の識別情報を有して
おり、 上記第3のステップは、計画作成時に他の変動要素が同
じであっても計画作成者毎に異なる環境情報が与えら
れ、該当環境情報及びその近傍の環境情報の下における
修正情報から計画作成者各々の計画作成に関する手法及
び嗜好を反映した割当計画の特徴量を算出することを特
徴とする資源割当計画作成方法。
3. The resource allocation plan creating method according to claim 1, wherein said environment information includes identification information of an individual plan creator, and said third step includes the steps of: Even if the same is the same, different environment information is given to each plan creator, and from the corresponding environment information and the correction information under the environment information in the vicinity thereof, the allocation plan reflecting the plan creation method and preference of each plan creator is reflected. A resource allocation plan creation method characterized by calculating a feature amount.
【請求項4】請求項1記載の資源割当計画作成方法にお
いて、 上記修正情報は、計画修正時の環境情報を有しており、 上記第3のステップは、近傍の範囲を徐々に拡大しなが
ら、現在の環境情報またはその近傍の環境情報と修正時
の環境情報がマッチする修正情報を、規定個数を超える
まで集め、これらの集められた修正情報を利用して、特
定の環境情報の下における計画作成時の変動要素を示す
割当計画の特徴量を算出することを特徴とする資源割当
計画作成方法。
4. The resource allocation plan creating method according to claim 1, wherein the correction information includes environmental information at the time of correcting the plan, and the third step includes gradually expanding a range in the vicinity. , Correction information matching the current environment information or the environment information at the time of correction and the environment information at the time of correction are collected until the number exceeds a specified number, and using the collected correction information, A resource allocation plan creating method, comprising calculating a feature amount of an allocation plan indicating a variable element at the time of creating the plan.
【請求項5】請求項4記載の資源割当計画作成方法にお
いて、 上記近傍の範囲は、環境情報間の距離で指定し、 この距離を算出する距離関数は、環境情報内の各項目に
対応する部分距離関数の線形和であることを特徴とする
資源割当計画作成方法。
5. The resource allocation plan creation method according to claim 4, wherein the range of the neighborhood is specified by a distance between environment information, and a distance function for calculating the distance corresponds to each item in the environment information. A method for creating a resource allocation plan, which is a linear sum of partial distance functions.
【請求項6】請求項1記載の資源割当計画作成方法にお
いて、 上記修正情報は、計画属性名と修正前属性値と修正され
た最終的な属性値とからなる計画修正前後の計画属性値
変化を有しており、 上記割当計画の特徴量は、計画属性の重要度を含む計画
属性の属性特徴量の集合であり、 上記第3のステップは、上記修正情報データベースから
取り出した修正情報の集合の計画属性値変化を検索し、
上記修正前属性値と上記最終的な属性値の双方に出現す
る値を数え挙げ、その個数に応じて、上記計画属性特徴
量の重要度を算出することを特徴とする資源割当計画作
成方法。
6. The resource allocation plan creating method according to claim 1, wherein the modification information includes a plan attribute name, a pre-modification attribute value, and a modified final attribute value. Wherein the feature amount of the allocation plan is a set of attribute feature amounts of plan attributes including the importance of the plan attributes, and the third step is a set of correction information extracted from the correction information database. Search for changes in the planning attribute value of
A resource allocation plan creating method, characterized in that values appearing in both the before-correction attribute value and the final attribute value are counted, and the importance of the plan attribute feature amount is calculated according to the number.
【請求項7】請求項6記載の資源割当計画作成方法にお
いて、 上記第4のステップは、上記第3のステップで算出され
た割当計画の特徴量に含まれる全ての計画属性特徴量の
重要度の比に応じて、各計画属性に対する部分評価関数
の重みを算出することを特徴とする資源割当計画作成方
法。
7. The resource allocation plan creating method according to claim 6, wherein the fourth step is a step of determining importance of all plan attribute features included in the feature of the allocation plan calculated in the third step. A weight of a partial evaluation function for each plan attribute is calculated according to the ratio of the resource allocation plan.
【請求項8】請求項1記載の資源割当計画作成方法にお
いて、 上記修正情報は、修正された最終的な属性値を有してお
り、 上記割当計画の特徴量は、計画属性値とその値の過去の
実績における相対的な出現頻度との対のリストである値
の傾向を含む計画属性の属性特徴量の集合であり、 上記第3のステップは、上記修正情報データベースから
取り出した修正情報の集合の計画属性値変化を検索し、
修正前属性値に出現する値を除いた上記最終的な属性値
の相対的な出現頻度を統計的に算出し、上記属性特徴量
の値の傾向として出力することを特徴とする資源割当計
画作成方法。
8. The resource allocation plan creating method according to claim 1, wherein the correction information has a corrected final attribute value, and the feature amount of the allocation plan is a plan attribute value and its value. Is a set of attribute feature amounts of plan attributes including a tendency of a value which is a list of pairs of relative appearance frequencies in the past performance of the modification information, and the third step is a step of modifying the modification information extracted from the modification information database. Search for changes in the set attribute values of the set,
Resource allocation plan creation characterized by statistically calculating the relative frequency of appearance of the final attribute value excluding the value appearing in the attribute value before correction and outputting as a tendency of the value of the attribute feature amount Method.
【請求項9】請求項8記載の資源割当計画作成方法にお
いて、 上記第4のステップは、計画属性値に対する属性評価関
数を、対応する計画属性特徴量における値の傾向に出現
する属性値の相対頻度の高さに応じて評価値を出力する
ように作成し、全ての属性評価関数を用いて上記割当計
画の評価関数を生成することを特徴とする資源割当計画
作成方法。
9. The resource allocation plan creating method according to claim 8, wherein the fourth step is to calculate an attribute evaluation function for the planned attribute value by using a relative value of the attribute value which appears in the tendency of the value in the corresponding planned attribute value. A method for creating a resource allocation plan, wherein an evaluation value is generated in accordance with the frequency of the frequency, and an evaluation function of the allocation plan is generated using all the attribute evaluation functions.
【請求項10】複数のジョブに対して資源を割り当てる
資源割当計画作成システムにおいて、 評価関数の下での最適な資源割当計画を探索し、その結
果を計画案として出力する計画立案部と、 この計画立案部で作成した計画案を修正し、最終案を作
成するまでの修正情報を修正情報データベースに格納す
る計画案修正部と、 上記修正情報データベースに格納された上記修正情報を
利用して、特定の環境情報の下における計画作成時の変
動要素を示す割当計画の特徴量を算出する計画特徴量算
出部と、 この計画特徴量算出部によって算出された上記割当計画
の特徴量の傾向に基づいて、割当計画の評価関数を生成
する評価関数生成部とを備えたことを特徴とする資源割
当計画作成システム。
10. A resource allocation plan creating system for allocating resources to a plurality of jobs, a planning section for searching for an optimal resource allocation plan under an evaluation function and outputting the result as a plan. The plan drafting section corrects the draft created by the planning section, and stores the revised information until the final draft is created in the revised information database.Using the revised information stored in the revised information database, A plan feature amount calculating unit that calculates a feature amount of an allocation plan indicating a variable element at the time of creating a plan under specific environmental information; and a trend of the feature amount of the allocation plan calculated by the plan feature amount calculating unit. A resource allocation plan creation system, comprising: an evaluation function generation unit that generates an evaluation function of an allocation plan.
JP30197997A 1997-11-04 1997-11-04 Resource assignment plan making method and system Pending JPH11143938A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30197997A JPH11143938A (en) 1997-11-04 1997-11-04 Resource assignment plan making method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30197997A JPH11143938A (en) 1997-11-04 1997-11-04 Resource assignment plan making method and system

Publications (1)

Publication Number Publication Date
JPH11143938A true JPH11143938A (en) 1999-05-28

Family

ID=17903434

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30197997A Pending JPH11143938A (en) 1997-11-04 1997-11-04 Resource assignment plan making method and system

Country Status (1)

Country Link
JP (1) JPH11143938A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007237948A (en) * 2006-03-09 2007-09-20 Railway Technical Res Inst Program and train diagram preparation device
JP2008262486A (en) * 2007-04-13 2008-10-30 Nippon Steel Corp Production plan improvement device and program
WO2013046792A1 (en) * 2011-09-27 2013-04-04 株式会社日立製作所 Resource management plan creation device, method thereof, and program
JP2016189175A (en) * 2015-03-30 2016-11-04 Necソリューションイノベータ株式会社 Information display device, information display method, and information display system
JP2018077591A (en) * 2016-11-07 2018-05-17 富士通株式会社 Task organization apparatus, task organization method and task organization program
WO2021090572A1 (en) * 2019-11-08 2021-05-14 株式会社日立製作所 Resource operation plan creation support device, resource operation plan creation support method, and program
WO2021192354A1 (en) * 2020-03-26 2021-09-30 株式会社日立製作所 Resource management plan assistance device and resource management plan assistance method
WO2022137404A1 (en) * 2020-12-23 2022-06-30 日本電信電話株式会社 Information processing device, information processing method, and program
EP4036813A1 (en) 2021-02-02 2022-08-03 Fujitsu Limited Optimization apparatus, optimization method, and optimization program

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007237948A (en) * 2006-03-09 2007-09-20 Railway Technical Res Inst Program and train diagram preparation device
JP2008262486A (en) * 2007-04-13 2008-10-30 Nippon Steel Corp Production plan improvement device and program
WO2013046792A1 (en) * 2011-09-27 2013-04-04 株式会社日立製作所 Resource management plan creation device, method thereof, and program
JP2013071575A (en) * 2011-09-27 2013-04-22 Hitachi Ltd Resource management plan creation device, method thereof, and program
JP2016189175A (en) * 2015-03-30 2016-11-04 Necソリューションイノベータ株式会社 Information display device, information display method, and information display system
JP2018077591A (en) * 2016-11-07 2018-05-17 富士通株式会社 Task organization apparatus, task organization method and task organization program
WO2021090572A1 (en) * 2019-11-08 2021-05-14 株式会社日立製作所 Resource operation plan creation support device, resource operation plan creation support method, and program
JP2021075161A (en) * 2019-11-08 2021-05-20 株式会社日立製作所 Resource application plan creation support device and method and program for the same
US11836657B2 (en) 2019-11-08 2023-12-05 Hitachi, Ltd. Resource management planning support device, resource management planning support method, and programs
WO2021192354A1 (en) * 2020-03-26 2021-09-30 株式会社日立製作所 Resource management plan assistance device and resource management plan assistance method
JP2021157417A (en) * 2020-03-26 2021-10-07 株式会社日立製作所 Resource application plan support device, and resource application plan support method
WO2022137404A1 (en) * 2020-12-23 2022-06-30 日本電信電話株式会社 Information processing device, information processing method, and program
EP4036813A1 (en) 2021-02-02 2022-08-03 Fujitsu Limited Optimization apparatus, optimization method, and optimization program

Similar Documents

Publication Publication Date Title
US5907829A (en) Schedule management system and recording medium
US5321620A (en) Inference planning system
CN112818189B (en) Visual processing procedure list scheduling method, system and platform
JP5618857B2 (en) Resource management plan creation device and resource management plan creation method
JP6712469B2 (en) Work plan generation system
KR20080019581A (en) Cost element managing system
JP7308119B2 (en) Vehicle operation plan generation method, vehicle operation plan generation device, and program
JPH11143938A (en) Resource assignment plan making method and system
JPWO2005007483A1 (en) Vehicle replacement plan creation support device
JP2008152382A (en) Production plan preparation system and production plan preparation method
JP2000071988A (en) Operation plan generating method and system for operating apparatus
JP4191497B2 (en) Operation arrangement plan creation information and operation arrangement plan creation device
JP2011053962A (en) Method and system for changing production plan
JPS62251051A (en) Required amount developing system for part arrangement
Boldy et al. Health operational research—A selective overview
JP3119195B2 (en) Production planning device, method, and recording medium recording program for executing the same
Lai et al. A stochastic approach to professional services firms’ revenue optimization
JPH10293784A (en) Scheduling method and device
JP2001067413A (en) Device and method for generating schedule and schedule generation system using the same
JP4559698B2 (en) Supply and demand adjustment method and system, product manufacturing method
JP2003345419A (en) Answering method and system
JP2004062674A (en) Production management method and production management program
JP2017021489A (en) Device and method for preparing steel making production schedule, operation method and method for manufacturing steel making product
JPH0816401A (en) Node inferring method and production schedule planning method using the method
JP3741076B2 (en) Delivery date answering system, delivery date answering method, order / delivery date answering device and program