JPH10307805A - Autonomous evolution type system - Google Patents

Autonomous evolution type system

Info

Publication number
JPH10307805A
JPH10307805A JP9119713A JP11971397A JPH10307805A JP H10307805 A JPH10307805 A JP H10307805A JP 9119713 A JP9119713 A JP 9119713A JP 11971397 A JP11971397 A JP 11971397A JP H10307805 A JPH10307805 A JP H10307805A
Authority
JP
Japan
Prior art keywords
circuit
arithmetic
control
circuits
unit
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.)
Granted
Application number
JP9119713A
Other languages
Japanese (ja)
Other versions
JP3649551B2 (en
Inventor
Masaharu Tanaka
雅晴 田中
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.)
Mitsubishi Heavy Industries Ltd
Original Assignee
Mitsubishi Heavy Industries 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 Mitsubishi Heavy Industries Ltd filed Critical Mitsubishi Heavy Industries Ltd
Priority to JP11971397A priority Critical patent/JP3649551B2/en
Publication of JPH10307805A publication Critical patent/JPH10307805A/en
Application granted granted Critical
Publication of JP3649551B2 publication Critical patent/JP3649551B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent system down and malfunctions from being generated by autonomously changing hardware constitution corresponding to the change of an environment. SOLUTION: An adaptation evaluation part 2 evaluates the adaptation to the environment of respective circuits when the circuits indicated by chromosome data inputted from a circuit generation part 1 are constituted on arithmetic/ control processing parts 6-1 and 6-2, that is a processing how much adapted to the environment the circuits generated by the circuit generation part 1 can execute as the circuits of the arithmetic/control processing parts 6-1 and 6-2. Further, by operating the adaptation evaluation part 2 even during the normal operation of a system, the evaluated value of the arithmetic/control processing parts 6-1 and 6-2 in a valid state is obtained at all times, and when the evaluated value becomes lower than a reference value, it is judged that the arithmetic/ control processing parts 6-1 and 6-2 can not cope with the environment, that is can not maintain initial performance, and this system automatically starts the reconstitution processing of the circuits.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、各種のハードウェ
アを組み合わせて演算・制御を行うシステムに係り、特
に環境の変化に対応して自律的にハードウェア構成を変
更させる自律進化型システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system for performing arithmetic and control operations by combining various types of hardware, and more particularly to an autonomous evolution type system for autonomously changing a hardware configuration in response to a change in environment.

【0002】[0002]

【従来の技術】従来から、セレクタ、カウンタ、加算
器、乗算器などの各種のハードウェアを組み合わせて演
算・制御を行うシステムでは、設計段階において将来シ
ステムがおかれる環境を予測し、それに適応するように
ハードウェアおよびソフトウェアの構成を定めている。
図10は、このような従来のシステムを示しており、演
算・制御装置101は実行命令信号およびフィードバッ
ク信号に基づいて演算・制御対象102に対する処理を
行い、演算・制御対象102から処理結果に応じたフィ
ードバック信号を戻すことによって、予め予測された範
囲内で外乱などの影響を補償している。
2. Description of the Related Art Conventionally, in a system in which various kinds of hardware such as a selector, a counter, an adder, and a multiplier are combined and operated and controlled, an environment in which the system is to be placed in the future is predicted at the design stage and adapted. The hardware and software configurations are defined as follows.
FIG. 10 shows such a conventional system, in which an operation / control device 101 performs processing on an operation / control object 102 based on an execution command signal and a feedback signal, and responds to the processing result from the operation / control object 102. By returning the feedback signal, the influence of disturbance or the like is compensated within a range predicted in advance.

【0003】[0003]

【発明が解決しようとする課題】従来のシステムでは、
環境の変化により予測できない事態が発生した場合、シ
ステムの初期性能の維持が困難となったり、システムダ
ウンや誤動作が起こるという問題があった。
In the conventional system,
When an unpredictable situation occurs due to a change in environment, there is a problem that it is difficult to maintain the initial performance of the system, or a system down or malfunction occurs.

【0004】この対策として、環境の変化に応じてシス
テムのソフトウェアやハードウェアの変更が行われてい
たが、従来はソフトウェアの変更による対応が主体とな
っており、設計段階で予測されなかった状況が起こりソ
フトウェアで対応できなくなったときにハードウェアを
変更するという方法がとられていた。しかし、ソフトウ
ェアやハードウェアを変更するためには、いずれにしろ
一旦システムを停止させて原因を解明し、その結果によ
りソフトウェアやハードウェアの変更を行って、その後
で再度システムを立ち上げるといった手順をふむ必要が
あるため、人手や時間がかかるという問題があった。
As a countermeasure, the software and hardware of the system have been changed in response to a change in the environment. Conventionally, however, the change has been mainly performed by changing the software, and the situation was not predicted at the design stage. In the event that a problem occurred and the software could not handle it, the method of changing the hardware was used. However, in order to change the software or hardware, in any case, the system must be stopped, the cause must be clarified, the software and hardware must be changed based on the results, and then the system must be restarted. There is a problem that it takes time and labor because it is necessary to perform the operation.

【0005】また、ネットワークを介して接続されたシ
ステムのように直接ハードウェアを変更することができ
ないときは、通信によってソフトウェアのみを変更する
方法が考えられるが、その方法ではシステムの再立ち上
げまでに多大の時間が必要となる。
When the hardware cannot be changed directly as in a system connected via a network, a method of changing only the software by communication can be considered. In this method, until the system is restarted. Requires a lot of time.

【0006】さらに、ソフトウェアを遺伝的アルゴリズ
ムによって自律的に変更させることが考えられるが、ソ
フトウェアの変更だけでは環境の変化に対応しきれなか
ったり、実行速度が遅くなるといった問題が生じる。
Further, it is conceivable to change software autonomously by a genetic algorithm. However, there is a problem that the change of software alone cannot cope with a change in environment and the execution speed is reduced.

【0007】本発明は、このような問題点を解消するた
めになされたもので、環境の変化に対応して自律的にハ
ードウェア構成を変化させる自律進化型システムを提供
することを目的とする。
The present invention has been made to solve such a problem, and an object of the present invention is to provide an autonomous evolution type system which autonomously changes a hardware configuration in response to an environmental change. .

【0008】[0008]

【課題を解決するための手段】上記課題を解決するた
め、本発明は再構成可能に構成される回路を有し、演算
・制御対象の演算および制御の少なくとも一方の処理を
行う演算・制御手段と、この演算・制御手段上に構成さ
れる回路の環境に対する適応度を評価し、その評価結果
に基づいて演算・制御手段の回路を再構成する手段とを
設けるようにしたものである。
SUMMARY OF THE INVENTION In order to solve the above-mentioned problems, the present invention has a circuit configured to be reconfigurable, and performs arithmetic and control means for performing at least one of arithmetic and control operations of an arithmetic and control target. And means for evaluating the adaptability of the circuit formed on the arithmetic and control means to the environment and reconfiguring the circuit of the arithmetic and control means based on the evaluation result.

【0009】さらに詳しくは、本発明の自律進化型シス
テムは、再構成可能に構成される回路を有し、演算・制
御対象の演算および制御の少なくとも一方の処理を行う
演算・制御手段と、この演算・制御手段上に構成すべき
回路を生成し、回路の構成を示す回路構成情報を出力す
る回路生成手段と、この回路生成手段により生成された
回路が演算・制御手段上に構成されたときの回路の環境
に対する適応度を評価する適応度評価手段と、この適応
度評価手段の評価結果に基づいて、回路生成手段により
生成される回路を変更して進化させる処理を行う進化的
処理手段と、この進化的処理手段により進化を遂げた回
路の構成を示す回路構成情報を回路生成手段から受け、
この回路構成情報に基づいて演算・制御手段の回路を再
構成する再構成処理手段とを備えたものである。
More specifically, the autonomous evolution type system of the present invention has a circuit configured to be reconfigurable, and performs operation / control means for performing at least one process of operation and control of an operation / control object; A circuit generating means for generating a circuit to be configured on the arithmetic and control means and outputting circuit configuration information indicating the configuration of the circuit; and when the circuit generated by the circuit generating means is configured on the arithmetic and control means. Fitness evaluation means for evaluating the fitness of the circuit to the environment, and evolutionary processing means for performing a process of changing and evolving a circuit generated by the circuit generation means based on the evaluation result of the fitness evaluation means. Receiving from the circuit generation means circuit configuration information indicating the configuration of the circuit evolved by the evolutionary processing means,
Reconfiguration processing means for reconfiguring the circuit of the arithmetic and control means based on the circuit configuration information.

【0010】ここで、演算・制御手段を多重化して、再
構成処理手段により演算・制御手段の処理を停止させる
ことなく、回路を再構成することが望ましい。また、回
路生成手段は機能ブロックレベル、回路構成情報ビット
レベル、論理ゲートレベルもしくはハードウェア記述言
語のキーワードレベルのいずれかを最小変更単位として
生成する回路を変更することが望ましい。
Here, it is desirable to multiplex the arithmetic / control means and reconfigure the circuit without stopping the processing of the arithmetic / control means by the reconfiguration processing means. Further, it is desirable that the circuit generation means changes a circuit which generates any one of a functional block level, a circuit configuration information bit level, a logic gate level, and a keyword level of a hardware description language as a minimum change unit.

【0011】さらに、回路生成手段は複数の回路を生成
し、適応度評価手段は複数の回路をそれぞれ評価し、進
化的処理手段は複数の回路の各評価結果に基づいて遺伝
的アルゴリズムによって複数の回路を変更することで進
化を遂げた回路を求めることが望ましい。
Further, the circuit generation means generates a plurality of circuits, the fitness evaluation means evaluates each of the plurality of circuits, and the evolutionary processing means executes a plurality of circuits by a genetic algorithm based on the evaluation results of the plurality of circuits. It is desirable to find a circuit that has evolved by changing the circuit.

【0012】このとき、回路生成手段において複数の回
路を機能変更単位に対応したビット列からなる複数の染
色体情報によってそれぞれ記述し、進化的処理手段にお
いて遺伝的アルゴリズムにより複数の回路を変更すると
き、複数の染色体情報のうちのいずれかを選択し、選択
されなかった染色体情報を取り除く第1の処理と、複数
の染色体情報の間でビット列の任意部分を交換する第2
の処理と、複数の染色体情報のビット列の任意部分を反
転させる第3の処理とを組み合わせて行うことがさらに
望ましい。
At this time, when a plurality of circuits are respectively described by a plurality of pieces of chromosome information composed of bit strings corresponding to function change units in the circuit generation means, and when a plurality of circuits are changed by the genetic algorithm in the evolutionary processing means, a plurality of circuits are used. A first process of selecting any of the chromosome information and removing the chromosome information that has not been selected, and a second process of exchanging an arbitrary part of a bit string among the plurality of chromosome information.
It is more desirable to perform the processing in combination with the third processing for inverting an arbitrary part of the bit string of the plurality of pieces of chromosome information.

【0013】[0013]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

(第1の実施形態)図1は、本発明の第1の実施形態に
係るシステムの構成を示すブロック図である。このシス
テムは、演算・制御対象9に対する演算もしくは制御処
理を司る演算・制御装置5と、この演算・制御装置5の
ハードウェア構成を変更させるための回路生成部1、適
応度評価部2、進化的処理部3および再構成処理部4と
で構成されている。
(First Embodiment) FIG. 1 is a block diagram showing a configuration of a system according to a first embodiment of the present invention. This system includes an arithmetic and control unit 5 that performs arithmetic or control processing on an arithmetic and control target 9, a circuit generation unit 1 for changing the hardware configuration of the arithmetic and control unit 5, a fitness evaluation unit 2, an evolution It comprises a dynamic processing unit 3 and a reconstruction processing unit 4.

【0014】演算・制御装置5は、演算・制御処理部6
−1,6−2、入力制御回路7および出力制御回路8か
らなる。演算・制御処理部6−1,6−2は、再構成可
能に構成される回路を有している。演算・制御処理部6
−1,6−2の各回路には、機能変更に対応した複数の
再構成可能素子が設けられており、これら複数の再構成
可能素子の使用状態および接続状態などによって回路の
機能が決定される。
The arithmetic and control unit 5 includes an arithmetic and control processing unit 6
-1, 6-2, an input control circuit 7 and an output control circuit 8. The calculation / control processing units 6-1 and 6-2 have circuits configured to be reconfigurable. Arithmetic / control processing unit 6
Each of the circuits -1 and 6-2 is provided with a plurality of reconfigurable elements corresponding to the function change, and the function of the circuit is determined by the use state and connection state of the plurality of reconfigurable elements. You.

【0015】ここで、演算・制御処理部6−1,6−2
は二重化されており、それぞれ同種および同数の再構成
可能素子が設けられて、各々で実現し得る回路が同一に
なるように構成されている。このとき、演算・制御処理
部6−1,6−2のハードウェアの全てを二重化して
も、再構成可能な領域、すなわち再構成可能素子により
構成される回路部分のみを二重化してもよく、少なくと
も演算・制御処理部6−1と6−2との間で再構成可能
素子の構成が同じであれば、同一構成で同一機能の回路
が得られるようにする。なお、本実施形態では演算・制
御処理部6−1,6−2のうちのいずれか一方のみを有
効状態として演算・制御対象9に対する処理を行う。
Here, the arithmetic / control processing units 6-1 and 6-2
Are duplicated, are provided with the same type and the same number of reconfigurable elements, and are configured such that the circuits that can be realized by each are the same. At this time, all of the hardware of the operation / control processing units 6-1 and 6-2 may be duplicated, or only the reconfigurable area, that is, only the circuit portion configured by the reconfigurable element may be duplicated. If at least the configuration of the reconfigurable element is the same between the arithmetic / control processing units 6-1 and 6-2, a circuit having the same function with the same configuration is obtained. In the present embodiment, only one of the calculation / control processing units 6-1 and 6-2 is set to the valid state, and the processing on the calculation / control target 9 is performed.

【0016】再構成可能素子は、実際には回路の機能ブ
ロック、回路構成情報ビット、論理ゲートもしくはハー
ドウェア記述言語のキーワードなどに対応して設定され
る。機能ブロックとは、セレクタ、カウンタ、加算器お
よび乗算器などのことであり、各機能ブロックの使用状
態や接続状態を変更することにより回路構成が変更され
る。
The reconfigurable element is actually set in correspondence with a functional block of a circuit, a circuit configuration information bit, a logic gate, a keyword of a hardware description language, or the like. The functional blocks are a selector, a counter, an adder, a multiplier, and the like, and the circuit configuration is changed by changing a use state or a connection state of each functional block.

【0017】回路構成情報ビットとは、PLD(Progra
mmable Logic Device )やFPGA(Field Programmab
le Gate Array )のコンフィギュレーションビットなど
のことであり、このコンフィギュレーションビットを直
接変更することにより回路構成が変更される。
The circuit configuration information bit is a PLD (Progra
mmable Logic Device) and FPGA (Field Programmab)
le Gate Array), and the circuit configuration is changed by directly changing the configuration bit.

【0018】論理ゲートとは、ANDゲート、ORゲー
ト、NANDゲート、NORゲートおよびEX−ORゲ
ートなどのことであり、機能ブロックと同じく各ゲート
の使用状態および接続状態を変更するほか、いくつかの
ゲートにより構成されるROMの内容の書き換えやPL
Aやマルチプレクサによる切り替えを行うことにより回
路構成が変更される。
The logic gates are AND gates, OR gates, NAND gates, NOR gates, EX-OR gates, etc. As in the case of the functional block, the use state and connection state of each gate are changed. Rewriting the contents of ROM composed of gates and PL
The circuit configuration is changed by performing switching by A or a multiplexer.

【0019】ハードウェア記述言語のキーワードとは、
例えば図2に示されるようにNOTゲート41、NOR
ゲート42、3つのNOTゲート43および8つのNA
NDゲート44で構成される3to8デコーダについ
て、図3で示されるように記述したときの点線部分45
や46などの記述内容に相当し、これらの記述内容を書
き換えることにより回路構成が変更される。
The keywords of the hardware description language are as follows.
For example, as shown in FIG.
Gate 42, three NOT gates 43 and eight NAs
A 3 to 8 decoder constituted by an ND gate 44 is indicated by a dotted line 45 when described as shown in FIG.
The contents correspond to description contents such as and 46, and the circuit configuration is changed by rewriting these description contents.

【0020】なお、回路に設けられている各再構成可能
素子が機能ブロック、回路構成情報ビット、論理ゲート
およびハードウェア記述言語のキーワードのいずれか一
種類にのみ対応していても、機能ブロック、回路構成情
報ビット、論理ゲートもしくはハードウェア記述言語の
キーワードに任意に対応していてもよい。
Even if each reconfigurable element provided in the circuit corresponds to only one of the functional block, the circuit configuration information bit, the logic gate, and the keyword of the hardware description language, the functional block, It may optionally correspond to a circuit configuration information bit, a logic gate, or a keyword of a hardware description language.

【0021】ところで、このシステムでは再構成可能素
子の構成に応じて演算・制御処理部6−1,6−2に形
成される様々な回路を識別するために以下に示す染色体
データが用いられる。
By the way, in this system, the following chromosome data is used to identify various circuits formed in the operation / control processing units 6-1 and 6-2 according to the configuration of the reconfigurable element.

【0022】染色体データは、演算・制御処理部6−
1,6−2の回路の機能変更の最小単位に対応したビッ
ト列によって示されるデータであり、この染色体データ
だけで例えば回路に設けられている再構成可能素子の種
類および数、各再構成可能素子の使用状態および接続状
態のように回路構成の変更に必要な情報を判断できるよ
うにしておく。
The chromosome data is calculated by the arithmetic / control processing unit 6-
Data represented by a bit string corresponding to the minimum unit of function change of the circuits 1 and 6-2. The chromosome data alone, for example, the type and number of reconfigurable elements provided in the circuit, each reconfigurable element The information necessary for changing the circuit configuration, such as the use state and connection state, can be determined.

【0023】また、染色体データは演算・制御処理部6
−1,6−2の各回路に設けられている再構成可能素
子、すなわち機能ブロック、回路構成情報ビット、論理
ゲートもしくはハードウェア記述言語のキーワードに対
応させて記述されている。従って、演算・制御処理部6
−1,6−2の回路の機能変更の最小単位は、機能ブロ
ックレベル、回路構成情報ビットレベル、論理ゲートレ
ベルもしくはハードウェア記述言語のキーワードレベル
のいずれかになる。
The chromosome data is processed by the arithmetic / control processing unit 6.
-1, 6-2 are described in correspondence with reconfigurable elements, that is, function blocks, circuit configuration information bits, logic gates, or keywords of a hardware description language. Therefore, the arithmetic / control processing unit 6
The minimum unit for changing the functions of the circuits -1 and 6-2 is any one of a functional block level, a circuit configuration information bit level, a logic gate level, and a keyword level of a hardware description language.

