JP5144511B2 - 推論による状態機械 - Google Patents
推論による状態機械 Download PDFInfo
- Publication number
- JP5144511B2 JP5144511B2 JP2008521502A JP2008521502A JP5144511B2 JP 5144511 B2 JP5144511 B2 JP 5144511B2 JP 2008521502 A JP2008521502 A JP 2008521502A JP 2008521502 A JP2008521502 A JP 2008521502A JP 5144511 B2 JP5144511 B2 JP 5144511B2
- Authority
- JP
- Japan
- Prior art keywords
- state
- transition
- input
- state machine
- event
- 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.)
- Expired - Fee Related
Links
- 230000007704 transition Effects 0.000 claims description 77
- 238000000034 method Methods 0.000 claims description 27
- 230000008569 process Effects 0.000 claims description 17
- 238000012545 processing Methods 0.000 claims description 17
- 230000001419 dependent effect Effects 0.000 claims description 3
- 230000004044 response Effects 0.000 claims description 2
- 230000006870 function Effects 0.000 description 16
- 230000009471 action Effects 0.000 description 4
- 238000004422 calculation algorithm Methods 0.000 description 4
- 230000007246 mechanism Effects 0.000 description 4
- 238000004891 communication Methods 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 3
- 230000008859 change Effects 0.000 description 2
- 230000000739 chaotic effect Effects 0.000 description 2
- 238000004590 computer program Methods 0.000 description 2
- 230000003111 delayed effect Effects 0.000 description 2
- 238000012544 monitoring process Methods 0.000 description 2
- 230000009466 transformation Effects 0.000 description 2
- 230000006399 behavior Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 239000012141 concentrate Substances 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 230000007257 malfunction Effects 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 239000000047 product Substances 0.000 description 1
- 230000002441 reversible effect Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 230000004936 stimulating effect Effects 0.000 description 1
- 239000013589 supplement Substances 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/31—Programming languages or programming paradigms
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computing Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
Description
Sは、状態の有限集合であり、
Σは、有限の入力アルファベットであり、
Tは、状態集合に対して状態/アルファベットの対を割り当てる遷移関数、すなわち、
2Sに対するSx(ΣE{e})であり、ここで2Sは、Sのベキ集合を示すものであって、
sは、Sの1つの要素であり、開始状態を示し、
Fは、Sの部分集合であり、最終状態を示す。
(ΣE{e})の要素を構成する入力文字列x1、x2、x3、...、xnが与えられるとすると、
s0=s、
si+1は、i=0、1、...、n−1で、T(si、xi)の集合要素であり、
snは、Fの要素
である一連の状態s0、s1、s2、...、snを通って状態機械が実行できるならば、非決定性有限状態機械は、文字列を受理する。このように、状態機械はその開始状態において開始され、遷移は入力文字列の各要素ごとに生成される。入力文字列のすべての要素が処理された後の最終状態に状態機械がおかれるときかつそのときに限って、文字列は受理されたとみなされる。
S={A、B、C、D、E}、
Σ={0、1}、
Tは、
T(A、0)={B、D}、
T(A、1)={D}、
T(B、1)={C}、
T(C、0)={E}、
T(D、0)={E}のように示され、
s=A、
F={E}である。
示されるように、許容状態(A、B、C、DおよびE)を示すグラフノードと、それらの状態の間の遷移を示すグラフのラベル付き円弧を用いて、この状態機械10は有向グラフとして図示されうる。この場合、円弧上のラベルは、遷移に割り当てられるアルファベット要素を示す。このように、状態“A”は開始状態、状態“E”は最終状態、確定された入力文字列は、“010”、“00”、および“10”である。中間状態での入力の消費を表す、状態Aから状態Eへの遷移、を形成することに加えて、いくつかまたはすべての遷移は、実行される動作に随伴されてもよい。このように、入力の消費は、入力受理決定を導くだけでなく、動作または出力も同様に実行させうる。
Claims (6)
- 状態機械と推論エンジンとを含む処理システムであって、
前記状態機械は、
第1状態、第2状態及び第3状態を含む複数の状態の何れかを取り、
少なくとも、前記第1状態と前記第2状態との間での第1の事象に依存する遷移を第1の入力に基づいて実行し、前記第2状態と前記第3状態との間での第2の事象に依存する遷移を第2の入力に基づいて実行する機能を有し、
前記第1の入力及び前記第2の入力は1又は複数のサブシステムによって生成され、
前記推論エンジンは、
現在の状態が前記第1の状態である場合に前記第1の入力の観測が欠落して順序が狂った前記第2の入力を観測したときには、前記状態機械に前記第1の状態から前記第3の状態に遷移させる、
処理システム。 - さらに前記推論エンジンは、
前記第1の事象に依存する遷移があったとの推論に基づき前記遷移させる処理を実行し、
1つまたはそれ以上の欠落した事象の入力を観測しだい当該推論の妥当性を確認するように構成される、
請求項1に記載の処理システム。 - コンピュータ上に仮想的に定義される状態機械を用いた方法であって、
前記状態機械は、
第1状態、第2状態及び第3状態を含む複数の状態の何れかを取り、
少なくとも、前記第1状態と前記第2状態との間での第1の事象に依存する遷移を第1の入力に基づいて実行し、前記第2状態と前記第3状態との間での第2の事象に依存する遷移を第2の入力に基づいて実行する機能を有し、
前記第1の入力及び前記第2の入力は1又は複数のサブシステムによって生成され、
前記方法は、
現在の状態が前記第1の状態である場合に前記第1の入力の観測が欠落して順序が狂った前記第2の入力を観測したときには、前記状態機械に前記第1の状態から前記第3の状態に遷移させるステップ、
を備える、前記コンピュータによって実行される方法。 - 前記遷移させるステップでは、前記第1の事象に依存する遷移があったとの推論に基づき前記遷移させる処理を実行し、
1つまたはそれ以上の欠落した事象の入力を観測しだい当該推論の妥当性を確認するステップをさらに備える請求項3に記載の方法。 - 具体化されたコンピュータ読取り可能な命令を有し、前記命令は、前記命令を読取り実行するように構成される1つまたはそれ以上の処理要素によって実行されるとき、請求項3又は4に記載の方法をコンピュータに実行させる、コンピュータ読取り可能媒体。
- クライアントコンピュータによる要求に応じて前記クライアントコンピュータに対してダウンロード可能なコンピュータ読取り可能命令を提供するように構成されたサーバであって、
前記命令は、前記クライアントコンピュータに請求項3又は4に記載の方法を実行させる、コンピュータ実行可能処理を定義するサーバ。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US11/180,075 | 2005-07-12 | ||
US11/180,075 US7472101B2 (en) | 2005-07-12 | 2005-07-12 | Inferential state machines |
PCT/US2006/026755 WO2007008814A2 (en) | 2005-07-12 | 2006-07-11 | Inferential state machines |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2009501387A JP2009501387A (ja) | 2009-01-15 |
JP5144511B2 true JP5144511B2 (ja) | 2013-02-13 |
Family
ID=37637838
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008521502A Expired - Fee Related JP5144511B2 (ja) | 2005-07-12 | 2006-07-11 | 推論による状態機械 |
Country Status (4)
Country | Link |
---|---|
US (1) | US7472101B2 (ja) |
EP (1) | EP1920348A4 (ja) |
JP (1) | JP5144511B2 (ja) |
WO (1) | WO2007008814A2 (ja) |
Families Citing this family (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7747730B1 (en) | 2002-06-28 | 2010-06-29 | Netfuel, Inc. | Managing computer network resources |
US8312417B2 (en) * | 2007-05-18 | 2012-11-13 | International Business Machines Corporation | Using dynamic call graphs for creating state machines |
US7949679B2 (en) * | 2008-03-05 | 2011-05-24 | International Business Machines Corporation | Efficient storage for finite state machines |
US8762320B2 (en) * | 2009-12-23 | 2014-06-24 | Drumright Group, Llc. | State machine with out-of-order processing functionality and method thereof |
BR112012023489A2 (pt) * | 2010-03-19 | 2016-05-24 | Alcatel Lucent | sistema e método de comunicação tipo máquina e dispositivo e método de pesquisa da célula. |
US8381186B2 (en) * | 2010-06-17 | 2013-02-19 | Verizon Patent And Licensing Inc. | Software training application using automated discovery of user interface controls |
EP2481847A1 (en) | 2011-01-31 | 2012-08-01 | DSM IP Assets B.V. | UV-Stabilized high strength fiber |
US8818783B2 (en) * | 2011-09-27 | 2014-08-26 | International Business Machines Corporation | Representing state transitions |
US10079647B2 (en) | 2014-12-10 | 2018-09-18 | Nxp Usa, Inc. | DC offset calibration of wireless receivers |
US9608587B2 (en) * | 2015-06-25 | 2017-03-28 | Freescale Semiconductor, Inc. | Systems and methods to dynamically calibrate and adjust gains in a direct conversion receiver |
AU2016357567B2 (en) | 2015-11-17 | 2020-05-07 | Pfizer Inc. | Media and fermentation methods for producing polysaccharides in bacterial cell culture |
US10445169B2 (en) * | 2016-04-08 | 2019-10-15 | Nxp Usa, Inc. | Temporal relationship extension of state machine observer |
US10579753B2 (en) | 2016-05-24 | 2020-03-03 | Ab Initio Technology Llc | Executable logic for processing keyed data in networks |
US11054811B2 (en) * | 2017-11-03 | 2021-07-06 | Drishti Technologies, Inc. | Systems and methods for line balancing |
CN113986814B (zh) * | 2021-10-15 | 2023-12-01 | 浙江大学 | 一种基于微处理器的状态机通用表示及执行方法 |
CN113821279A (zh) * | 2021-11-24 | 2021-12-21 | 深圳市永联科技股份有限公司 | 一种状态转换的方法、装置及嵌入式设备 |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5579439A (en) * | 1993-03-24 | 1996-11-26 | National Semiconductor Corporation | Fuzzy logic design generator using a neural network to generate fuzzy logic rules and membership functions for use in intelligent systems |
JPH0784789A (ja) * | 1993-09-17 | 1995-03-31 | Nippon Telegr & Teleph Corp <Ntt> | 推論装置 |
US5481648A (en) * | 1993-12-23 | 1996-01-02 | United Technologies Corp. | Fuzzy logic method and apparatus for changing the position of turbine blades via an induction motor, brake and a position lock. |
US5903886A (en) * | 1996-04-30 | 1999-05-11 | Smartlynx, Inc. | Hierarchical adaptive state machine for emulating and augmenting software |
JPH10260718A (ja) * | 1997-03-19 | 1998-09-29 | Fuji Electric Co Ltd | ダムにおける水量予測方法 |
JP2001060155A (ja) * | 1999-08-20 | 2001-03-06 | Fujitsu Ltd | メッセージ処理装置 |
JP3523213B2 (ja) * | 2001-03-28 | 2004-04-26 | 株式会社ジャストシステム | コマンド処理装置、コマンド処理方法、及びコマンド処理プログラム |
-
2005
- 2005-07-12 US US11/180,075 patent/US7472101B2/en active Active
-
2006
- 2006-07-11 WO PCT/US2006/026755 patent/WO2007008814A2/en active Application Filing
- 2006-07-11 JP JP2008521502A patent/JP5144511B2/ja not_active Expired - Fee Related
- 2006-07-11 EP EP06786792A patent/EP1920348A4/en not_active Ceased
Also Published As
Publication number | Publication date |
---|---|
WO2007008814A3 (en) | 2009-05-07 |
US7472101B2 (en) | 2008-12-30 |
JP2009501387A (ja) | 2009-01-15 |
EP1920348A4 (en) | 2011-08-31 |
US20070094192A1 (en) | 2007-04-26 |
WO2007008814A2 (en) | 2007-01-18 |
EP1920348A2 (en) | 2008-05-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5144511B2 (ja) | 推論による状態機械 | |
Lu et al. | Robust scheduling on a single machine to minimize total flow time | |
US20240205266A1 (en) | Epistemic uncertainty reduction using simulations, models and data exchange | |
US20090150900A1 (en) | Workflow task re-evaluation | |
Verbeek et al. | Reduction rules for reset/inhibitor nets | |
JP2010506309A (ja) | パラメータ化された並行ソフトウェアのプロシジャ間データフロー解析 | |
JP2011113566A (ja) | イベント処理ネットワークならびに関連する方法および記憶媒体(イベント処理ネットワーク) | |
US20210182720A1 (en) | Information processing device, pubo solver, information processing method and non-transitory storage medium | |
JP2016514296A (ja) | キュー監視及び視覚化 | |
Hu et al. | Complex event processing in RFID middleware: A three layer perspective | |
US8930408B2 (en) | Attribute-based linked tries for rule evaluation | |
Huang et al. | A fuzzy time-dependent project scheduling problem | |
US20240202834A1 (en) | Modeling of complex systems using a distributed simulation engine | |
CN114139712A (zh) | 量子电路的处理方法、处理装置、电子设备和存储介质 | |
Maggi et al. | Designing software for operational decision support through coloured petri nets | |
Guan et al. | General methodology for inferring failure-spreading dynamics in networks | |
Kesaraju et al. | Integrated simulation combining process-driven and event-driven models | |
Dixit et al. | Quantum computing to solve scenario-based stochastic time-dependent shortest path routing | |
Singh et al. | Modeling and prediction of performability of safety critical computer based systems using Petri nets | |
Piterman et al. | Global model-checking of infinite-state systems | |
Häggström et al. | Propp–Wilson algorithms and finitary codings for high noise Markov random fields | |
CN113297338B (zh) | 产品推荐路径生成方法、装置、设备及存储介质 | |
Lustig et al. | Synthesis from recursive-components libraries | |
CN108197314B (zh) | 一种对历史事务的建模验证方法 | |
WO2015045091A1 (ja) | ベイジアンネットワークの構造学習におけるスーパーストラクチャ抽出のための方法及びプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090709 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100714 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120321 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20120621 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20120628 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20120723 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20120730 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120821 |
|
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: 20121023 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20121122 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20151130 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5144511 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |