JPH08328865A - Rule acquisition method for expert system - Google Patents

Rule acquisition method for expert system

Info

Publication number
JPH08328865A
JPH08328865A JP7132257A JP13225795A JPH08328865A JP H08328865 A JPH08328865 A JP H08328865A JP 7132257 A JP7132257 A JP 7132257A JP 13225795 A JP13225795 A JP 13225795A JP H08328865 A JPH08328865 A JP H08328865A
Authority
JP
Japan
Prior art keywords
rule
change history
knowledge base
history information
inference
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
JP7132257A
Other languages
Japanese (ja)
Inventor
Kazumori Daba
和盛 駄場
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 JP7132257A priority Critical patent/JPH08328865A/en
Publication of JPH08328865A publication Critical patent/JPH08328865A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Multi-Process Working Machines And Systems (AREA)

Abstract

PURPOSE: To reduce the time and labor needed for repetition of the same correction in an expert system by fetching the correction given to the inference result into a knowledge base as a new rule as long as the correction is repeatable. CONSTITUTION: An inference part 2 performs the inferences based on the rules stored in a knowledge base 1 and outputs these inference results to an input/ output device 3. When the inference result is changed via the device 3, this change history information is stored in a change history store part 5 via a change history collection part 4. A rule extraction part 6 produces a rule from the change history information that is stored in the part 5 and repeated in several times and then stores the rule in an extracted rule store part 7. A rule addition part 8 stores the produced rule in the base 1 by an instruction of the device 3.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、エキスパートシステム
における知識獲得方法に係わり、特に推論結果に対して
加えられた変更の変更履歴を取得し、この変更履歴に基
づいて知識ベースに新たに追加するルールを抽出する方
法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a knowledge acquisition method in an expert system, and in particular, obtains a change history of changes made to an inference result and newly adds it to a knowledge base based on this change history. Regarding how to extract rules.

【0002】[0002]

【従来の技術】エキスパートシステムは、専門家(エキ
スパート)の経験知識やノウハウをルールの形で知識ベ
ースに蓄積し、この知識ベースに基づいてコンピュータ
が推論を行うシステムである。実際には知識ベースを構
築しメンテナンスする作業がかなり工数を要するもので
あり、現実に則した知識をいかにして効率よく獲得する
かについていくつかの提案が行われている。
2. Description of the Related Art An expert system is a system in which experience knowledge and know-how of experts are accumulated in a knowledge base in the form of rules, and a computer makes inferences based on this knowledge base. Actually, the work of constructing and maintaining a knowledge base requires a lot of man-hours, and some proposals have been made on how to efficiently acquire knowledge according to reality.

【0003】例えば特開昭63−311441号公報
「時間履歴を用いた知識獲得方式」は、エキスパートシ
ステムが推論した結果を推論履歴として蓄積し、この推
論履歴から同じカテゴリに属する結論記述の確信度を計
算し、確信度に応じて結論記述から処理手続き(ルー
ル)を生成し、知識ベースに登録する知識獲得方式を開
示する。
For example, Japanese Patent Laid-Open No. 63-311441, "Knowledge Acquisition Method Using Time History", accumulates the result of inference by an expert system as an inference history, and from this inference history the certainty factor of a conclusion description belonging to the same category. A knowledge acquisition method is disclosed in which a calculation procedure is calculated, a processing procedure (rule) is generated from a conclusion description according to a certainty factor, and is registered in a knowledge base.

【0004】[0004]

【発明が解決しようとする課題】従来技術によれば、エ
キスパートシステムが推論した推論結果に基づいて追加
するルールを作成し、知識ベースに登録している。しか
し知識ベースを構築するときに見逃されていた不足して
いる条件又は不足しているルールを知識ベースに追加で
きないという問題がある。特にエキスパートシステムが
出力する推論結果に対して利用者が人為的に修正を加え
たとき、このような修正が再現性のあるものである場
合、何回も同様の修正を行わねばならないという問題が
ある。
According to the prior art, a rule to be added is created based on the inference result inferred by the expert system and registered in the knowledge base. However, there is a problem that the missing condition or the missing rule that was overlooked when constructing the knowledge base cannot be added to the knowledge base. Especially when the user artificially corrects the inference result output by the expert system, if such correction is reproducible, there is a problem that the same correction must be repeated many times. is there.

【0005】本発明の目的は、推論結果に対して加えら
れた修正が再現性のあるものである場合、新たなルール
として知識ベースに取り込み、何回も同様の修正を行う
手間を軽減することにある。
An object of the present invention is to reduce the time and effort for making similar corrections many times by incorporating them into the knowledge base as new rules when the corrections made to the inference results are reproducible. It is in.

【0006】[0006]

【課題を解決するための手段】生産計画において、複数
のロットを順次生産設備に割り付けるスケジューリング
の問題があり、このロットのスケジューリングにエキス
パートシステムが適用される。各ロツトについての情報
は、品番、在庫数など複数のデータ項目から構成されて
いる。また知識ベースにはスケジューリングに関連する
データ項目の値によって生産設備への割り付けの優先度
を設定するルールが格納されている。エキスパートシス
テムの推論機構は、入力されたロットについての情報に
このルールを適用して複数のロットを順次生産設備に割
り付けるよう推論する。
There is a scheduling problem in which a plurality of lots are sequentially allocated to production equipment in a production plan, and an expert system is applied to the scheduling of the lots. The information about each lot is composed of a plurality of data items such as a product number and the number of stocks. The knowledge base also stores rules for setting the priority of allocation to production equipment according to the values of data items related to scheduling. The inference mechanism of the expert system applies this rule to the input information about the lot and infers that a plurality of lots should be sequentially allocated to the production equipment.

【0007】本発明は、推論結果に対してロットの割り
付け順序が変更されたとき、他のロットに関連して変更
されたロットについての情報を変更履歴情報として蓄積
し、この変更履歴情報について割り付けの優先度に関連
するデータ項目の値が同一であるような変更履歴情報が
所定回数以上蓄積されたとき、変更履歴情報に出現する
値の同一なデータ項目を条件部に含むようなルールを作
成し、知識ベースに追加格納するルール獲得方法を特徴
とする。
According to the present invention, when a lot allocation order is changed with respect to an inference result, information about a lot changed in relation to another lot is accumulated as change history information, and this change history information is assigned. When the change history information that has the same value of the data item related to the priority of is accumulated a predetermined number of times or more, a rule is created to include the data item having the same value that appears in the change history information in the condition part. It is characterized by a rule acquisition method that additionally stores it in the knowledge base.

【0008】[0008]

【作用】推論結果に対してスケジューリングに関して同
じ条件下で同じ変更が何回も生じるということは知識ベ
ースに格納されているルールが不足しているとみなされ
る。本発明は、変更履歴情報から不足していた割り付け
の優先度に関連するデータ項目を条件部に含むようなル
ールを作成し、知識ベースに登録する。これによって以
後推論結果に対する利用者の変更が不要になる。
The fact that the same change occurs repeatedly with respect to the inference result under the same condition with respect to scheduling is considered to be a lack of rules stored in the knowledge base. According to the present invention, a rule is created from the change history information such that the condition section includes a data item related to the lacking priority of allocation, and the rule is registered in the knowledge base. This makes it unnecessary for the user to change the inference result thereafter.

【0009】[0009]

【実施例】以下、本発明の一実施例について図面を用い
て詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described in detail below with reference to the drawings.

【0010】図1は、本実施例のエキスパートシステム
の構成を示す図である。知識ベース1は推論に使用され
るルールを登録するデータベースである。推論部2は、
知識ベース1からルールを引き出して推論し、その結果
を入出力装置3に表示する処理部である。変更履歴採取
部4は、入出力装置3に表示される推論結果が入出力装
置3によって変更されるか否かを監視し、変更されたと
きその変更履歴を変更履歴格納部5に格納する処理部で
ある。ルール抽出部6は変更履歴格納部5を参照して変
更履歴からルールを抽出し、抽出ルール格納部7に格納
する処理部である。ルール追加部8は、入出力装置3か
らの指示に従って抽出ルール格納部7に格納されたルー
ルを知識ベース1に追加する処理部である。推論部2、
変更履歴採取部4、ルール抽出部6及びルール追加部8
は情報処理装置の記憶装置に格納されるプログラムを実
行することによって実現される。知識ベース1、変更履
歴格納部5及び抽出ルール格納部7はこの情報処理装置
の記憶装置に格納されるファイル又はデータベースであ
る。入出力装置3はこの情報処理装置に接続される周辺
装置又は端末装置である。
FIG. 1 is a diagram showing the configuration of the expert system of this embodiment. Knowledge base 1 is a database that registers rules used for inference. The inference unit 2
This is a processing unit that draws out rules from the knowledge base 1 and infers them, and displays the results on the input / output device 3. The change history collecting unit 4 monitors whether or not the inference result displayed on the input / output device 3 is changed by the input / output device 3, and when the change is made, stores the change history in the change history storage unit 5. It is a department. The rule extraction unit 6 is a processing unit that refers to the change history storage unit 5 to extract a rule from the change history and stores the rule in the extraction rule storage unit 7. The rule addition unit 8 is a processing unit that adds the rules stored in the extraction rule storage unit 7 to the knowledge base 1 according to an instruction from the input / output device 3. Inference unit 2,
Change history collection unit 4, rule extraction unit 6, and rule addition unit 8
Is realized by executing a program stored in the storage device of the information processing device. The knowledge base 1, the change history storage unit 5, and the extraction rule storage unit 7 are files or databases stored in the storage device of this information processing apparatus. The input / output device 3 is a peripheral device or a terminal device connected to the information processing device.

【0011】図2は、このエキスパートシステムを生産
計画問題に適用する場合の事例であり、スケジューリン
グ対象となるロットの情報を示す図である。各ロットご
とに生産する製品又は部品の品番、生産数及び現在の在
庫個数が示されている。このようにロットの情報は一般
に複数のデータ項目から構成され、そのうちいくつかの
データ項目はスケジューリングの優先度に関連し、他の
データ項目は関連しない。
FIG. 2 is a diagram showing an example of applying this expert system to a production planning problem, and is a diagram showing information on lots to be scheduled. The product number of the product or part produced for each lot, the number of products produced, and the current inventory quantity are shown. As such, lot information is generally composed of a plurality of data items, some of which are related to scheduling priority and others are not.

【0012】図3は、知識ベース1に登録されるルール
の例を示す図である。本実施例で扱うルールは一般に次
の記述形式によって表現される。 (ルール名称 もし 条件部 ならば 処理手続き部) 図3は3つのルールの例を示しており、ルール01、ル
ール02及びルール03はユニークに設定されるルール
名称である。各ルールは条件部と処理手続き部から構成
されている。図3の例は、マシンに割り付けるロットの
優先度を示しており、品番a、b及びcについてそれぞ
れ0.7、0.6及び0.5の優先度を設定している。
一般にルールはスケジューリングの優先度に関連するデ
ータ項目の値を条件部に置き、それによって優先度を設
定する処理を処理手続部に置いている。
FIG. 3 is a diagram showing an example of rules registered in the knowledge base 1. The rules handled in this embodiment are generally expressed in the following description format. (Rule Name Processing Procedure Division if Condition Section) FIG. 3 shows an example of three rules. Rule 01, rule 02 and rule 03 are uniquely set rule names. Each rule is composed of a condition section and a processing procedure section. The example of FIG. 3 shows the priorities of lots assigned to the machines, and the priorities of 0.7, 0.6 and 0.5 are set for the product numbers a, b and c, respectively.
In general, the rule puts the value of the data item related to the scheduling priority in the condition part, and accordingly puts the process of setting the priority in the processing procedure part.

【0013】推論部2は、3つのロット、ロットA、ロ
ットB及びロットCを割り付け対象としてスケジューリ
ングを開始する。知識ベース1からルールを読み出し、
ロットAが”ルール01”、ロットBが”ルール02”
及びロットCが”ルール03”の条件部を満たすため、
ロットAには0.7、ロットBには0.6、ロットCに
は0.5の優先度を与える。推論部2は、優先度が高い
ロットから順にマシンに割り付けるため、最初にロット
Aをマシンに割り付け、次いでロットB及びロットCを
順次マシンに割り付け、その結果を入出力装置3に表示
する。
The inference unit 2 starts scheduling with three lots, lot A, lot B, and lot C as allocation targets. Read rules from knowledge base 1,
Lot A is "Rule 01", Lot B is "Rule 02"
And lot C satisfies the condition part of "rule 03",
Lot A is given a priority of 0.7, lot B is given a priority of 0.6, and lot C is given a priority of 0.5. The inference unit 2 first allocates lots A to machines, then allocates lots B and C to machines sequentially, and displays the results on the input / output device 3 in order to allocate the machines to the machines in order from the highest priority.