【0024】図4は、このような染色体データの例を示
したものである。ここでは、回路31と回路32は同種
および同数の機能ブロックを備えており、回路31は染
色体データが”1101101”と示され、Nビットの
入力信号A,Bに基づいて、C=A×B−1という演算
を行った後、2Nビットの出力信号Cを出力する機能を
有し、回路32は染色体データが”1101110”と
示され、Nビットの入力信号A,Bに基づいて、C=A
×B−1という演算を行った後、2Nビットの出力信号
Cを出力する機能を有していることを考える。
FIG. 4 shows an example of such chromosome data. Here, the circuit 31 and the circuit 32 have the same type and the same number of functional blocks. The circuit 31 has chromosome data indicated as “1101101”, and C = A × B based on N-bit input signals A and B. After performing the operation of −1, the circuit 32 has a function of outputting a 2N-bit output signal C. The circuit 32 indicates that the chromosome data is “1101110”, and based on the N-bit input signals A and B, C = A
It is assumed that the device has a function of outputting a 2N-bit output signal C after performing the operation of × B-1.

【0025】この場合、後述する遺伝的処理によって、
回路31の染色体データを”1101101”から”1
101110”に変化させれば、回路31は回路32と
同様機能を実現するように回路構成、この場合は複数の
機能ブロックの使用状態および接続状態を変更する。ま
た、ある回路の染色体データが”1101101”と示
されていれば、その回路は回路31と同一構造で同一機
能を有していると判断でき、同様に染色体データが”1
101110”と示されていれば、回路32と同一構造
で同一機能を持っていると判断することができる。
In this case, by the genetic processing described later,
The chromosome data of the circuit 31 is changed from “1101101” to “1”.
101110 ", the circuit 31 changes the circuit configuration so as to realize the same function as the circuit 32, in this case, changes the use state and connection state of a plurality of functional blocks. If 1101101 "is indicated, it can be determined that the circuit has the same structure and the same function as the circuit 31, and similarly, the chromosome data is" 1 ".
If 101110 ″ is indicated, it can be determined that the circuit 32 has the same structure and the same function.

【0026】以下、このシステムの動作について通常運
転時と回路の再構成時とに分けて説明する。通常運転時
には、主に演算・制御装置5のみを動作させて演算・制
御対象9に対する処理を行う。具体的には、入力制御回
路7に実行命令信号およびフィードバック信号が入力さ
れ、入力制御回路7はこれらの実行命令信号およびフィ
ードバック信号を演算・制御処理部6−1もしくは6−
2のうち有効状態に設定されている一方に信号線22−
1,23−1もしくは信号線22−2,23−2を介し
て出力する。なお、演算・制御処理部6−1,6−2の
有効/無効に応じて、予め入力制御回路7に接続された
二組の信号線22−1,23−1もしくは信号線22−
2,23−2のいずれか一組を有効に切り替えておく。
Hereinafter, the operation of this system will be described separately for normal operation and circuit reconfiguration. At the time of normal operation, mainly the arithmetic and control device 5 is operated to perform processing on the arithmetic and control target 9. Specifically, an execution command signal and a feedback signal are input to the input control circuit 7, and the input control circuit 7 calculates the execution command signal and the feedback signal by using the arithmetic / control processing unit 6-1 or 6-
2, one of the signal lines 22-
The signal is output via 1, 23-1, or the signal lines 22-2, 23-2. Note that two sets of signal lines 22-1 and 23-1 or signal lines 22-1 and 22-1 connected to the input control circuit 7 in advance according to the validity / invalidity of the arithmetic / control processing units 6-1 and 6-2.
One of the sets 2, 23-2 is effectively switched.

【0027】演算・制御処理部6−1,6−2のうちで
有効状態のものは、入力制御回路7から入力される実行
命令信号およびフィードバック信号に基づいて演算・制
御信号を生成し、生成した演算・制御信号を信号線24
−1,24−2を介して制御回路8に出力する。
Of the operation / control processing units 6-1 and 6-2, those in the valid state generate operation / control signals based on an execution command signal and a feedback signal input from the input control circuit 7, and generate the operation / control signals. The calculated / control signal is transferred to the signal line 24.
Output to the control circuit 8 via -1, 24-2.

【0028】出力制御回路8は、有効状態の演算・制御
処理部6−1,6−2から入力される演算・制御信号に
基づいて、演算・制御対象9の処理を行う。演算・制御
対象9は、その結果に応じたフィードバック信号を入力
制御回路7に出力する。なお、演算・制御処理部6−
1,6−2の有効/無効状態に対応させて、出力制御回
路8の信号線24−1もしくは24−2のいずれか一方
を有効に切り替えておく。
The output control circuit 8 processes the operation / control object 9 based on the operation / control signals input from the operation / control processing units 6-1 and 6-2 in the valid state. The operation / control target 9 outputs a feedback signal corresponding to the result to the input control circuit 7. The operation / control processing unit 6-
One of the signal lines 24-1 and 24-2 of the output control circuit 8 is switched to be valid according to the valid / invalid state of 1, 6-2.

【0029】ところで、後述するように通常運転中に適
応度評価部2を動作させることにより、有効状態の演算
・制御処理部6−1,6−2の評価値を常時求めるよう
しておき、有効状態の演算・制御処理部6−1,6−2
では環境に適応できなくなったとき、システムが自律的
に回路の再構成を開始するようにしておくことが望まし
い。
By operating the fitness evaluation unit 2 during normal operation as described later, the evaluation values of the computation / control processing units 6-1 and 6-2 in the effective state are always obtained. Calculation / control processing unit 6-1 and 6-2 in the valid state
Therefore, it is desirable that the system autonomously starts circuit reconfiguration when it becomes impossible to adapt to the environment.

【0030】次に、演算・制御処理部6−1,6−2の
回路の再構成を行う場合について説明する。本システム
では、演算・制御処理部6−1,6−2上に構成すべき
回路、すなわち環境に対する適応度の高い回路を求める
ために、染色体データに着目して回路のシミュレーショ
ンを行い、最適なシミュレーション結果が得られた染色
体データから逆に実際の実際の演算・制御処理部6−
1,6−2の回路を再構成する。
Next, the case where the circuits of the arithmetic / control processing units 6-1 and 6-2 are reconfigured will be described. In this system, in order to obtain a circuit to be configured on the arithmetic / control processing units 6-1 and 6-2, that is, a circuit having a high degree of adaptability to the environment, a circuit simulation is performed by focusing on chromosome data, and an optimal circuit is obtained. Conversely, the actual calculation and control processing unit 6-
Reconfigure the circuits 1, 6-2.

【0031】具体的には、図5のフローチャートに示さ
れるように、まず回路生成部1において演算・制御処理
部6−1,6−2上に構成すべき回路を複数生成し、各
回路に対応する複数の染色体データを染色体データの初
期集団として設定する(ステップS1)。この場合、回
路生成部1では上述した機能ブロックレベル、回路構成
情報ビットレベル、論理ゲートレベルもしくはハードウ
ェア記述言語のキーワードレベルのいずれかを最小変更
単位として、生成する回路を変更するようにしている。
More specifically, as shown in the flowchart of FIG. 5, first, the circuit generation unit 1 generates a plurality of circuits to be formed on the arithmetic / control processing units 6-1 and 6-2, and A plurality of corresponding chromosome data is set as an initial group of chromosome data (step S1). In this case, the circuit generation unit 1 changes the circuit to be generated by using any one of the functional block level, the circuit configuration information bit level, the logic gate level, and the keyword level of the hardware description language as a minimum change unit. .

【0032】ただし、上述したように染色体データは機
能ブロックレベル、回路構成情報ビットレベル、論理ゲ
ートレベルもしくはハードウェア記述言語のキーワード
レベルに対応して記述されているため、実際には回路生
成部1は予め保持されていた有効状態の演算・制御処理
部6−1,6−2の回路を示す染色体データのビット列
を適当な乱数発生処理によって変化させることによって
n個の染色体データを直接生成し、これらn個の染色体
データをn種類の回路に対応する染色体データの初期集
団としている。
However, as described above, the chromosome data is described corresponding to the functional block level, the circuit configuration information bit level, the logic gate level, or the keyword level of the hardware description language. Generates n pieces of chromosome data directly by changing the bit string of the chromosome data indicating the circuits of the operation / control processing sections 6-1 and 6-2 held in a valid state by an appropriate random number generation process, These n pieces of chromosome data are used as an initial group of chromosome data corresponding to n types of circuits.

【0033】回路生成部1で生成されたn個の染色体デ
ータは、信号線10−1〜10−nを介して適応度評価
部2および進化的処理部3にそれぞれ出力される。次
に、適応度評価部2は回路生成部1から入力されたn個
の染色体データに対応するn種類の回路の適応度をそれ
ぞれ評価してn個の評価値を求める(ステップS2)。
The n pieces of chromosome data generated by the circuit generation unit 1 are output to the fitness evaluation unit 2 and the evolutionary processing unit 3 via signal lines 10-1 to 10-n. Next, the fitness evaluation section 2 evaluates the fitness of n types of circuits corresponding to the n pieces of chromosome data input from the circuit generation section 1 to obtain n evaluation values (step S2).

【0034】このとき、適応度評価部2は回路生成部1
から入力された染色体データによって示される回路が演
算・制御処理部6−1,6−2上に構成されたときの各
回路の環境に対する適応度、言い替えれば回路生成部1
によって生成された回路が演算・制御処理部6−1,6
−2の回路としてどの程度環境に適応した処理を実行し
得るかを評価している。
At this time, the fitness evaluation unit 2 is provided with the circuit generation unit 1
Of the circuits to the environment when the circuits indicated by the chromosome data input from the processor are configured on the operation / control processing units 6-1 and 6-2, in other words, the circuit generation unit 1
Are generated by the arithmetic and control processing units 6-1 and 6
It is evaluated to what degree the circuit suitable for the environment can be executed as the circuit of -2.

