JPH06259256A - Inference control method for expert system - Google Patents

Inference control method for expert system

Info

Publication number
JPH06259256A
JPH06259256A JP5044787A JP4478793A JPH06259256A JP H06259256 A JPH06259256 A JP H06259256A JP 5044787 A JP5044787 A JP 5044787A JP 4478793 A JP4478793 A JP 4478793A JP H06259256 A JPH06259256 A JP H06259256A
Authority
JP
Japan
Prior art keywords
inference
world
worlds
control
function
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
JP5044787A
Other languages
Japanese (ja)
Inventor
Yoji Tabuchi
洋治 田渕
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co 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 Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP5044787A priority Critical patent/JPH06259256A/en
Publication of JPH06259256A publication Critical patent/JPH06259256A/en
Pending legal-status Critical Current

Links

Landscapes

  • Feedback Control In General (AREA)

Abstract

PURPOSE:To improve efficiency by hierarchizing inference control and minimizing an inference control range by dividing an inference process into worlds by inference functions and providing control rule sets in the respective worlds. CONSTITUTION:An inference process 2 is composed of an inference interface world 3 divided from a function plane and plural inference function worlds 41-4N. Concerning the inference control inside the respective inference function worlds 41-4N, Plural rule sets 62. in the worlds themselves are controlled through respective world memories 63 by providing respective control rule sets 61 and the inference is individually and simultaneously controlled inside the worlds. Concerning the inference control among the inference function worlds 41-4N, a control rule set 32 in the inference interface world 3 controls the control rule sets 61 in the inference function worlds through global memory 5 and totally controls the respective inference function worlds 41-4N. Thus, the inference can be efficiently performed and the inference process can be easily designed/ manufactured.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、エキスパートシステム
の推論制御方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an inference control method for an expert system.

【0002】[0002]

【従来の技術】エキスパートシステムは、専門家の知識
を保存する知識ベースと推論エンジンと説明機構を備
え、利用者の質問等の外部入力に対して推論エンジンが
ルール又はフレームを使った推論を行うことにより解答
を得る。
2. Description of the Related Art An expert system has a knowledge base for storing expert knowledge, an inference engine, and an explanation mechanism, and the inference engine makes inferences using rules or frames with respect to external inputs such as user questions. Get the answer by.

【0003】エキスパートシステムのソフトウェア構成
は、一般に周辺プロセスと推論プロセスとに大別され、
周辺プロセスはシステム運用、データ入出力、データ管
理、設定変更、描画、演算、印字、エンジニアリング
(メンテナンス)等の処理を行い、推論プロセスは知識
推論処理を行う。
The software structure of the expert system is generally divided into a peripheral process and an inference process,
The peripheral process performs processing such as system operation, data input / output, data management, setting change, drawing, calculation, printing, and engineering (maintenance), and the inference process performs knowledge inference processing.

【0004】[0004]

【発明が解決しようとする課題】エキスパートシステム
は、一般に知識推論処理を行うため、システム全体から
みると推論処理の負荷が重く、効率的な推論処理を行え
ないシステムでは処理スピードが悪くなる。特に、推論
ルール又は推論フレームが多くなるときには推論処理の
効率の良否がシステムの評価や実用化で問題となる。
Since the expert system generally performs knowledge inference processing, the load of inference processing is heavy from the viewpoint of the entire system, and the processing speed becomes worse in a system that cannot perform efficient inference processing. In particular, when the number of inference rules or inference frames increases, the efficiency of inference processing becomes a problem in system evaluation and practical application.

【0005】そこで、従来から推論対象によって前向き
推論や後向き推論などの推論方式を選択する方法がある
が、知識ベースが大きくなると推論の高効率化は難しい
ものであった。
Therefore, conventionally, there is a method of selecting an inference method such as forward inference or backward inference depending on an inference target, but it has been difficult to increase the efficiency of inference when the knowledge base becomes large.

【0006】本発明の目的は、効率的な推論処理になる
推論制御方法を提供することにある。
An object of the present invention is to provide an inference control method that enables efficient inference processing.

