著者
高橋 理 駒谷 喜代俊 田村 坦之
出版者
一般社団法人 システム制御情報学会
雑誌
システム制御情報学会論文誌 (ISSN:13425668)
巻号頁・発行日
vol.16, no.7, pp.313-320, 2003-07-15 (Released:2011-10-13)
参考文献数
12

Software engineering organizations now tend to improve their processes according to such standards as CMM (Capability Maturity Model), a process evaluation model, in addition to improving their software products. This is because it is believed that mature engineering processes can bring high-quality products within the original schedule. It is reported, however, that the result of the improvement activities is strongly related with engineer satisfaction for the process, that is, effective improvement can be expected on the phases where engineers have not been satisfied with. This paper proposes a method to evaluate how much engineers feel the current engineering process needs to be improved, with Descriptive AHP (Descriptive Analytic Hierarchy Process), one of decision making tools. Our method, based on the idea that the necessity evaluation can be related with engineers satisfaction, evaluates four engineering phases under six criteria defined at CMM Level 2, determining which phases should be improved first. As a result of having system engineers use this method, we found that quality assurance activities in the manufacturing and examination phases need to be superior for improvement to other phases.
著者
赤沢 克洋 上杉 恵一郎 田村 坦之
出版者
環境科学会
巻号頁・発行日
vol.15, no.1, pp.9-21, 2002 (Released:2011-03-05)

世界各国はCO2排出抑制に向けた政策対応を迫られており、炭素税や排出権取引など多くの政策手段が検討されている。そこで本研究では、日本における炭素税の導入可能性と国際間排出権取引参加の是非を検討することを目的とした。評価基準としては、国際競争力と産業間格差に焦点をあてた。 最初に、政策評価のための非線形数理モデルを構築した。本モデルは、応用一般均衡モデルをベースとして、CO2排出削減政策に対する産業主体の行動を組み込んだものであり、各国ごとの利潤最大化行動を定式化した上部構造と3つの下部構造から構成される。下部構造では国内最終需要、輸出量、CO2費用の決定を定式化しており、上部構造と相互依存関係を持たせている。このような定式化により、本モデルは、国際間の競争をも考慮した各国各産業への影響を評価することができる。 炭素税と国際間排出権取引に関するシナリオを設定し、モデルによるシミュレーションを行った。炭素税に関するシナリオ分析から、炭素税導入により国内価格の上昇が1%弱、利潤の低下が2%弱となり、また国際競争力への影響が小さいと推定された。しかし、国際競争力に関して産業間格差が生じていた。国際間排出権取引に関するシナリオ分析から、国際間排出権取引に参加することは、利潤や国際競争力の点から有利であり、炭素税導入と比較して大きな産業間格差を生じないことがわかった。以上から、産業間格差への対策を必要とするものの炭素税が導入可能であり、加えて国際間排出権取引に参加することが有効な政策手段であると結論づけた。
著者
松下 光範 馬野 元秀 鳩野逸生 田村 坦之
出版者
一般社団法人情報処理学会
雑誌
情報処理学会論文誌 (ISSN:18827764)
巻号頁・発行日
vol.37, no.6, pp.988-997, 1996-06-15

Reteアルゴリズムをはじめとする従来のプロダクション・システムの高速化手法では ルールの条件部をデータフローネットワークに展開し 作業記憶要素をトークンとして流している.これらの高速化手法は有効であるが 作業記憶の更新が頻繁に起こるような場合には そのネットワーク中の定数をテストするノードにおいてまだ無駄な処理を行っている.そこでこの無駄な処理を解消するために マッチング候補の概念を用いたデータフローネットワークによる高速推論アルゴリズムを提案する.このネットワークでは Reteネットワークでは定数をテストするノードとして同一に扱われているノードをパターン間テストノードとパターン内テストノードに分類して それらの間にマッチング候補メモリノードを持つことで 無駄な処理を行うことを従来手法に比べて少なくすることができる. また マッチする作業記憶要素と条件パターンの組を少ない比較回数で特定するために ID3決定木作成アルゴリズムの考え方を用いたパターン間テストノード作成アルゴリズムを提案する.Some fast pattern matching algorithms have been proposed to improve the reasoning speed of production systems. In almost all of these methods, rule conditions are represented in a data-flow network and elements in a working memory flow through this network as tokens. These algorithms are effective, however, excessive constant testing still cannot be avoided for instances when the working memory must be frequently updated. This paper proposes a fast pattern matching algorithm for a production system. It uses an improved reasoning network employing matched candidates to circumvent such constant testing which is inherent in conventional networks. Using an example conventional network, the Rete network, we classify constant-test nodes into inter-pattern test nodes and intra-pattern test nodes. Then we introduce memory nodes for matching candidates between these test node classes. This is done in order to find unnecessary matching patterns more quickly. The ID3 algorithm is used to make an efficient inter-pattern test network which is capable of finding patterns in the rule conditions for the working memory element. This algorithm is implemented in Austin Kyoto Common Lisp (AKCL) and is applied to several rule bases with good results.