【0035】そのため、適応度評価部2には演算・制御
処理部6−1,6−2に設けられた再構成可能素子に対
応するモデル(以下、素子モデル)および演算・制御対
象9に対応するモデル(以下、対象モデル)が予め定義
されており、各素子モデルによって染色体データに対応
する回路モデルを作成し、この回路モデルと対象モデル
を用いたときのシミュレーションを行って、そのシミュ
レーション結果を評価値として出力している。
Therefore, the fitness evaluation section 2 has a model (hereinafter, element model) corresponding to the reconfigurable elements provided in the operation / control processing sections 6-1 and 6-2 and an operation / control object 9 Model (hereinafter referred to as a target model) is defined in advance, a circuit model corresponding to chromosome data is created by each element model, a simulation is performed using this circuit model and the target model, and the simulation result is obtained. Output as evaluation value.

【0036】このシミュレーションを実行するために、
適応度評価部2には演算・制御装置5に入力された実行
命令信号、その実行命令信号に基づいて有効状態の演算
・制御処理部6−1,6−2の処理を介して実際に演算
・制御装置5で求められた演算・制御信号、演算制御対
象9から出力される評価用信号および環境変化信号が入
力されている。なお、評価用信号はフィードバック信号
に含まれるものであり、演算・制御対象9の状態をモニ
タするために用いられる。また、環境変化信号も同様に
フィードバック信号に含まれるものであり、環境変化に
よる外乱などに対応している。
In order to execute this simulation,
The fitness evaluation unit 2 actually calculates the execution command signal input to the calculation and control unit 5 through the processing of the calculation and control processing units 6-1 and 6-2 in an effective state based on the execution command signal. The operation / control signal obtained by the control device 5, the evaluation signal output from the operation control object 9, and the environment change signal are input. The evaluation signal is included in the feedback signal, and is used to monitor the state of the operation / control target 9. The environment change signal is also included in the feedback signal, and responds to disturbance due to the environment change.

【0037】適応度評価部2は、このようなシミュレー
ションによって得られたn個の評価値を対応するn個の
染色体データと共に、信号線12−1〜12−nを介し
て進化的処理部3に出力する。
The fitness evaluation unit 2 combines the n evaluation values obtained by the simulation together with the corresponding n chromosome data through the signal lines 12-1 to 12-n. Output to

【0038】さらに、適応度評価部2は最も良い評価値
が得られた染色体データをその最大評価値と共に信号線
13を介して回路生成部1に出力し、有効状態の演算・
制御処理部6−1,6−2の回路よりも環境に適応した
回路、つまり進化した回路が得られたことを示す信号を
信号線14を介して再構成処理部4に出力する。
Further, the fitness evaluation unit 2 outputs the chromosome data for which the best evaluation value is obtained to the circuit generation unit 1 via the signal line 13 together with the maximum evaluation value, and calculates the valid state.
A signal indicating that a circuit more adapted to the environment than the circuits of the control processing units 6-1 and 6-2, that is, an evolved circuit, is output to the reconstruction processing unit 4 via the signal line 14.

【0039】この適応度評価部2において、有効状態の
演算・制御処理部6−1,6−2の評価値も同時に求め
るようにしておき、シミュレーションで得られた最大評
価値が有効状態の演算・制御6−1,6−2の回路の評
価値を上回ったときのみ、回路生成部1および再構成処
理部4に上述した各信号を出力させるようにしてもよ
い。
In the fitness evaluation section 2, the evaluation values of the operation / control processing sections 6-1 and 6-2 in the valid state are also determined at the same time, and the maximum evaluation value obtained by the simulation is calculated in the valid state. The above-described signals may be output to the circuit generation unit 1 and the reconstruction processing unit 4 only when the evaluation values of the circuits of the controls 6-1 and 6-2 are exceeded.

【0040】さらに、適応度評価部2をシステムの通常
運転中も動作させることにより、有効状態の演算・制御
処理部6−1,6−2の評価値を常時求めるようにして
おき、この評価値が適当な基準値を下回ったとき、演算
・制御処理部6−1,6−2が環境に対応できなくなっ
た、つまり初期性能が維持できなくなったものと判断し
て、システムが自動的に回路の再構成処理を開始させる
ようにしておくことが望ましい。
Further, by operating the fitness evaluation unit 2 even during the normal operation of the system, the evaluation values of the operation / control processing units 6-1 and 6-2 in the effective state are always obtained. When the value falls below an appropriate reference value, the arithmetic and control processing units 6-1 and 6-2 determine that the environment cannot respond to the environment, that is, the initial performance cannot be maintained, and the system automatically operates. It is desirable to start the circuit reconfiguration processing.

【0041】一方、回路生成部1は適応度評価部2から
入力された最大評価値の染色体データを次世代の演算・
制御処理部6−1,6−2の回路の候補となる染色体デ
ータとして、その時点で保存している染色体データに換
えて保存し(ステップS3)、さらにその染色体データ
によって示される回路が十分に進化を遂げたか否かを判
断するために、染色体データと共に適応度評価部2から
送られてきた最大評価値を予め設定された基準値と比較
する(ステップS4)。
On the other hand, the circuit generation unit 1 calculates the chromosome data of the maximum evaluation value input from the fitness evaluation unit 2 for the next-generation
As chromosome data that is a candidate for a circuit of the control processing units 6-1, 6-2, the chromosome data is stored in place of the chromosome data stored at that time (step S3). In order to determine whether or not the evolution has been achieved, the maximum evaluation value sent from the fitness evaluation unit 2 together with the chromosome data is compared with a preset reference value (step S4).

【0042】回路生成部1で比較を行った結果、最大評
価値が基準値よりも小さかった場合(ステップS4でN
o)、回路が十分な進化を遂げなかったものとして、進
化的処理部3により各染色体データに対して以下に述べ
るような遺伝的処理を施し(ステップS5)、適応度評
価部2で引き続きシミュレーションを行うための新しい
染色体データの集団を設定する(ステップS6)。
If the maximum evaluation value is smaller than the reference value as a result of the comparison by the circuit generation unit 1 (N in step S4)
o) Assuming that the circuit has not evolved sufficiently, the evolutionary processing unit 3 applies the following genetic processing to each chromosome data (step S5), and the fitness evaluation unit 2 continues to simulate Is set (step S6).

【0043】図6は、進化的処理部3による遺伝的処理
を具体的に説明するための図である。ここでは、遺伝的
処理を施すべき染色体データとして、ブロック61に示
されるようにデータ総数n=4の染色体データ41〜4
4が入力されたことを考える。
FIG. 6 is a diagram for specifically explaining the genetic processing by the evolutionary processing unit 3. Here, the chromosome data to be subjected to genetic processing are chromosome data 41 to 4 having a total number n = 4 as shown in block 61.
Consider that 4 has been entered.

【0044】進化的処理部3における遺伝的処理は、以
下に述べるような遺伝的アルゴリズムに従って実行され
る。まず、染色体データ41〜44のうちの任意の染色
体データ41〜44を選択し、選択されなかった染色体
データ41〜44を取り除いて淘汰する選択淘汰処理が
行われる。このとき、初期状態の染色体データ41〜4
4のデータ総数n=4を保つために、選択された染色体
データ41〜44を増殖させ、増殖した分の染色体デー
タ41〜44が取り除かれるようにする。例えば、ブロ
ック61からブロック62へ至る選択淘汰処理では、染
色体データ41が選択されると共に、染色体データ44
が淘汰されて、ブロック62では染色体データ41と同
じビット列のデータが新しい染色体データ44として設
定されている。
The genetic processing in the evolutionary processing unit 3 is executed according to the genetic algorithm described below. First, a selection process of selecting arbitrary chromosome data 41 to 44 from the chromosome data 41 to 44 and removing and selecting unselected chromosome data 41 to 44 is performed. At this time, the chromosome data 41 to 4 in the initial state
In order to keep the total number of data n = 4, n = 4, the selected chromosome data 41 to 44 are expanded so that the chromosome data 41 to 44 corresponding to the multiplication are removed. For example, in the selection process from block 61 to block 62, the chromosome data 41 is selected and the chromosome data 44 is selected.
Are removed, and in the block 62, the same bit string data as the chromosome data 41 is set as new chromosome data 44.

【0045】選択および淘汰の基準値としては、各染色
体データ41〜44の評価値が用いられており、例えば
評価値が高いものほど選択される確率が高くなり、逆に
評価値の低いものほど淘汰され易くなる確率的処理など
によって染色体データ41〜44の選択・淘汰が実行さ
れる。
As reference values for selection and selection, the evaluation values of the chromosome data 41 to 44 are used. For example, the higher the evaluation value, the higher the probability of selection, and conversely, the lower the evaluation value, the higher the evaluation value. The selection and selection of the chromosome data 41 to 44 are performed by a probabilistic process or the like that facilitates selection.

【0046】次に、任意の二つの染色体データ41〜4
4の間で相互に任意部分のビット列を交換する交叉処理
が行われる。例えば、ブロック62からブロック63へ
至る交叉処理では、染色体データ41と染色体データ4
2との間でビット列45とビット列46とが交換され、
さらに染色体データ43と染色体データ44との間でビ
ット列47とビット列48とが交換されている。
Next, any two chromosome data 41 to 4
A crossover process of exchanging bit strings of an arbitrary part between the four is performed. For example, in the crossover process from the block 62 to the block 63, the chromosome data 41 and the chromosome data 4
2, the bit strings 45 and 46 are exchanged,
Further, the bit strings 47 and 48 are exchanged between the chromosome data 43 and the chromosome data 44.

【0047】さらに、任意の染色体データ41〜44の
任意のビット列を反転させる突然変異処理が行われる。
例えば、ブロック63からブロック64へ至る突然変異
処理では、染色体データ44のビット列49が反転され
ている。
Further, a mutation process for inverting an arbitrary bit string of the arbitrary chromosome data 41 to 44 is performed.
For example, in the mutation process from block 63 to block 64, the bit string 49 of the chromosome data 44 is inverted.

【0048】以上のような選択淘汰処理、交叉処理およ
び突然変異処理を予め設定された終了条件を満す染色体
データ41〜44が得られるまで繰り返し、最終的に得
られた染色体データ41〜44を最終世代、すなわち適
応度評価部2で次のシミュレーションを行うための染色
体データの新しい集団として設定する。
The above-described selection, crossover, and mutation processes are repeated until chromosome data 41 to 44 satisfying preset termination conditions are obtained. The final generation, that is, a new group of chromosome data for performing the next simulation in the fitness evaluation unit 2 is set.

【0049】このように染色体データのビット列そのも
のを変更すると、変更後の染色体データでは演算・制御
処理部6−1,6−2の回路として意味をなさない場合
が生じる。従って、上述した終了条件には少なくとも染
色体データ41〜44が演算・制御処理部6−1,6−
2の回路として意味をなすか否かを条件として含ませつ
必要があり、最低でも適応度評価部2でシミュレーショ
ンを行うことができる回路を示す染色体データ41〜4
4が得られるまで遺伝的処理を繰り返す。また、選択淘
汰処理、交叉処理および突然変異処理は上の説明のよう
に順番に一つづつ繰り返す必要はなく、各処理の順番お
よび回数は任意に定めることができる。
If the bit sequence of the chromosome data itself is changed in this way, the changed chromosome data may not be meaningful as the circuits of the operation / control processing units 6-1 and 6-2. Therefore, at least the chromosome data 41 to 44 are included in the above-mentioned termination condition.
Chromosome data 41 to 4 indicating circuits that can be simulated by the fitness evaluation unit 2 at least.
Repeat the genetic treatment until 4 is obtained. The selection, crossover, and mutation processes need not be repeated one by one as described above, and the order and number of each process can be arbitrarily determined.

【0050】図7は、この遺伝的処理によって染色体デ
ータを変更したときの演算・制御処理部の回路構成の変
化を示したものである。なお、A,Bは入力信号、Cは
出力信号を表している。
FIG. 7 shows a change in the circuit configuration of the arithmetic and control processing unit when the chromosome data is changed by the genetic processing. A and B represent input signals, and C represents an output signal.

【0051】例えば、6つの機能ブロックa〜fが配置
されている演算・制御処理部6−1もしくは6−2の回
路51について、遺伝的処理を行う前(進化前)には各
機能ブロックa〜fがどれも接続されていない状態とす
る。このとき、遺伝的処理によって回路51の染色体デ
ータを変更することによって、回路52や53のように
各機能ブロックa〜fの使用状態や接続状態が変更され
ることになる。この場合、染色体データのビット列その
ものを変更しているため、回路52の機能ブロックa,
cや回路53の機能ブロックbのように、他の機能ブロ
ックに接続されているだけで回路全体の処理には影響が
ない部分が生じることもある。そして、このような遺伝
的処理が繰り返されて、回路54や55のように、最終
世代の機能ブロックa〜fの使用状態および接続状態が
決定される。
For example, regarding the circuit 51 of the arithmetic / control processing unit 6-1 or 6-2 in which six functional blocks a to f are arranged, before performing the genetic processing (before evolution), each functional block a To f are not connected. At this time, by changing the chromosome data of the circuit 51 by genetic processing, the use state and connection state of each of the functional blocks a to f are changed as in the circuits 52 and 53. In this case, since the bit string itself of the chromosome data is changed, the functional blocks a and
In some cases, such as c and the functional block b of the circuit 53, there is a portion that is not connected to the processing of the entire circuit just because it is connected to another functional block. Then, such a genetic process is repeated, and the use state and the connection state of the functional blocks a to f of the last generation are determined as in the circuits 54 and 55.

【0052】説明を戻すと、進化的処理部3は上述した
遺伝的処理によって得られた各染色体データを信号線1
7−1〜17−nを介して回路生成部1に出力する。回
路生成部1は、進化的処理部3から入力された染色体デ
ータを信号線10−1〜10−nを介して適応度評価部
2に送って、これら新しい染色体データに基づいて適応
度評価部2において引き続きシミュレーションが行われ
るようにする。
Returning to the description, the evolutionary processing unit 3 converts each chromosome data obtained by the above-described genetic processing into a signal line 1.
Output to the circuit generator 1 through 7-1 to 17-n. The circuit generation unit 1 sends the chromosome data input from the evolutionary processing unit 3 to the fitness evaluation unit 2 via the signal lines 10-1 to 10-n, and based on these new chromosome data, At 2, the simulation is continued.

【0053】以上のようなステップS2〜S6の処理、
すなわち適応度評価部2における各染色体データに対応
する回路の評価値算出、回路生成部1における最大評価
値と基準値との比較、そして進化的処理部3における染
色体データへの遺伝的処理を回路生成部1、適応度評価
部2および進化的処理部3を並列に有効させながら繰り
返す。
Processing of steps S2 to S6 as described above,
That is, the fitness evaluation unit 2 calculates the evaluation value of the circuit corresponding to each chromosome data, compares the maximum evaluation value with the reference value in the circuit generation unit 1, and performs genetic processing on the chromosome data in the evolutionary processing unit 3. The generation unit 1, the fitness evaluation unit 2, and the evolutionary processing unit 3 are repeated while being enabled in parallel.

【0054】そして、適応度評価部2のシミュレーショ
ンで得られた染色体データの最大評価値が回路生成部1
で設定されている基準値より大きくなったとき(ステッ
プS4でYes)、その染色体データによって示される
回路が十分に進化を遂げたものとみなして、実際に演算
・制御処理部6−1,6−2の回路の再構成を行う(ス
テップS7)。
The maximum evaluation value of the chromosome data obtained by the simulation of the fitness evaluation unit 2 is
(Step S4: Yes), it is considered that the circuit indicated by the chromosome data has sufficiently evolved, and the calculation / control processing units 6-1 and 6 are actually used. The circuit of -2 is reconfigured (step S7).

【0055】このとき、無効状態の演算・制御処理部6
−1,6−2を対象として回路の再構成を行い、その再
構成が完了した後で演算・制御処理部6−1,6−2の
有効/無効を互いに切り替えることによって、それまで
有効状態であった演算・制御処理部6−1,6−2に代
わり再構成された演算・制御処理部6−1,6−2の動
作を開始させるようにする(ステップS8)。
At this time, the invalid operation / control processing unit 6
The circuit is reconfigured with respect to -1 and 6-2, and after the reconfiguration is completed, the valid / invalid state of the arithmetic / control processing units 6-1 and 6-2 is switched to each other, so that the valid state has been obtained. The operation of the reconfigured operation / control processing units 6-1 and 6-2 is started instead of the operation / control processing units 6-1 and 6-2 (step S8).

【0056】この場合、まず回路生成部1は最大評価値
が基準値より大きくなった染色体データを実際に回路構
成を変化させるための回路構成情報ビット形式に従った
回路構成情報へと変換し、得られた回路構成情報を信号
線11を介して再構成処理部4に出力する。
In this case, the circuit generator 1 first converts the chromosome data having the maximum evaluation value larger than the reference value into circuit configuration information according to the circuit configuration information bit format for actually changing the circuit configuration. The obtained circuit configuration information is output to the reconstruction processing unit 4 via the signal line 11.

【0057】再構成処理部4は、回路生成部1から入力
された回路構成情報を無効状態の演算・制御処理部6−
1,6−2に信号線18−1,18−1を介して出力す
ると共に、そのほかに回路の再構成に必要とされる再構
成制御信号を生成して、同じく無効状態の演算・制御処
理部6−1,6−2に向けて信号線19−1,19−2
を介して出力する。
The reconfiguration processing unit 4 converts the circuit configuration information input from the circuit generation unit 1 into an invalid operation / control processing unit 6.
1, 6-2 via the signal lines 18-1 and 18-1, and also generates a reconfiguration control signal required for reconfiguration of the circuit, and similarly performs an invalid operation / control process. Signal lines 19-1 and 19-2 toward sections 6-1 and 6-2
Output via.

【0058】無効状態の演算・制御処理部6−1,6−
2は、再構成処理部4から入力された回路構成情報およ
び再構成制御情報に基づいて、自らの再構成可能素子の
使用状態および接続状態などを変更して回路を再構成す
る。
Calculation / control processing units 6-1 and 6 in the invalid state
Based on the circuit configuration information and the reconfiguration control information input from the reconfiguration processing unit 2, the reconfiguration circuit 2 reconfigures the circuit by changing the use state and the connection state of the reconfigurable element.

【0059】無効状態の演算・制御処理部6−1,6−
2の回路の再構成が完了すると、再構成処理部4は再構
成された演算・制御処理部6−1,6−2を有効状態に
切り替えると共に、それまで有効状態であった演算・制
御処理部6−1,6−2を無効状態に切り替える。さら
に、再構成処理部4は入力制御信号および出力制御信号
を信号線20および21を介して入力制御回路7および
出力制御回路8にそれぞれ出力し、入力制御回路7の信
号線22−1,22−2および信号線23−1,23−
2、出力制御回路8の信号線24−1,24−2の有効
/無効の切り替えを行う。
Calculation / control processing units 6-1 and 6 in the invalid state
When the reconfiguration of the circuit No. 2 is completed, the reconfiguration processing unit 4 switches the reconfigured operation / control processing units 6-1 and 6-2 to the valid state, and performs the operation / control processing that was in the valid state until then. The sections 6-1 and 6-2 are switched to the invalid state. Further, the reconfiguration processing unit 4 outputs the input control signal and the output control signal to the input control circuit 7 and the output control circuit 8 via the signal lines 20 and 21, respectively, and outputs the signal lines 22-1 and 22 of the input control circuit 7. -2 and signal lines 23-1, 23-
2. Switching between valid / invalid of the signal lines 24-1 and 24-2 of the output control circuit 8 is performed.

【0060】この結果、回路が再構成された演算・制御
処理部6−1,6−2が、それまで有効状態であった演
算・制御処理部6−1,6−2に代わって演算・制御対
象9に対する処理を実行し始める。
As a result, the arithmetic and control processing units 6-1 and 6-2 whose circuits have been reconfigured replace the arithmetic and control processing units 6-1 and 6-2 which were in the valid state until then. The processing for the control target 9 is started.

【0061】以上述べたように、本実施形態のシステム
では、回路を再構成することができる演算・制御処理部
6−1,6−2を演算・制御装置5に設けて、演算・制
御装置5をより環境に適応させる必要が生じた場合、回
路生成部1で演算・制御処理部6−1,6−2上に構成
すべき回路を生成し、この回路の構成を示す染色体デー
タに着目して、適応度評価部2で染色体データによって
示される回路が演算・制御処理部6−1,6−2上に構
成されたときのシミュレーションを行って回路の環境に
対する適応度を評価し、この評価結果に基づいて進化的
処理部3で染色体データに対する遺伝的処理を行うこと
で、回路生成部1で生成された回路を変更して進化させ
る処理を行い、この結果として進化を遂げた回路の構成
を示す染色体データに基づいて再構成処理部4によって
演算・制御処理部6−1,6−2の回路を再構成する。
As described above, in the system according to the present embodiment, the operation / control processing units 6-1 and 6-2 capable of reconfiguring the circuit are provided in the operation / control device 5, and the operation / control device 5 is provided. 5 needs to be adapted to the environment, the circuit generation unit 1 generates a circuit to be configured on the operation / control processing units 6-1 and 6-2, and focuses on chromosome data indicating the configuration of this circuit. Then, the fitness evaluation unit 2 evaluates the fitness of the circuit to the environment by performing a simulation when the circuit indicated by the chromosome data is configured on the arithmetic / control processing units 6-1 and 6-2. Genetic processing is performed on the chromosome data by the evolutionary processing unit 3 based on the evaluation result, thereby performing processing of changing and evolving the circuit generated by the circuit generation unit 1, and as a result, the evolved circuit Chromosome data showing structure Reconstructing the circuit of the arithmetic and control unit 6-1, 6-2 by the reconstruction processing unit 4 on the basis of.

【0062】このようにすることで、動作中の演算・制
御装置5では環境に適応しきれなくなったり、初期性能
が維持できなくなった場合でも、演算・制御処理部6−
1,6−2の回路がその環境に適応するように再構成さ
れる。つまり、演算・制御装置5は、環境の変化に応じ
て自律的にハードウェア構成を変更させる自律進化機能
を有することになるため、従来のようにシステムの機能
変更のために人手や時間をかける必要がなくなる。しか
も、演算・制御処理部6−1,6−2の回路構成、すな
わち演算・制御装置5のハードウェア構成を直接変更す
るので、ソフトウェアの変更では対応できない大きな環
境変化にも対応でき、実行速度も高速のままに保つこと
ができる。
In this way, even if the operating arithmetic and control unit 5 cannot fully adapt to the environment or maintain its initial performance, the arithmetic and control processing unit 6 cannot operate.
The 1,6-2 circuits are reconfigured to adapt to the environment. In other words, the arithmetic and control unit 5 has an autonomous evolution function of autonomously changing the hardware configuration in response to a change in the environment, so that it takes time and effort to change the function of the system as in the related art. Eliminates the need. In addition, since the circuit configuration of the arithmetic and control processing units 6-1 and 6-2, that is, the hardware configuration of the arithmetic and control unit 5 is directly changed, it is possible to cope with a large environmental change that cannot be changed by changing the software. Can also be kept fast.

【0063】演算・制御処理部6−1,6−2を二重化
し、さらにいずれか一方のみを有効にして演算・制御対
象9に対する処理を行わせ、演算・制御処理部6−1,
6−2の回路を再構成するときは、有効状態の演算・制
御処理部6−1,6−2の動作はそのままで、無効状態
の演算・制御処理部6−1,6−2を対象として回路を
再構成し、再構成が完了した後で互いの有効/無効を切
り替えるようにしているので、演算・制御処理部6−
1,6−2の回路の再構成のために、演算・制御装置5
の処理を停止させる必要がない。
The operation / control processing units 6-1 and 6-2 are duplicated, and only one of the operation / control processing units 6-1 and 6-2 is enabled to process the operation / control object 9.
When reconfiguring the circuit of 6-2, the operation of the operation / control processing units 6-1 and 6-2 in the valid state is not changed, and the operation / control processing units 6-1 and 6-2 in the invalid state are targeted. The circuit is reconfigured as follows, and after the reconfiguration is completed, the valid / invalid state is switched between each other.
The arithmetic and control unit 5 for reconfiguring the circuits 1 and 6-2
Need not be stopped.

【0064】染色体データは、演算・制御処理部6−
1,6−2の回路の機能変更の最小単位に対応させたビ
ット列によって記述され、進化的処理部3において回路
の変更を行うときは、選択淘汰処理、交叉処理もしくは
突然変異処理などの遺伝的処理によって、染色体データ
のビット列そのものを変更しているので、演算・制御処
理部6−1,6−2において実現し得る様々な回路につ
いてシミュレーションを行うことが可能となり、環境の
変化に対して柔軟に対応することができる。
The chromosome data is calculated by the arithmetic and control
It is described by a bit string corresponding to the minimum unit of the function change of the circuits 1 and 6-2. When the circuit is changed in the evolutionary processing unit 3, a genetic selection such as a selection process, a crossover process, or a mutation process is performed. Since the bit sequence itself of the chromosome data is changed by the processing, it is possible to perform simulations on various circuits that can be realized in the operation / control processing units 6-1 and 6-2, and to flexibly change the environment. Can be handled.

【0065】次に、上述したシステムを画像認識装置に
適用した例について図8を参照して説明する。この画像
認識装置は、画像認識部71、認識率評価部72および
フィルタ構成変更部73からなり、画像認識部71はフ
ィルタリング部74とマッチング部75とを備えてい
る。この画像認識装置と図1に示したシステムとの関係
を考えると、画像認識部71が演算・制御装置5に対応
し、フィルタリング部74が演算・制御処理部6−1,
6−2に対応している。また、認識率評価部72が適応
度評価部2に対応し、フィルタ構成変更部73が回路生
成部1、進化的処理部3および再構成処理部4に対応し
ている。さらに、画像信号が演算・制御対象9に対応
し、画像信号に基づいた演算処理が行われる。この場
合、フィルタリング部74に再構成可能素子で構成され
る回路を設けておくことにより、例えばフィルタの次数
や帯域分割幅などのフィルタ構成を変更できるようにし
ておく。
Next, an example in which the above-described system is applied to an image recognition device will be described with reference to FIG. This image recognition device includes an image recognition unit 71, a recognition rate evaluation unit 72, and a filter configuration change unit 73. The image recognition unit 71 includes a filtering unit 74 and a matching unit 75. Considering the relationship between this image recognition device and the system shown in FIG. 1, the image recognition unit 71 corresponds to the arithmetic and control unit 5, and the filtering unit 74 is the arithmetic and control processing unit 6-1.
6-2. The recognition rate evaluation unit 72 corresponds to the fitness evaluation unit 2, and the filter configuration change unit 73 corresponds to the circuit generation unit 1, the evolutionary processing unit 3, and the reconstruction processing unit 4. Further, the image signal corresponds to the operation / control object 9 and the arithmetic processing based on the image signal is performed. In this case, by providing a circuit composed of reconfigurable elements in the filtering unit 74, it is possible to change the filter configuration such as the order of the filter and the band division width.

【0066】画像認識部71に画像信号が入力された場
合、この画像信号に対してフィルタリング部74でフィ
ルタリング処理を施すことにより、例えばエッジ強調、
画像の先鋭化および雑音除去などを行って特徴を抽出
し、抽出された特徴に基づいてマッチング部75で所定
の認識対象とのマッチングを行うことにより認識結果が
出力される。
When an image signal is input to the image recognizing unit 71, a filtering process is performed on the image signal by the filtering unit 74, so that, for example, edge enhancement,
A feature is extracted by performing image sharpening and noise removal, and the matching unit 75 performs matching with a predetermined recognition target based on the extracted feature to output a recognition result.

【0067】この認識結果は、認識率評価部に入力され
ており、例えば文字、図形、その他の認識対象を変更し
て認識率が低下した場合など、これら認識率評価部72
およびフィルタ構成変更部73によってフィルタリング
部74の新しいフィルタ構成についてシミュレーション
を行い、その結果に基づいてフィルタリング部74のフ
ィルタ構成の変更を行う。
The recognition result is input to the recognition rate evaluation section 72. For example, when the recognition rate is reduced by changing a character, a figure, or another recognition target, these recognition rate evaluation sections 72 are used.
A simulation is performed on the new filter configuration of the filtering unit 74 by the filter configuration changing unit 73, and the filter configuration of the filtering unit 74 is changed based on the simulation result.