【0014】図4は、入出力装置3に表示される推論結
果の例を示すガントチャートであり、横軸に日付目盛
り、縦軸に生産に使用する生産設備をとり、時系列的に
ロットが生産設備に割り付けられる状態を示す。この例
ではスケジューリング対象となるロットA、ロットB及
びロットCが生産設備であるマシンAに割り付けられた
状態を示している。
FIG. 4 is a Gantt chart showing an example of the inference result displayed on the input / output device 3, in which the horizontal axis indicates the date scale and the vertical axis indicates the production equipment used for production, and the lots are arranged in chronological order. Indicates the status assigned to production equipment. In this example, lot A, lot B, and lot C to be scheduled are assigned to machine A, which is a production facility.

【0015】図5は、図4に示す推論結果に対して利用
者が入出力装置3に表示されているガントチャート上の
ロットCの優先度について入出力装置3を介してその割
り付け順序を変更した様子を示す図である。
In FIG. 5, the user changes the allocation order of the priority of the lot C on the Gantt chart displayed on the input / output device 3 by the user with respect to the inference result shown in FIG. It is a figure which shows the appearance.

【0016】変更履歴採取部4は、推論結果が変更され
たことを検出して推論部2を介してロットの情報を取得
し、変更履歴格納部5に変更履歴を格納する。
The change history collection unit 4 detects that the inference result has been changed, acquires lot information through the inference unit 2, and stores the change history in the change history storage unit 5.

【0017】図6は、変更履歴格納部5のデータ形式の
例を示す図である。変更履歴はロットの情報とスケジュ
ーリングの結果、次に続くロットの情報から構成され
る。変更履歴情報37は過去に推論結果を変更したとき
の変更履歴であり、変更履歴情報43は図5に示すよう
に今回推論結果を変更したときの変更履歴を示すもので
ある。変更履歴情報43は、ロットCの割り付けが変更
された結果、ロットCの前に割り付けられたロットAの
情報とロットCの情報を含む情報39及びロットCの情
報とロットCの後に割り付けられたロットBの情報を含
む情報41から構成される。
FIG. 6 is a diagram showing an example of the data format of the change history storage unit 5. The change history is composed of lot information, scheduling results, and subsequent lot information. The change history information 37 is the change history when the inference result is changed in the past, and the change history information 43 is the change history when the inference result is changed this time, as shown in FIG. The change history information 43 is assigned as a result of the change of the allocation of the lot C, the information 39 including the information of the lot A and the information of the lot C allocated before the lot C, and the information of the lot C and the information after the lot C. It is composed of information 41 including information on lot B.

【0018】図7は、ルール抽出部6の処理の流れを示
すフローチャートである。ルール抽出部6は、変更履歴
格納部5に格納されている変更履歴情報を入力し(ステ
ップ21)、同一の変更履歴情報がn件以上あるかどう
かを判定する(ステップ22)。同一の変更履歴情報と
は、複数のデータ項目のうちスケジユーリングに関係す
るデータ項目の値が一致するような変更履歴情報であ
る。またnは1以上のあらかじめ定められた整数であ
る。本実施例の事例では、品番と在庫=0のデータ項目
が一致しており、品番と在庫=0が割り付けの優先度に
関連するデータ項目である。また上記の意味で同一の変
更履歴情報は2件存在する。変更回数がn件以上であれ
ば(ステップ22YES)、該当する変更履歴情報から
ルールを作成して入出力装置3に表示する(ステップ2
3)。利用者が入出力装置3を介して作成したルールを
抽出ルール格納部7に追加するように指定すれば(ステ
ップ24YES)、入出力装置3から入力されたルール
名を得て(ステップ25)、抽出したルールを抽出ルー
ル格納部7に格納する(ステップ26)。同一の変更履
歴情報がn件に満たない場合(ステップ22NO)及び
利用者がルールの追加を選択しない場合(ステップ24
NO)には処理を終了する。
FIG. 7 is a flow chart showing the flow of processing of the rule extraction unit 6. The rule extraction unit 6 inputs the change history information stored in the change history storage unit 5 (step 21) and determines whether or not there are n or more identical change history information items (step 22). The same change history information is change history information such that the values of data items related to scheduling among a plurality of data items match. Further, n is a predetermined integer of 1 or more. In the case of the present embodiment, the data items of product number and inventory = 0 match, and the product number and inventory = 0 are data items related to the priority of allocation. Further, there are two pieces of the same change history information in the above meaning. If the number of changes is n or more (YES in step 22), a rule is created from the corresponding change history information and displayed on the input / output device 3 (step 2).
3). If the user specifies that the rule created through the input / output device 3 is added to the extraction rule storage unit 7 (YES in step 24), the rule name input from the input / output device 3 is obtained (step 25), The extracted rule is stored in the extraction rule storage unit 7 (step 26). If the same change history information is less than n (step 22 NO) and the user does not select the addition of the rule (step 24)
If NO), the process ends.

【0019】図8は、入出力装置3上に表示された作成
ルールとルールを追加するか否かを利用者に選択させる
ためのメッセージの例を示す図である。ルールは変更履
歴情報の同一内容を条件部とし、対象とするロットの優
先度を設定する手続を処理手続き部とする形式で作成さ
れる。
FIG. 8 is a diagram showing an example of a message displayed on the input / output device 3 and a message for allowing the user to select whether or not to add the rule. The rule is created in a format in which the same content of the change history information is used as the condition section and the procedure for setting the priority of the target lot is used as the processing procedure section.

【0020】図9は、入出力装置3上に表示されたルー
ル名の設定を促すメッセージと設定されたルール名を表
示する画面の例を示す図である。
FIG. 9 is a diagram showing an example of a screen displayed on the input / output device 3 for displaying the message for prompting the setting of the rule name and the set rule name.

【0021】図10は、ルール追加部8の処理の流れを
示すフローチャートである。ルール追加部8は、抽出ル
ール格納部7に格納されているルールを読み出し、入出
力装置3上にそのルール名の一覧表を表示する(ステッ
プ51)。利用者が入出力装置3を介して知識ベース1
に追加したいルールを選択したとき(ステップ52)、
選択されたルールを知識ベース1に追加し(ステップ5
3)、抽出ルール格納部7上の当該ルールを削除する
(ステップ54)。追加すべきルールがなくなったと
き、処理を終了する。これ以後推論部2を実行すれば、
既存のルールとともに追加したルールが実行される。
FIG. 10 is a flow chart showing the flow of processing of the rule adding section 8. The rule adding unit 8 reads out the rules stored in the extraction rule storage unit 7, and displays a list of the rule names on the input / output device 3 (step 51). The user inputs the knowledge base 1 via the input / output device 3.
When you select the rule you want to add to (step 52),
Add the selected rules to Knowledge Base 1 (step 5
3), delete the rule in the extraction rule storage unit 7 (step 54). When there are no more rules to add, the process ends. After that, if the inference unit 2 is executed,
The rules added along with the existing rules are executed.

【0022】図11は、ルール追加部8が入出力装置3
に表示するルール名の一覧表の例を示す図である。利用
者が各ルールの内容を表示するよう要求すると、指定さ
れたルールの内容が表示される。利用者が知識ベース1
に追加するルールを選択すれば、選択したルールが知識
ベース1に追加される。
In FIG. 11, the rule adding section 8 is used for the input / output device 3
FIG. 6 is a diagram showing an example of a list of rule names displayed in FIG. When the user requests to display the content of each rule, the content of the specified rule is displayed. User is knowledge base 1
If a rule to be added to is selected, the selected rule is added to the knowledge base 1.

【0023】上記実施例によれば、品番=”a”、在庫
=0のロットをマシンに割り付けた後、品番=”b”と
品番=”c”のロットが割り付け対象となっている場合
には、品番=”c”のロットを割り付けるというノウハ
ウが知識ベース1に反映されることになり、これ以後こ
のようなケースのとき推論結果の変更が不要となる。
According to the above-described embodiment, after allocating lots of product number = "a" and stock = 0 to the machine, lots of product number = "b" and product number = "c" are to be allocated. In the knowledge base 1, the know-how of allocating the lot with the product number = “c” is reflected in the knowledge base 1. Thereafter, in such a case, it is not necessary to change the inference result.

【0024】以下、本発明の他の実施例について説明す
る。
Another embodiment of the present invention will be described below.

【0025】図12は、図2に示す事例に色のデータ項
目が追加されたものである。色は製品又は部品に着色す
る色である。
FIG. 12 shows that the color data item is added to the case shown in FIG. A color is a color that colors a product or part.

【0026】推論部2は、このスケジューリング対象に
対して図3に示すルールを適用して推論すると、図4に
示す推論結果が得られる。ここで得られた推論結果に対
して図5に示す変更をすると、変更履歴採取部4によっ
て変更履歴格納部5に変更履歴情報が格納される。
When the inference unit 2 infers the scheduling target by applying the rule shown in FIG. 3, the inference result shown in FIG. 4 is obtained. When the inference result obtained here is changed as shown in FIG. 5, the change history collection unit 4 stores the change history information in the change history storage unit 5.

【0027】図13は、本実施例についての変更履歴格
納部5のデータ形式の例を示す図である。色はスケジュ
ーリングに関係するデータ項目であり、品番と色が一致
している変更履歴情報が2件存在する。ルール抽出部6
はこの2件の同一変更履歴情報に基づいてルールを作成
する。
FIG. 13 is a diagram showing an example of the data format of the change history storage unit 5 in this embodiment. Color is a data item related to scheduling, and there are two pieces of change history information whose color matches the product number. Rule extraction unit 6
Creates a rule based on these two identical change history information.

【0028】図14は、この変更履歴情報から作成され
たルールを示す図である。これによれば、品番=”
a”、色=”黄”のロットをマシンに割り付けた後、品
番=”c”、色=”青”の候補ロットがあれば最優先で
このマシンに割り付けられる。
FIG. 14 is a diagram showing rules created from this change history information. According to this, product number = ”
After allocating a lot of “a” and color = “yellow” to the machine, if there is a candidate lot of part number = “c” and color = “blue”, it is assigned to this machine with the highest priority.

【0029】[0029]

【発明の効果】本発明によれば、推論結果に対して加え
られた変更が再現性のあるものである場合、知識ベース
のルールが不足しているとみなして新たなルールを知識
ベースに追加するので、知識の不足を迅速に補い、一層
洗練された知識ベースを構築することができる。
According to the present invention, if the change made to the inference result is reproducible, it is considered that the rules of the knowledge base are insufficient and a new rule is added to the knowledge base. Therefore, the lack of knowledge can be quickly supplemented and a more sophisticated knowledge base can be constructed.

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

【図1】実施例のエキスパートシステムの構成図であ
る。
FIG. 1 is a configuration diagram of an expert system according to an embodiment.

【図2】エキスパートシステムへ入力されるロット情報
の事例を示す図である。
FIG. 2 is a diagram showing an example of lot information input to an expert system.

【図3】知識ベース1に登録されるルールの例を示す図
である。
FIG. 3 is a diagram showing an example of rules registered in a knowledge base 1.

【図4】推論結果の例を示すガントチャートである。FIG. 4 is a Gantt chart showing an example of an inference result.

【図5】利用者によって変更された推論結果の例を示す
ガントチャートである。
FIG. 5 is a Gantt chart showing an example of an inference result changed by a user.

【図6】変更履歴情報の例を示す図である。FIG. 6 is a diagram showing an example of change history information.

【図7】実施例のルール抽出部6の処理の流れを示すフ
ローチャートである。
FIG. 7 is a flowchart showing a processing flow of a rule extraction unit 6 of the embodiment.

【図8】作成されたルールとメッセージの表示例を示す
図である。
FIG. 8 is a diagram showing a display example of created rules and messages.

【図9】ルール名の設定についての表示例を示す図であ
る。
FIG. 9 is a diagram showing a display example of setting a rule name.

【図10】実施例のルール追加部8の処理の流れを示す
フローチャートである。
FIG. 10 is a flowchart showing a processing flow of a rule adding unit 8 of the embodiment.

【図11】ルール名の一覧表を示し登録するルールの選
択を促す表示例を示す図である。
FIG. 11 is a diagram showing a display example showing a list of rule names and urging the user to select a rule to be registered.

【図12】他の実施例のロット情報の事例を示す図であ
る。
FIG. 12 is a diagram showing an example of lot information according to another embodiment.

【図13】他の実施例の変更履歴情報の例を示す図であ
る。
FIG. 13 is a diagram showing an example of change history information of another embodiment.

【図14】他の実施例により作成されたルールの例を示
す図である。
FIG. 14 is a diagram showing an example of a rule created according to another embodiment.

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

1・・・知識ベース、2・・・推論部、4・・・変更履
歴採取部、5・・・変更履歴格納部、6・・・ルール抽
出部
1 ... Knowledge base, 2 ... Inference unit, 4 ... Change history collection unit, 5 ... Change history storage unit, 6 ... Rule extraction unit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】複数のデータ項目から構成されるロットに
ついての情報と知識ベースに格納され該データ項目の値
によって割り付けの優先度を設定するルールとに基づい
て複数の該ロットを順次生産設備に割り付けるよう推論
するエキスパートシステムの知識獲得方法において、 入力手段を介して推論の結果である生産設備に割り付け
たロットの割り付け順序が変更されたとき、他のロット
に関連して変更されたロットについての情報を変更履歴
情報として蓄積し、 該変更履歴情報について割り付けの優先度に関連するデ
ータ項目の値が同一であるような変更履歴情報が所定回
数以上蓄積されたとき、該変更履歴情報に出現する値の
同一なデータ項目を条件部に含むようなルールを作成
し、 作成されたルールを該知識ベースに追加格納することを
特徴とするエキスパートシステムにおけるルール獲得方
法。
1. A plurality of lots are sequentially produced into production equipment based on information about a lot composed of a plurality of data items and a rule stored in a knowledge base and setting an allocation priority according to a value of the data item. In the knowledge acquisition method of the expert system that infers to allocate, when the allocation order of the lots allocated to the production equipment, which is the result of the inference through the input means, is changed, the lots changed in relation to other lots Information is accumulated as change history information, and when change history information having the same data item value related to the priority of allocation for the change history information is accumulated a predetermined number of times or more, it appears in the change history information. Create a rule that includes data items with the same value in the condition part, and store the created rule in the knowledge base additionally. Rule acquisition method in the expert system according to claim.
JP7132257A 1995-05-30 1995-05-30 Rule acquisition method for expert system Pending JPH08328865A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7132257A JPH08328865A (en) 1995-05-30 1995-05-30 Rule acquisition method for expert system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7132257A JPH08328865A (en) 1995-05-30 1995-05-30 Rule acquisition method for expert system

Publications (1)

Publication Number Publication Date
JPH08328865A true JPH08328865A (en) 1996-12-13

Family

ID=15077053

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7132257A Pending JPH08328865A (en) 1995-05-30 1995-05-30 Rule acquisition method for expert system

Country Status (1)

Country Link
JP (1) JPH08328865A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140095099A1 (en) * 2005-09-01 2014-04-03 Applied Biosystems, Llc Method of Automated Calibration and Diagnosis of Laboratory Instruments

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140095099A1 (en) * 2005-09-01 2014-04-03 Applied Biosystems, Llc Method of Automated Calibration and Diagnosis of Laboratory Instruments

Similar Documents

Publication Publication Date Title
JP5379261B2 (en) Scheduling apparatus, scheduling method, and computer program
JPS6226510A (en) Process plan information processor
JP2017122955A (en) Production schedule planning support system and support method
JP3291642B2 (en) Failure support method
CA2502553C (en) Generation/management apparatus of production processing structure in factory production management system
JPH11120248A (en) System and method for scheduling production
US5506783A (en) Method and apparatusa for determining supply sequence of products ot be processed to production line
JP2005032079A (en) Project pre-evaluation method
JPH08328865A (en) Rule acquisition method for expert system
JP2002244716A (en) Line capacity evaluation system
JP6667714B2 (en) Program integrated analysis management device and integrated analysis management method thereof
JPH04184602A (en) System and method for preparation of production schedule
JP5857580B2 (en) Work information management apparatus and program
JP2002259503A (en) System of production control, method thereof, manufacturing method for semiconductor device using the method, recording medium recorded information thereof, program thereof and computer readable recording medium recorded the program
US20100070063A1 (en) Production sequence determination support method, production sequence determination support device, and computer-readable storage medium for computer program
JP3114149B2 (en) Schedule automatic creation processing method
JPH0916683A (en) Work allocating system
JPH0710486B2 (en) Multi-product production schedule creation device
JPH0877259A (en) Method and device for planning production
JPH04205169A (en) Method and device for production planning
US20220027808A1 (en) Process model creation system, and process model creation method
JPH08278997A (en) Shelf dividing method by category management
JP3409297B2 (en) Manufacturing instruction creation device
JPH10116364A (en) Lubricant production plan supporting device
Ress et al. Development of an expert system for scheduling work content in a job shop environment