【0007】[0007]

【課題を解決するための手段】本発明は、前記課題の解
決を図るため、ソフトウエア構成を周辺プロセスと推論
プロセスとし、推論プロセスで推論処理するエキスパー
トシステムにおいて、前記推論プロセス内の推論環境空
間を推論インターフェースワールドと、複数の推論機能
ワールドに分割し、各ワールド内にコントロールルール
セットを設け、前記各推論機能ワールドのコントロール
ルールセットは自己ワールド内のルールセットの一括制
御を行い、前記推論インターフェースワールドのコント
ロールルールセットは前記複数の推論機能ワールドをグ
ローバルメモリを介した共通のアクセスにより統括制御
することを特徴とする。
In order to solve the above-mentioned problem, the present invention provides an inference environment space in the inference process in an expert system in which a software configuration is a peripheral process and an inference process, and the inference process is performed by the inference process. Is divided into an inference interface world and a plurality of inference function worlds, a control rule set is provided in each world, and the control rule set of each inference function world collectively controls the rule sets in the self world, The world control rule set is characterized in that the plurality of inference function worlds are collectively controlled by a common access via a global memory.

【0008】[0008]

【作用】推論プロセスを推論機能別にワールド分割し、
また各ワールド内にコントロールルールセットを設ける
ことにより、推論制御をワールド内の推論制御及びワー
ルド間の推論制御に分離することにより推論制御の階層
化を図ると共に推論制御範囲を極小化して効率的な推論
処理を得る。
[Action] The inference process is divided into worlds according to the inference function,
In addition, by providing a control rule set in each world, the inference control is separated into the inference control in the world and the inference control between the worlds, and the inference control is hierarchized and the inference control range is minimized to be efficient. Get reasoning.

【0009】[0009]

【実施例】図1は、本発明の一実施例を示すエキスパー
トシステムのソフトウェア構成図である。周辺プロセス
1は、従来と同様にデータ管理等の処理を行うソフトウ
ェア要素を備え、また対推論プロセスインターフェース
を有して推論プロセス2との間のプロセス間データ通信
機能を実現する。
1 is a software block diagram of an expert system showing an embodiment of the present invention. The peripheral process 1 includes software elements that perform processing such as data management as in the conventional case, and has a pair inference process interface to realize an interprocess data communication function with the inference process 2.

【0010】推論プロセス2は、機能面から分割した推
論インターフェースワールド3と、複数の推論機能ワー
ルド41〜4Nで構成し、グローバルメモリー5のみで相
互に干渉可能な独立性の高い推論環境空間(ワールド)
として構成される。
[0010] Inference process 2, the inference interface world 3 divided from the functional surface, composed of a plurality of inference functions World 4 1 to 4 N, high inference environment space of possible independent interfere with each other only the global memory 5 (world)
Configured as.

【0011】推論インターフェースワールド3は、周辺
プロセス1との間の通信処理をインターフェース31
介して実行し、各推論機能ワールド41〜4Nの統括コン
トロールをコントロールルールセット32で行う推論環
境空間になる。ワールドメモリ33はインターフェース
1及びコントロールルールセット32の間の制御データ
の授受に使用される。
[0011] Inference interface World 3 executes through the interface 3 1 a communication process between the peripheral process 1, inference environment for overall control of the inference function World 4 1 to 4 N with the control rule set 3 2 Become a space. The world memory 3 3 is used for exchanging control data between the interface 3 1 and the control rule set 3 2 .

【0012】推論機能ワールド41〜4Nは、推論機能を
機能毎に大別した場合の夫々の機能に対応する推論を行
う推論環境空間になり、各コントロールルールセット6
1により自己ワールド内の各ルールセット62の制御によ
る機能毎の推論制御を行い、その間の制御データの授受
は各ワールドメモリ63を介して行われる。
[0012] The inference function World 4 1 ~4 N will become inference environment space making inferences corresponding to the function of each of the case of roughly the inference function for each function, each control rule set 6
The inference control for each function is performed by the control of each rule set 6 2 in the own world by 1 and the transfer of control data during that period is performed via each world memory 6 3 .

【0013】グローバルメモリ5は、各ワールド3、4
1〜4Nの外側に存在し、複数のワールド間から共通にア
クセスできる共通メモリになる。
The global memory 5 is used for each world 3, 4
It is a common memory that exists outside 1 to 4 N and can be commonly accessed from multiple worlds.

【0014】本実施例における推論プロセス2内の推論
制御方法を説明する。各推論機能ワールド41〜4N内の
推論制御は、各コントロールルールセット61を設ける
ことで自己ワールド内の複数のルールセット62の制御
を各ワールドメモリ63を介して行い、ワールド内推論
を個別に一括制御する。
The inference control method in the inference process 2 in this embodiment will be described. For the inference control in each inference function world 4 1 to 4 N , by providing each control rule set 6 1 , a plurality of rule sets 6 2 in the own world are controlled via each world memory 6 3, and Control inference individually and collectively.

【0015】推論機能ワールド41〜4N間の推論制御
は、推論インターフェースワールド3内のコントロール
ルールセット32がグローバルメモリ5を介して推論機
能ワールド内の各コントロールルールセット61を制御
し、各推論機能ワールド41〜4 Nを統括制御する。
Inference function world 41~ 4NReasoning control between
Is a control in the inference interface world 3
Rule set 32Is an inference machine via the global memory 5.
Each control rule set 6 in Noh world1Control
And each inference function world 41~ 4 NControl over.

【0016】即ち、推論インターフェースワールド3内
のコントロールルールセット32が各推論機能ワールド
1〜4Nを統括制御し、推論機能ワールド内の各コント
ロールルールセット61が夫々のワールド内の各ルール
セット62を個別に一括制御する推論制御方法となる。
That is, the control rule set 3 2 in the inference interface world 3 integrally controls each inference function world 4 1 to 4 N, and each control rule set 6 1 in the inference function world 4 each rule in each world. This is an inference control method in which the set 6 2 is individually controlled collectively.

【0017】[0017]

【発明の効果】以上のとおり、本発明によれば、推論プ
ロセス内の推論環境空間を推論インターフェースワール
ドと、複数の推論機能ワールドに分割し、各ワールド内
にコントロールルールセットを設け、前記各推論機能ワ
ールドのコントロールルールセットは自己ワールド内の
ルールセットの一括制御を行い、前記推論インターフェ
ースワールドのコントロールルールセットは前記複数の
推論機能ワールドをグローバルメモリを介した共通のア
クセスにより統括制御するようにしたため、以下の効果
がある。
As described above, according to the present invention, the inference environment space in the inference process is divided into an inference interface world and a plurality of inference function worlds, and a control rule set is provided in each world. The control rule set of the functional world collectively controls the rule sets in the self world, and the control rule set of the inference interface world collectively controls the plurality of inference function worlds by common access via the global memory. , Has the following effects.

【0018】(1)推論プロセスをワールド分割するこ
とにより機能毎の独立性を高めることができる。
(1) By dividing the inference process into worlds, the independence of each function can be improved.

【0019】(2)ワールド間推論制御とワールド内推
論制御に分離することによって推論制御を階層化するこ
とができる。
(2) The inference control can be hierarchized by separating it into the inter-world inference control and the in-world inference control.

【0020】(3)ワールド内にコントロールルールセ
ットを設けることにより推論制御範囲を極小化すること
ができる。
(3) The inference control range can be minimized by providing a control rule set in the world.

【0021】(4)上記の各項により効率的な推論を行
うことができ、また同時にエキスパートシステムの推論
プロセスの設計、製造、保守が容易になる。
(4) Efficient inference can be performed by the above items, and at the same time, the inference process of the expert system can be easily designed, manufactured, and maintained.

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

【図1】本発明の一実施例を示すエキスパートシステム
のソフトウエア構成図。
FIG. 1 is a software configuration diagram of an expert system showing an embodiment of the present invention.

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

1…周辺プロセス 2…推論プロセス 3…推論インターフェースワールド 41、4N…推論機能ワールド 5…グローバルメモリ1 ... around the process 2 ... inference process 3 ... inference interface World 4 1, 4 N ... inference function World 5 ... global memory

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 ソフトウエア構成を周辺プロセスと推論
プロセスとし、推論プロセスで推論処理するエキスパー
トシステムにおいて、前記推論プロセス内の推論環境空
間を推論インターフェースワールドと、複数の推論機能
ワールドに分割し、各ワールド内にコントロールルール
セットを設け、前記各推論機能ワールドのコントロール
ルールセットは自己ワールド内のルールセットの一括制
御を行い、前記推論インターフェースワールドのコント
ロールルールセットは前記複数の推論機能ワールドをグ
ローバルメモリを介した共通のアクセスにより統括制御
することを特徴とするエキスパートシステムの推論制御
方法。
1. An expert system in which software configuration is a peripheral process and an inference process, and inference processing is performed in the inference process, an inference environment space in the inference process is divided into an inference interface world and a plurality of inference function worlds. A control rule set is provided in the world, the control rule set of each inference function world collectively controls the rule sets in the self world, and the control rule set of the inference interface world stores the plurality of inference function worlds in the global memory. An inference control method for an expert system, which is characterized by performing a centralized control by a common access via.
JP5044787A 1993-03-05 1993-03-05 Inference control method for expert system Pending JPH06259256A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5044787A JPH06259256A (en) 1993-03-05 1993-03-05 Inference control method for expert system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5044787A JPH06259256A (en) 1993-03-05 1993-03-05 Inference control method for expert system

Publications (1)

Publication Number Publication Date
JPH06259256A true JPH06259256A (en) 1994-09-16

Family

ID=12701125

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5044787A Pending JPH06259256A (en) 1993-03-05 1993-03-05 Inference control method for expert system

Country Status (1)

Country Link
JP (1) JPH06259256A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7067699B2 (en) 2003-04-09 2006-06-27 Sumitomo Chemical Company, Limited Method for producing cyclohexanone oxime

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7067699B2 (en) 2003-04-09 2006-06-27 Sumitomo Chemical Company, Limited Method for producing cyclohexanone oxime

Similar Documents

Publication Publication Date Title
US4954945A (en) Processor-selection system
KR102061615B1 (en) Dropout method for improving training speed and memory efficiency on artificial neural network and learning method based on the same
CN108510064A (en) The processing system and method for artificial neural network including multiple cores processing module
Medina-Rodríguez et al. Tool Path Optimization for Computer Numerical Control Machines based on Parallel ACO.
WO2019082859A1 (en) Inference device, convolutional computation execution method, and program
CN114503038A (en) Method and apparatus for self-learning manufacturing schedule for flexible manufacturing system using state matrix
Duan et al. Embedding theory of reservoir computing and reducing reservoir network using time delays
Ryan et al. RL-TOPS: An Architecture for Modularity and Re-Use in Reinforcement Learning.
CN117032807A (en) AI acceleration processor architecture based on RISC-V instruction set
US4591971A (en) Method and apparatus for parallel processing of digital signals using multiple independent signal processors
JPH06259256A (en) Inference control method for expert system
CN111722923A (en) Heterogeneous resource calling method and device and computer readable storage medium
Xu et al. Decentralized remapping of data parallel applications in distributed memory multiprocessors
Iklassov et al. Self-Guiding Exploration for Combinatorial Problems
Homann et al. Evaluation of conditional tasks in an artificial DNA system
JPH02226304A (en) Group control system for fuzzy controller
CN116881195B (en) Chip system facing detection calculation and chip method facing detection calculation
JPS6398741A (en) Sequential execution control system for plural expert systems
JP2861000B2 (en) Logic simulation method
KR20240023534A (en) neural network accelerator
JPS63293643A (en) Cooperative type inference device
JP2002140201A (en) Method for updating database and database management system using the same
JPH10171509A (en) Process controller
JPH10312374A (en) Vector arithmetic processor
JPH0329030A (en) Decentralized cooperative inference device