{"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00071473","sets":["1164:2240:6021:6231"]},"path":["6231"],"owner":"10","recid":"71473","title":["遺伝的アルゴリズムの並列計算システム向けフレームワークの提案"],"pubdate":{"attribute_name":"公開日","attribute_value":"2010-12-09"},"_buckets":{"deposit":"6fddf0e8-3b03-4c26-8904-9102588ba49e"},"_deposit":{"id":"71473","pid":{"type":"depid","value":"71473","revision_id":0},"owners":[10],"status":"published","created_by":10},"item_title":"遺伝的アルゴリズムの並列計算システム向けフレームワークの提案","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"遺伝的アルゴリズムの並列計算システム向けフレームワークの提案"},{"subitem_title":"Propose A Framework of Genetic Algorithm in Parallel Computing System","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"並列化方式","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2010-12-09","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"同志社大学工学部"},{"subitem_text_value":"同志社大学理工学部"},{"subitem_text_value":"同志社大学生命医科学部"},{"subitem_text_value":"同志社大学理工学部"},{"subitem_text_value":"同志社大学生命医科学部"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Faculty of Engineering, Doshisha University","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Science and Engineering, Doshisha University","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Department of Life and Medical Science, Doshisha University","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Science and Engineering, Doshisha University","subitem_text_language":"en"},{"subitem_text_value":"Faculty of Department of Life and Medical Science, Doshisha University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/71473/files/IPSJ-HPC10128008.pdf"},"date":[{"dateType":"Available","dateValue":"2012-12-09"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-HPC10128008.pdf","filesize":[{"value":"435.9 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"14"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"2a462046-1618-4ca5-9bc8-f3ff55609b94","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2010 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"山中, 亮典"},{"creatorName":"吉見, 真聡"},{"creatorName":"廣安, 知之"},{"creatorName":"三木, 光範"},{"creatorName":"横内, 久猛"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Ryosuke, Yamanaka","creatorNameLang":"en"},{"creatorName":"Masato, Yoshimi","creatorNameLang":"en"},{"creatorName":"Tomoyuki, Hiroyasu","creatorNameLang":"en"},{"creatorName":"Mitsunori, Miki","creatorNameLang":"en"},{"creatorName":"Hisatake, Yokouchi","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10463942","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"本研究では,ユーザが実行する遺伝的アルゴリズムの論理モデルを様々な並列計算環境において稼働させるためのフレームワークを提案する.実装モデルとしてクライアント・サーバ方式を採用することで,ユーザの稼働させたい理論モデルを実行することが可能である.並列計算環境の計算資源を十分に利用するためには,本来であれば高度なプログラミング技術が必要であるが,遺伝的アルゴリズムの開発ユーザがこのフレームワークを利用し,あらかじめ用意した評価部のテンプレートを利用することにより, 並列計算環境を意識することなく,設定した遺伝的アルゴリズムの論理モデルを高速に実行することが可能となる.本稿では,フレームワークの実装に C# による WCF (Windows Communication Foundation) を用い,システムを構築し,検討を行った.実装したフレームワークをテスト関数に適用した結果,2 種類の記述を追加するのみで GA の並列化を実現できることを確認した.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"We proposed the framework to use logical model of genetic algorithm (GA) in various parallel environments. We adopted a client-server model for implemented model, and users are able to execute their logical model. It requires high technique for users to use the resource in a parallel environment. When users developed their code with the proposed framework and the prepared template of evaluation part, users can derive parallel code of GA which can use parallel environment efficiently. In this paper, we implemented the framework with WCF (Windows Communication Foundation) on C# language.As a result of using this framework for test function, we added only two definitions and developed the parallel code of GA.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"7","bibliographic_titles":[{"bibliographic_title":"研究報告ハイパフォーマンスコンピューティング(HPC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2010-12-09","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"8","bibliographicVolumeNumber":"2010-HPC-128"}]},"relation_version_is_last":true,"weko_creator_id":"10"},"id":71473,"updated":"2025-01-21T23:03:15.059307+00:00","links":{},"created":"2025-01-18T23:30:18.410961+00:00"}