詳細検索結果
以下の条件での結果を表示する: 検索条件を変更
クエリ検索: "問題解決環境"
37件中 1-20の結果を表示しています
  • 渡辺 邦彦, 川合 敏雄, 三浦 信一, 川田 重夫
    日本計算工学会論文集
    2001年 2001 巻 20010027
    発行日: 2001年
    公開日: 2002/06/28
    ジャーナル フリー
    We have developed and designed a problem solving enviroment(PSE), called DISTRAN which generates a fortran simulation program based on partial differential equations(PDEs). One of key issues in PSE and also scientific simulation is to determine a stable time-step size Δ t and to reduce computation CPU time. Usually Δ t is common for one set of grids. In this paper we propose an Individual Time Step(ITS) for Runge-Kutta Method, in which each grid has an individual Δ t which is variable depending on each grid point. In DISTRAN, each individual-time-step Δ t is automatically determined to be stable in Runge-Kutta Fehlberg Method. Even if PDEs have stiff problems, we can solve the difficulty of stability and reduce the CPU time in DISTRAN. DISTRAN implements the ITS method automatically and provides a fortran program to users.
  • ―並列プログラム生成支援及びその設計過程の可視化とステアリング―
    藤田 彰, 寺元 貴幸, 中村 恭志, Choompol BOONMEE, 川田 重夫
    日本計算工学会論文集
    2000年 2000 巻 20000037
    発行日: 2000年
    公開日: 2004/10/26
    ジャーナル フリー
    In this paper we present new capabilities of visualization and steering of a parallel program design process in a new computer-assisted problem solving environment (PSE) of P-NCAS. The P-NCAS helps users generate parallel simulation programs based on partial-differential equations (PDEs). These capabilities explore possibilities to visualize and steer the parallel program design process. In our previous paper (Trans. of JSCES, paper No. 19980002) we presented a PSE of NCAS system, which generates numerical simulation programs to solve problems based on PDEs. At present P-NCAS supports a domain decomposition in a design of a parallel numerical simulation program, and the domain decomposition is designed or steered by users through a visualization window. After designing the domain decomposition, the parallel program itself is also designed and generated in P-NCAS, and the designed parallel program is visualized and steered by a PAD diagram. In P-NCAS, MPI functions are employed for message passing, and a SPMD (single program multiple data) model is supported. The visualization and steering capabilities provide users a new flexible design possibility of parallel programs.
  • 青木 悠祐, 前田 太陽, 村田 忠彦
    日本計算工学会論文集
    2009年 2009 巻 20090017
    発行日: 2009/09/28
    公開日: 2009/09/28
    ジャーナル フリー
    強化学習アルゴリズムは,演繹的知識を必要とせずエージェントの置かれた環境から報酬を受け取ることでエージェントの行動を決定できるひとつの手法である.これを用いることで,制御対象に目標を設定しておくだけで,目標までの過程を意識することなく目標を達成することが可能となる.このため,目標を到達するまでの過程を事前にルール化することが困難なロボットの行動獲得で用いられている.強化学習アルゴリズムには,開発を進める上でいくつかの問題があり,本論文では,アルゴリズムの確認を行うために,複数回の計算の実行,複数回のシミュレーションの結果の比較作業の2つの問題に着目した.1つ目の問題は,以下の要因によって発生する.強化学習アルゴリズムは,入力パラメータによって学習効率が異なる.アルゴリズムを変更した際,それに対しても入力パラメータを調整する.また,アルゴリズムを検証するために,異なる乱数系列を用いて統計的なシミュレーションを行う必要がある.これらによって,入力パラメータ,異なるアルゴリズム,乱数系列,それぞれの組み合わせで複数回の計算を実行しなければならない.2つ目の問題は,計算によって得られたシミュレーション結果から時間ステップごとの細かい推移を確認する必要があるために発生する.単に数値データの比較だけではアルゴリズムの検証を行うことは困難であり,多くのシミュレーション結果の比較によって,アルゴリズムの検証を行わなければならない.そこで,これらの解決方法として次の3つの支援を行った.それは,複数回の計算実行を効率的に行うための分散計算,データの検証作業の管理を行いやすくするための自動登録を持ったデータ管理,細かい推移の確認や比較を行うためのグラフの自動生成である.これら3つの機能を持ち,それらの専門知識を意識することなく本来の強化学習アルゴリズム開発に専念できるシステムがあればアルゴリズム開発の促進につながる.しかし,すでに開発されている
    問題解決環境
    (Problem Solving Environments: PSE)は,強化学習アルゴリズム開発で扱うデータと検証方法が異なるため,強化学習アルゴリズム開発特有の支援システムが必要となる.そこで,各分野でのPSEシステムを参考に,我々が過去に開発したPSEシステムを統合し,分散計算システム,データ管理システム,グラフ生成システムの3つのサブシステムを持ったPSEシステムを構築し,実際の強化学習アルゴリズムを用いたシミュレーションに適用した.その結果,各サブシステムを用いることで,計算実行時間は610.3秒から78.5秒,データ管理作業時間は266.7秒から1.9秒,シミュレーション結果の比較作業時間は1495.5秒から356.8秒に短縮され,比較作業時間において最も時間的な効率が得られた.短縮された時間の割合は,計算実行時間が約1/8,データ管理の作業時間が約1/140,シミュレーション結果の比較作業時間が約1/4となり,データ管理の作業時間の短縮の割合が最も高かった.このことから,データ管理の作業時間や比較作業の効率化が重要であることがわかった.一方,システム全体を用いた場合,平均経過時間は,2372.5秒から437.2秒となり,約1/5となった.仮に,計算時間のみを効率化した場合,平均経過時間は最大で約4/5,比較作業時間のみを効率化した場合,最大で約1/2にしかならない.このことから,サブシステムの組み合わせが重要であることがわかった.
  • 井原 遊, 森田 直樹, 橋本 学, 奥田 洋司
    日本計算工学会論文集
    2017年 2017 巻 1 号 20171004
    発行日: 2017/12/11
    公開日: 2017/12/11
    ジャーナル フリー
    Computer aided engineering (CAE) is an essential in the engineering field. Various CAE softwares have been developed in science and engineering. Recently non-expert users have opportunities to use the CAE tools. In this study, we developed a platform and the related base modules to solve target problems by CAEs. The modules visualize 3D models by WebGL (Web Graphics Library) through general web browsers. Additionally, we have constructed a problem solving environment (PSE) for CAE by integrating the platform and the basic modules. The PSE for CAE was developed based on open-source softwares. Since the PSE is a web-based service, every user can use any devices which have a web browser. Therefore, the PSE is a useful tool for non-expert and educational CAE users.
  • 苙口 隆重, 梅舘 典也, 井上 智文, 苫米地 功, 牧野 徹, 田子 精男
    日本計算工学会論文集
    2005年 2005 巻 20050030
    発行日: 2005年
    公開日: 2006/03/14
    ジャーナル フリー
    Exhaustively searching and analyzing bio-data are indispensable in researches on genome. In this paper we adopt grid technology for processing the large-scale and diversified bio-data, and construct problem solving environment (PSE) based on the grid for genome analysis system, which enables acquiring new results and comprehensive knowledge by linking bio-data based on workflow and web technology. Basic local alignment search tool (BLAST), which consumes a lot of computational time in genome analysis, is executed using distributed and parallel processing under the grid environment in this system. As a result, BLAST throughput time is improved significantly. Workflow system in this system is applied to designing a polymerase chain reaction (PCR) primer for single nucleotide polymorphism (SNP) typing. By applying this problem solving environment, productivity of the PCR primer design is improved remarkably.
  • ‐ 設計とプロトタイプの作成 ‐
    田中 伸哉, 和田 義孝, 吉村 忍, 矢川 元基
    日本計算工学会論文集
    1999年 1999 巻 19990026
    発行日: 1999年
    公開日: 2004/11/11
    ジャーナル フリー
    This paper describes a framework for integration of CAE modules on a distributed computer environment. The framework can enhance the capability of solving complex problems such as multiphysics analysis. In this paper, we implemented CAE-Document Transition system as the first step of the whole framework. This supports universal access to Disk File Document(on Disk) as well as Network Document(on Memory). Owing to the Network Document, CAE-Document Transition system can be used as a way of network wide Inter Process Communication. Fundamental performances of the framework were demonstrated through the implementation of prototype system.
  • 田中 義久, 前田 太陽, 村田 忠彦
    日本計算工学会論文集
    2009年 2009 巻 20090016
    発行日: 2009/09/17
    公開日: 2009/09/17
    ジャーナル フリー
    シミュレーションを必要とする多くの分野において,ユーザは自身が開発したプログラムの結果を得るために,日単位から月単位に及ぶ長期間を要する計算を行わなければならないケースが存在する.計算を計算機の障害から保護するために必要な計算機の障害対策は,Gridを実現する計算システムや分散計算環境を提供するシステムの機能として,これまでに計算途中のメモリ情報の保存と実行の再開,計算情報のマイグレーションを用いた利用計算機の変更,計算機の動的な構成とフォールトトレランスによって実現されてきた.一方で,あらかじめ障害対策が施された計算環境を用いず,個人の計算機(以下,Personal Computer: PC)を用いて長時間の計算を行うユーザは多く存在する.これは,管理者により提供されている計算環境がない,利用可能な計算環境が高い利用率で利用されている,ユーザのPCを利用する規約があるなど,個々のユーザが利用可能な計算環境自体やユーザの利用方法に制約があるためである.しかしながら,PCを用いる場合においても,ユーザは長時間の計算を失敗することなく1回の実行で確実に終わらせたい,またその時々で利用可能なPCを柔軟に組み合わせて,自身の管理下で安心して計算を実行したいというニーズを持つ.これらのニーズを満たすためには,次の2点を実現する必要がある.1つは,実行する計算を確実に終えるという観点から,同じ計算を並行して実行することで計算の多重化を行い,計算途中の計算を持続的に再開する仕組みの実現である.もう1つは,PC利用の観点から,ユーザのニーズに応じて多重化に用いるPCを自由に追加・解放が可能な環境の実現である.これらがPCのOperating System(OS)に関係なく利用でき,
    問題解決環境
    (Problem Solving Environments)の概念で示されるように,特別な知識を必要とせずに利用できれば,ユーザにとって実用的なシステムの実現につながる.そこで本研究では,PCを用いて長時間の計算を行うユーザを対象とし,ユーザの持つPC環境下で,ユーザの要求に応じて,計算中の計算を,計算状態を維持したまま異なるPCへ移動可能にする支援システムHolonを開発した.本システムは,計算の多重化と持続性を実現するRuntime,Runtimeに計算を投入するJob Submitter,計算のモニタリングやハンドリングを行う管理ツール,プログラムを容易にシステムへ導入するためのライブラリの4つの構成要素からなる.本システムにより実現されるミラーリング計算は,複数のPCを用いて計算を多重化し,チェックポイントに最も早く到達した計算の複製に基づき再度多重化を行うことで,PCに障害が生じた場合でも計算経過の損失を直近のチェックポイントからの計算量にとどめる計算手法である.ミラーリング計算では,各複製が独立に計算されるため,持続的な計算が可能になる.本システムは機種依存性を無くすためにJavaを用いて実装しており,ユーザの持つJavaで記述された計算プログラムを対象とする.適用事例として分子シミュレーションと協調行動シミュレーションを行い,長時間の計算でのシステムの効果と適用方法について評価した.その結果,どちらの計算プログラムにおいても,ミラーリング計算を用いた計算の移動によるシミュレーション結果の相違は無く,計算中にシステムへPCを追加した場合は直近の計算状態を用いた多重化が行われ,1台のPCを残して他のPCを全て解放した場合でも計算が停止することは無かった.また,ミラーリング計算を行うことで,システム全体のスループットはシステムを構成するPCの中で最もスループットが高いものと同等になり,特定のPCの負荷変動にはほとんど影響されないことが確認できた.意図的に計算中のPCに障害を発生させ,通常実行,チェックポイント・リスタートのみ,ミラーリング計算の3つの実行方法で計算終了までの所要時間を比較した結果,ミラーリング計算が最も短時間で計算を終えることが確認できた.さらに,広域でのミラーリング計算や,ノートPCを介した計算の移動も可能であった.適用に必要なソースコードの変更箇所は,分子シミュレーションにおいて364行中28行,協調行動シミュレーションにおいて1347行中242行であった.システムを用いることによるパフォーマンスオーバーヘッドは,それぞれ0.9%と1.4%であり,実用範囲内であることが確認できた.
  • 前田 太陽, 田子 精男
    日本計算工学会論文集
    2006年 2006 巻 20060009
    発行日: 2006年
    公開日: 2006/07/18
    ジャーナル フリー
    The framework system which enables scientists and engineers to do interdisciplinary studies of computational science and engineering is developed using open source software. The system is a web-based system which is composed of problem solving environment user interface and collaborative research environment. The framework system is applied to particle image velocimetry research of fluid, genome analysis using basic alignment search tool, and mobile communication system design. The framework system is an easy-to-use and powerful system for interdisciplinary studies.
  • 多田 泰徳, 井上 雅博
    電気学会論文誌E(センサ・マイクロマシン部門誌)
    2018年 138 巻 3 号 100-105
    発行日: 2018/03/01
    公開日: 2018/03/01
    ジャーナル フリー

    Electrical impedance of plants is related to condition of the plant's cell tissue. In existing works, the impedance has been utilized for understanding the condition of the plant. There are three kinds of electrode for measuring the impedance: a needle electrode, a metallic foil electrode, and a conductive gel electrode. However, these electrodes have problems. The needle electrode injures the plants. The metallic foil electrode does not stably contact to the plant because the plants has curve and convexo-concave surface. The conductive gel electrode including NaCl blasts the plants. We proposed a conductive unvulcanized rubber electrode for measuring the electrical impedance of the carrots. Characteristics of the conductive unvulcanized rubber electrode were soft, deformable, and self-adhesive. Thus, the electrode was noninvasive and did not damage to the carrots. In experiments, we showed that the conductive unvulcanized rubber electrode could be utilized for measuring electrical impedance of a carrot for 912 hours. Moreover, we observed that the contact area of the electrode was larger than the contact area of a conductive adhesive tape electrode.

  • 長嶋 利夫
    日本機械学会論文集 A編
    2001年 67 巻 662 号 1569-1575
    発行日: 2001/10/25
    公開日: 2008/02/21
    ジャーナル フリー
    X-FEM proposed by Belytschko et al. uses interpolation functions, which can consider singularity and discontinuity of displacement fields near cracks without complex meshes. This method enables to evaluate stress intensity factors (SIF) and solve crack growth problems efficiently in the area of fracture mechanics. This paper describes the calculation condition such as a numerical integration method, nodal properties and etc. to obtain appropriate solutions for two-dimensional elastic problems. Also the method combining X-FEM with the virtual crack extension method is proposed and applied to evaluation of SIF. It was shown that X-FEM with appropriate calculation conditions can perform stress and eigenvalue analysis for structures containing cracks more easily than conventional FEM.
  • 日置 慎治
    日本計算工学会論文集
    2017年 2017 巻 1 号 20171002
    発行日: 2017/12/07
    公開日: 2017/12/07
    ジャーナル フリー
    自学自習の歴史において、様々な手法が提案されまた使われてきた。コンピュータの利用により自学自習をサポートできる可能性を秘めていることからeラーニングは魅力的である。その上、eラーニングは学習者の時間や場所を選ばない。しかしながら、eラーニング単独では学習者のモチベーションを維持できないことも判明した。 (例外は、自分でモチベーションを保つことができる学習者) 学習者のモチベーションを維持するために、TIES (eラーニングだけでなく、eティーチングが利用できる。) を使った教育用PSEの開発を行って来た。
  • 関根 憲登, 前田 太陽, 井上 聡
    日本計算工学会論文集
    2020年 2020 巻 20200020
    発行日: 2020/11/06
    公開日: 2020/11/06
    ジャーナル フリー

    Many incidents are occurred frequently, educations for digital forensics are necessary. In order to drive training for digital forensics effectively, we propose a problem solving environment to provide a guide for digital forensics works. To accelerate the users understanding of the works, this system provides user flowchart images are generated from log data of maintenance works in the forensics. We also adopt the recognition whether the works are correct or not by using a convolution neural network. As the result, users obtained accuracy is 98.1% as the recognition of correctness in particular conditions.

  • 細田 尚志, 前田 太陽, 井上 聡, 石崎 博基, 権藤 俊彦
    日本計算工学会論文集
    2017年 2017 巻 20170003
    発行日: 2017/02/21
    公開日: 2017/02/21
    ジャーナル フリー
    In order to educate teenager internet literacy on social network service, we have developed a Problem Solving Environment to evaluate the literacy-level of their messages on twitter for their teachers and them. We propose a method the system provides effective recognition for their risks. And we adapt the Naive Bayes classifier to evaluation for tweets on Twitter based on pattern-based classifier. In this result, the classification accuracy for word patterns increases from 39.6-57.6% to 68.0-79.9% using Naive Bayes classifier on a set of 3000 training data sets, and users obtain internet literacy skills base on this system.
  • 宮澤 君夫, 門岡 良昌
    計算機統計学
    2007年 19 巻 1 号 47-61
    発行日: 2007/07/31
    公開日: 2017/05/01
    ジャーナル フリー
    コンピュータシステムの発展により従来困難であった大量のデータ処理を低コストで実現できるようになった.しかし,処理すべきデータ,必要とする計算性能も飛躍的に増大している.一方,インターネットの発展に伴い,IPネットワークの性能は急速に向上しており,コンピュータ資源の効率的な連携が重要になっている.すべてのコンピュータ資源をIPネットワークで連携することで,高性能計算システムを実現するアーキテクチャ「ALL-IPコンセプト」を提案する. ALL-IPコンセプトを実現する要素技術である,高性能IPスイッチ,可用性の高いストレージアーキテクチャ,グリッドコンピューティング技術を開発し, ALL-IPによる高性能計算システムが実現可能であることを示した.
  • 飯田 義之, 藤井 秀樹, 吉村 忍
    計算力学講演会講演論文集
    2016年 2016.29 巻 4_119
    発行日: 2016年
    公開日: 2017/06/19
    会議録・要旨集 フリー
  • 飯田 義之, 藤井 秀樹, 吉村 忍
    計算力学講演会講演論文集
    2015年 2015.28 巻 71
    発行日: 2015/10/10
    公開日: 2017/06/19
    会議録・要旨集 フリー
  • 河原田 秀夫
    応用数理
    2000年 10 巻 4 号 283-285
    発行日: 2000/12/15
    公開日: 2017/04/08
    ジャーナル フリー
  • 佐藤 佑哉, 前田 太陽, 眞鍋 保彦, 石崎 博基, 宇佐見 仁英, 川田 重夫
    日本計算工学会論文集
    2018年 2018 巻 1 号 20181003
    発行日: 2018/03/22
    公開日: 2018/03/22
    ジャーナル フリー
    In order to recognize conditions of a plant growth in its seedling period effectively, we propose a problem solving environment to acquire both the growth information using sensors and the present conditions using image processing. To accelerate the user understanding of the conditions, we adopt distributed computing with Software Defined Networking. In the result, user obtains dataset related in the growth results effectively and the result indicates that it is possible to estimate provisioning on-demand computer resources for scalability.
  • —有限要素法を用いた耐震解析への適用—
    木野 千晶, 鈴木 喜雄, 西田 明美, 櫛田 慶幸, 林 幸子, 中島 憲宏
    日本計算工学会論文集
    2008年 2008 巻 20080018
    発行日: 2008/07/21
    公開日: 2008/07/21
    ジャーナル フリー
    計算科学技術の進歩·計算機性能の大幅な向上により大規模かつ様々な物理現象を考慮した複雑な数値シミュレーションが可能となっている.数値シミュレーションは実条件·実環境下で実験することはコスト面·安全面から不可能な事象の解明にも有効であることから,その必要性·重要性は年々増している.例えば,日本原子力研究開発機構システム計算科学センターでは,実振動台では取り扱えない原子力施設全体規模の3次元振動シミュレーションを用いた耐震性評価に関する研究開発(3次元仮想振動台)に取り組んでいる.このような大規模かつ複雑な数値シミュレーションの場合,人間の認識能力の限界から,解析条件の設定ミスや解析手法の誤用,耐震評価における危険部位の誤認など,多数のミスや見落としが発生する可能性を持っている.このような数値シミュレーションが対象とする事象は実験では検証不可能なものが多く,解析結果の検証においてわずかなミスや見落としも許されない.よって,大規模·複雑数値シミュレーションから得られる結果の妥当性·信頼性を向上させ,工学的に有意味な情報を見落とすことなく確実に抽出することを可能とするデータ解析手法の確立は,近年の数値シミュレーション工学の大きな課題と言える.本研究では,データ解析プロセスにおいて研究者の見落としを低減し,データ全体を隅々まで検証することを可能とするために,人間の認識能力の一部を情報科学技術により代用した“認識能力を備えたデータ解析システム”Cognitive methodology based Data Analysis System (CDAS)の概念設計を行った.CDASを実現するためには,情報科学技術によって研究者の認識能力を代行できる手法の考案が課題となる.よって,本論文ではまず数値シミュレーションにおけるデータ解析プロセスを体系的に検討し,妥当性評価のためのVV機能,有意味性評価のためのDD機能,加えてVV機能·DD機能から得られた情報を統合·解釈するためのSynthesis機能を備える必要があること,データ解析に用いる工学情報として設計情報·解析条件·結果データに対応する必要があること,評価·判断のための階層構造に対応する必要があることを見出した.次にCDAS概念を満たす基本機能を具体的に実装するため,VV機能およびDD機能は分散処理システムとし,Synthesis機能と併せたシステム構成図を設計し,評価·判断機能として必要な情報を「観点」概念により構築する妥当性·有意味性の判断システム,および解釈機能として科学的知見を数値化し解釈ルールを構築する手法を提案した.さらに,CDASを有限要素法による構造解析の結果データに適用することでその実現可能性を確認した.
  • 齋藤 潔, 山本 広祐, 萩原 豊, 今木 常之, 向出 孝一
    日本計算工学会論文集
    2004年 2004 巻 20040006
    発行日: 2004年
    公開日: 2004/08/31
    ジャーナル フリー
    A software infrastructure was developed with distributed object technologies that enable us to connect heterogeneous computing environments. The software infrastructure, which was implemented with CORBA, Java, C++ and XML, establishes seamless connection between structural analysis components. The components include model generator, matrix calculation solver and visualization tool which are often running on the various computing hardware such as parallel computer, graphics workstation and so on. Software wrappers are integrated with the components in order to provide multi-protcol networking and asynchronous job control. A multi-faced problem solver for structural design and an eigenvalue analysis system for rotating shaft were developed onto the infrastructure to evaluate its applicability.
feedback
Top