【0068】このようにすることで、認識対象の変化に
応じてフィルタリング部74の構成が変更され、画像信
号に対するフィルタリング処理を常に最適に行うことが
できるため、高い認識率を維持することが可能になる。
さらに、認識対象が未知の場合のように予め最適なフィ
ルタ構成が分からないときは、とりあえず処理を開始す
るようにして、すぐにシミュレーションを行ってフィル
タリング部74のフィルタ構成を変化させれば、自動的
にフィルタ構成が最適なものへと変更される。つまり、
画像認識装置が未知の認識対象に対して自ら最適なフィ
ルタ構成を学習するようになる。
By doing so, the configuration of the filtering unit 74 is changed in accordance with the change in the recognition target, and the filtering process on the image signal can always be performed optimally, so that a high recognition rate can be maintained. become.
Furthermore, when the optimum filter configuration is not known in advance, such as when the recognition target is unknown, the processing is started for the time being, simulation is performed immediately, and the filter configuration of the filtering unit 74 is changed. The filter configuration is optimally changed. That is,
The image recognition device learns the optimum filter configuration for an unknown recognition target by itself.

【0069】(第2の実施形態)図2は、本発明の第2
の実施形態にかかるシステムの構成を示すブロック図で
ある。なお、以下では図1と相対応する部分に同一符号
を付して第1の実施形態との相違点を中心にして説明を
行う。
(Second Embodiment) FIG. 2 shows a second embodiment of the present invention.
It is a block diagram showing the composition of the system concerning an embodiment. In the following, portions corresponding to those in FIG. 1 are denoted by the same reference numerals, and description will be made focusing on differences from the first embodiment.

【0070】本実施形態は、複数の演算・制御処理部を
多重化と並列化とを組み合わせて構成したものである。
すなわち、演算・制御装置5にはn個の演算・制御処理
部6−1〜6−nが設けられており(多重化)、通常運
転時はこれら全ての演算・制御処理部6−1〜6−nを
動作させる(並列化)。このとき、出力制御回路8は例
えば演算・制御処理部6−1〜6−nの出力信号24−
1〜24−nを重み和を演算・制御信号として出力す
る。また、後述するようにこのシステムでは回路の再構
成のために演算・制御処理部6−1〜6−nの一部を一
時停止させる必要があるため、このような場合でもシス
テムが停止したりエラーが起こらないように構成してお
く。
In this embodiment, a plurality of arithmetic / control processing units are configured by combining multiplexing and parallelization.
That is, the arithmetic and control unit 5 is provided with n arithmetic and control processing units 6-1 to 6-n (multiplexing), and all of the arithmetic and control processing units 6-1 to 6-n during normal operation. 6-n is operated (parallelization). At this time, the output control circuit 8 outputs, for example, the output signals 24-of the operation / control processing units 6-1 to 6-n.
1 to 24-n are output as weighted sums as operation / control signals. Further, as described later, in this system, it is necessary to temporarily suspend a part of the operation / control processing units 6-1 to 6-n for circuit reconfiguration. Make sure that no errors occur.

【0071】ここで、第1の実施形態と同様に演算・制
御処理部6−1〜6−nの各回路に同種および同数の再
構成可能素子が設けられていても、各回路に各々異なる
再構成可能素子が設けられていてもよい。後者の場合、
適応度評価部2には演算処理部6−1〜6−nの回路に
設けられている全ての再構成可能素子に対応する素子モ
デルを定義しておく。
Here, similarly to the first embodiment, even if the same type and the same number of reconfigurable elements are provided in the respective circuits of the operation / control processing units 6-1 to 6-n, the respective circuits are different from each other. A reconfigurable element may be provided. In the latter case,
In the fitness evaluation unit 2, element models corresponding to all reconfigurable elements provided in the circuits of the arithmetic processing units 6-1 to 6-n are defined.

【0072】このシステムでは、回路の再構成を行う場
合、全ての演算・制御処理部6−1〜6−nを動作させ
たままでシミュレーションを行い、そのシミュレーショ
ン結果に応じて回路を再構成すべき演算・制御処理部6
を選択する。そして、選択された演算・制御処理部6−
1〜6−nのみを一時的に停止状態にして、それ以外の
演算・制御処理部6−1〜6−nは引き続き動作させた
ままで、選択された演算・制御処理部6−1〜6−nの
回路の再構成を行い、再構成が完了した後で動作中の他
の演算・制御処理部6−1〜6−nと同期するように動
作を再開させる。
In this system, when reconfiguring a circuit, a simulation is performed with all the operation / control processing units 6-1 to 6-n operating, and the circuit should be reconfigured according to the simulation result. Arithmetic / control processing unit 6
Select Then, the selected arithmetic / control processing unit 6-
1 to 6-n are temporarily stopped, and the other calculation / control processing units 6-1 to 6-n are kept operating, while the selected calculation / control processing units 6-1 to 6-n are kept operating. The circuit of -n is reconfigured, and after the reconfiguration is completed, the operation is restarted in synchronization with the other operation / control processing units 6-1 to 6-n that are operating.

【0073】このようにすることで、複数の演算・制御
処理部6−1〜6−nの回路を同時に再構成することが
でき、しかも各回路は各々異なった構成、すなわち各々
異なった機能に変更することができるので、第1の実施
形態よりも演算・制御装置5のハードウェア構成が柔軟
に変更され、環境の変化により適切に対応することが可
能となる。また、必要最小限の演算・制御処理部6−1
〜6−nの回路を再構成するだけで十分な効果を得るこ
とができる。
By doing so, the circuits of the plurality of arithmetic / control processing units 6-1 to 6-n can be simultaneously reconfigured, and each circuit has a different configuration, that is, a different function. Since the hardware configuration can be changed, the hardware configuration of the arithmetic and control unit 5 is changed more flexibly than in the first embodiment, and it is possible to appropriately cope with a change in the environment. In addition, the necessary minimum operation / control processing unit 6-1
A sufficient effect can be obtained only by reconfiguring the circuits of .about.6-n.

【0074】[0074]

【発明の効果】以上説明したように本発明によれば、演
算・制御手段上に構成される回路の環境に対する適応度
を評価し、その評価結果に基づいて演算・制御手段の回
路を再構成することにより、システムのハードウェア構
成が環境の変化に応じて自律的に変更される。
As described above, according to the present invention, the adaptability of the circuit formed on the operation / control means to the environment is evaluated, and the circuit of the operation / control means is reconfigured based on the evaluation result. By doing so, the hardware configuration of the system is autonomously changed according to changes in the environment.

【0075】このとき、演算・制御手段上に構成すべき
回路を生成し、この回路が演算・制御手段上に構成され
たときの環境に対する適応度を評価して、この評価結果
に基づいて回路を変更して進化させる処理を行い、この
結果進化を遂げた回路が演算・制御手段に再構成される
ようにしているので、環境の変化に対して柔軟かつ適切
に対応することができる。
At this time, a circuit to be formed on the arithmetic and control means is generated, the adaptability to the environment when the circuit is formed on the arithmetic and control means is evaluated, and the circuit is evaluated based on the evaluation result. Is changed and evolved, and as a result, the evolved circuit is reconfigured into the arithmetic and control means, so that it is possible to flexibly and appropriately respond to environmental changes.

【0076】演算・制御手段を多重化し、再構成処理手
段により演算・制御手段の処理を停止させることなく、
回路が再構成されるので、演算・制御対象に対する処理
を続けたままで環境に対する適応度のみを向上させるこ
とができる。
The operation and control means are multiplexed, and the processing of the operation and control means is not stopped by the reconstruction processing means.
Since the circuit is reconfigured, it is possible to improve only the adaptability to the environment while continuing the processing on the operation / control object.

【0077】回路生成手段において複数の回路を生成
し、適応度評価手段において複数の回路をそれぞれ評価
し、進化的処理手段において複数の回路の各評価結果に
基づいて遺伝的アルゴリズムによって複数の回路を変更
しているので、実現し得る様々な回路を解析することが
できる。
The circuit generating means generates a plurality of circuits, the fitness evaluation means evaluates each of the plurality of circuits, and the evolutionary processing means generates a plurality of circuits by the genetic algorithm based on the evaluation results of the plurality of circuits. Since it has been changed, various circuits that can be realized can be analyzed.

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

【図1】本発明の第1の実施形態に係るシステムの構成
を示すブロック図
FIG. 1 is a block diagram showing a configuration of a system according to a first embodiment of the present invention.

【図2】同実施形態におけるハードウェア構成の記述言
語のキーワードについて説明するための図
FIG. 2 is an exemplary view for explaining keywords of a description language of a hardware configuration according to the embodiment;

【図3】同実施形態におけるハードウェア構成の記述言
語のキーワードについて説明するための図
FIG. 3 is an exemplary view for explaining keywords of a description language of a hardware configuration according to the embodiment;

【図4】同実施形態における染色体データについて説明
するための図
FIG. 4 is a view for explaining chromosome data in the embodiment.

【図5】同実施形態における回路の再構成処理について
説明するためのフローチャート
FIG. 5 is a flowchart for explaining circuit reconfiguration processing in the embodiment;

【図6】同実施形態における遺伝的処理について説明す
るための図
FIG. 6 is an exemplary view for explaining genetic processing according to the embodiment;

【図7】同実施形態における染色体データの変更による
回路構成の変更の例を示す図
FIG. 7 is a view showing an example of a change in circuit configuration due to a change in chromosome data in the embodiment.

【図8】同実施形態を画像認識装置に適用した例を示す
ブロック図
FIG. 8 is a block diagram showing an example in which the embodiment is applied to an image recognition device.

【図9】本発明の第2の実施形態に係るシステムの構成
を示すブロック図
FIG. 9 is a block diagram showing a configuration of a system according to a second embodiment of the present invention.

【図10】従来のシステムの例を示す図FIG. 10 is a diagram showing an example of a conventional system.

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

1…回路生成部 2…適応度評価部 3…進化的処理部 4…再構成処理部 5…演算・制御装置 6−1〜6−n…演算・制御処理部 7…入力制御装置 8…出力制御装置 9…演算・制御対象 DESCRIPTION OF SYMBOLS 1 ... Circuit generation part 2 ... Fitness evaluation part 3 ... Evolutionary processing part 4 ... Reconstruction processing part 5 ... Arithmetic and control device 6-1 to 6-n ... Arithmetic and control processing part 7 ... Input control device 8 ... Output Control device 9 ... Calculation / control target

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】再構成可能に構成される回路を有し、演算
・制御対象の演算および制御の少なくとも一方の処理を
行う演算・制御手段と、 この演算・制御手段上に構成される回路の環境に対する
適応度を評価し、その評価結果に基づいて前記演算・制
御手段の回路を再構成する手段とを備えたことを特徴と
する自律進化型システム。
An arithmetic and control means having a circuit configured to be reconfigurable and performing at least one of arithmetic and control operations of an arithmetic and control object, and a circuit configured on the arithmetic and control means. Means for evaluating adaptability to the environment and reconfiguring the circuit of the arithmetic and control means based on the evaluation result.
【請求項2】再構成可能に構成される回路を有し、演算
・制御対象の演算および制御の少なくとも一方の処理を
行う演算・制御手段と、 この演算・制御手段上に構成すべき回路を生成し、該回
路の構成を示す回路構成情報を出力する回路生成手段
と、 この回路生成手段により生成された回路が前記演算・制
御手段上に構成されたときの該回路の環境に対する適応
度を評価する適応度評価手段と、 この適応度評価手段の評価結果に基づいて、前記回路生
成手段により生成される回路を変更して進化させる処理
を行う進化的処理手段と、 この進化的処理手段により進化を遂げた回路の構成を示
す回路構成情報を前記回路生成手段から受け、この回路
構成情報に基づいて前記演算・制御手段の回路を再構成
する再構成処理手段とを備えたことを特徴とする自律進
化型システム。
2. An arithmetic and control unit having a circuit configured to be reconfigurable and performing at least one of arithmetic and control processing of an arithmetic and control object, and a circuit to be configured on the arithmetic and control unit. Circuit generating means for generating and outputting circuit configuration information indicating the configuration of the circuit; and determining the fitness of the circuit to the environment when the circuit generated by the circuit generating means is configured on the arithmetic / control means. A fitness evaluation means for evaluating, an evolution processing means for performing a process of changing and evolving a circuit generated by the circuit generation means based on an evaluation result of the fitness evaluation means; Reconfiguration processing means for receiving circuit configuration information indicating a configuration of an evolved circuit from the circuit generation means, and reconfiguring the circuit of the arithmetic / control means based on the circuit configuration information. An autonomous evolution type system to be characterized.
【請求項3】前記演算・制御手段は、多重化され、 前記再構成処理手段は、前記演算・制御手段の処理を停
止させることなく、回路を再構成することを特徴とする
請求項2に記載の自律進化型システム。
3. The apparatus according to claim 2, wherein said arithmetic and control means is multiplexed, and said reconstruction processing means reconfigures a circuit without stopping processing of said arithmetic and control means. The autonomous evolution system described.
【請求項4】前記回路生成手段は、機能ブロックレベ
ル、回路構成情報ビットレベル、論理ゲートレベルもし
くはハードウェア記述言語のキーワードレベルのいずれ
かを最小変更単位として、生成する回路を変更すること
を特徴とする請求項2に記載の自律進化型システム。
4. The circuit generating means changes a circuit to be generated by using any one of a functional block level, a circuit configuration information bit level, a logic gate level, and a keyword level of a hardware description language as a minimum change unit. The autonomous evolution type system according to claim 2, wherein
【請求項5】前記回路生成手段は、複数の回路を生成
し、 前記適応度評価手段は、前記複数の回路をそれぞれ評価
し、 前記進化的処理手段は、前記複数の回路の各評価結果に
基づいて遺伝的アルゴリズムによって前記複数の回路を
変更し、前記進化を遂げた回路を求めることを特徴とす
る請求項2に記載の自律進化型システム。
5. The circuit generating means generates a plurality of circuits, the fitness evaluation means evaluates each of the plurality of circuits, and the evolutionary processing means generates an evaluation result of each of the plurality of circuits. The autonomous evolution system according to claim 2, wherein the plurality of circuits are changed based on a genetic algorithm based on the plurality of circuits, and the evolved circuit is obtained.
【請求項6】前記回路生成手段は、前記複数の回路を最
小機能変更単位に対応したビット列からなる複数の染色
体情報によってそれぞれ記述し、 前記進化的処理手段は、前記遺伝的アルゴリズムにより
前記複数の回路を変更するとき、前記複数の染色体情報
のうちのいずれかを選択し、選択されなかった染色体情
報を取り除く第1の処理と、前記複数の染色体情報の間
でビット列の任意部分を交換する第2の処理と、前記複
数の染色体情報のビット列の任意部分を反転させる第3
の処理とを組み合わせて行うことを特徴とする請求項5
に記載の自律進化型システム。
6. The circuit generating means describes each of the plurality of circuits with a plurality of pieces of chromosome information composed of a bit string corresponding to a minimum function change unit, and the evolutionary processing means uses the genetic algorithm to describe the plurality of circuits. When the circuit is changed, any one of the plurality of pieces of chromosome information is selected, a first process for removing unselected chromosome information, and a second step of exchanging an arbitrary part of a bit string between the plurality of pieces of chromosome information. And a third step of inverting an arbitrary part of the bit string of the plurality of pieces of chromosome information.
6. The method according to claim 5, wherein the processing is performed in combination with
Autonomous evolution type system described in 1.
JP11971397A 1997-05-09 1997-05-09 Autonomous evolution system Expired - Fee Related JP3649551B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11971397A JP3649551B2 (en) 1997-05-09 1997-05-09 Autonomous evolution system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11971397A JP3649551B2 (en) 1997-05-09 1997-05-09 Autonomous evolution system

Publications (2)

Publication Number Publication Date
JPH10307805A true JPH10307805A (en) 1998-11-17
JP3649551B2 JP3649551B2 (en) 2005-05-18

Family

ID=14768276

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11971397A Expired - Fee Related JP3649551B2 (en) 1997-05-09 1997-05-09 Autonomous evolution system

Country Status (1)

Country Link
JP (1) JP3649551B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001255905A (en) * 2000-03-08 2001-09-21 Fuji Heavy Ind Ltd Model optimization adaptive control method
US6637008B1 (en) 1998-09-18 2003-10-21 Agency Of Industrial Science And Technology Electronic holding circuit and adjusting method thereof using a probabilistic searching technique
JP2007241945A (en) * 2006-03-13 2007-09-20 Yokohama National Univ Image processor and image processing determination device
JP2008181294A (en) * 2007-01-24 2008-08-07 Sony Corp Information processing apparatus, method and program
JPWO2021079425A1 (en) * 2019-10-23 2021-04-29

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6637008B1 (en) 1998-09-18 2003-10-21 Agency Of Industrial Science And Technology Electronic holding circuit and adjusting method thereof using a probabilistic searching technique
JP2001255905A (en) * 2000-03-08 2001-09-21 Fuji Heavy Ind Ltd Model optimization adaptive control method
JP2007241945A (en) * 2006-03-13 2007-09-20 Yokohama National Univ Image processor and image processing determination device
JP2008181294A (en) * 2007-01-24 2008-08-07 Sony Corp Information processing apparatus, method and program
JPWO2021079425A1 (en) * 2019-10-23 2021-04-29
WO2021079425A1 (en) * 2019-10-23 2021-04-29 富士通株式会社 Data pre-processing method, data pre-processing device, data pre-processing program

Also Published As

Publication number Publication date
JP3649551B2 (en) 2005-05-18

Similar Documents

Publication Publication Date Title
Murgai et al. Improved logic synthesis algorithms for table look up architectures
JP5660798B2 (en) Information processing device
Kalganova Bidirectional incremental evolution in extrinsic evolvable hardware
US7194610B2 (en) Processor and pipeline reconfiguration control method
CN101218560B (en) Apparatus and method for configurable processing
CN109155743A (en) Meet the system and method for SLA requirement using machine learning algorithm
Rawski et al. 5 logic synthesis method of digital circuits designed for implementation with embedded memory blocks of FPGAs
JP2012510122A (en) Hardware cell architecture influenced by biology
JP5071707B2 (en) Data processing apparatus and control method thereof
US7460666B2 (en) Combinational circuit, encryption circuit, method for constructing the same and program
JP3765923B2 (en) HARDWARE SYNTHESIS METHOD, HARDWARE SYNTHESIS DEVICE, AND RECORDING MEDIUM CONTAINING HARDWARE SYNTHESIS PROGRAM
Barkalov et al. Mixed encoding of collections of output variables for LUT-based mealy FSMs
Mora et al. Accelerating the evolution of a systolic array-based evolvable hardware system
JPH10307805A (en) Autonomous evolution type system
JPH06215065A (en) Logic function data processor
JPH06162228A (en) Data flow processor device
US20070260805A1 (en) Computer with a Reconfigurable Architecture for Integrating a Global Cellular Automaton
WO2017029743A1 (en) Information processing device and information processing system
JP3675255B2 (en) Information processing device
Kocnová et al. Resynthesis of logic circuits using machine learning and reconvergent paths
Lysaght et al. Configuration controller synthesis for dynamically reconfigurable systems
Sekanina et al. Theory and applications of evolvable embedded systems
JP2001209664A (en) High order synthesis method and recording medium used for execution of high order synthesis method
JP3989397B2 (en) Integrated circuit device and data setting device for the device
US10848551B2 (en) Information processing apparatus, parallel computer system, and method for control

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040629

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040827

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041019

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041220

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20050125

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050215

LAPS Cancellation because of no payment of annual fees