<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" >
  <channel>
  <title>nounai.output(spaghetiThinking);</title>
  <link>http://codewaltz.3rin.net/</link>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://codewaltz.3rin.net/RSS/" />
  <description>趣味と実益を兼ねて将棋のプログラムを作ってみたいなと思っている私の試行錯誤や勉強したことを綴ってゆく予定です。

一番の目的はソフトウェア設計やオブジェクト指向に慣れること
・・・だったのですが、元々の興味や電王戦に触発されたこともあり、AI製作も目指してみたいと今は考えています。
※はてなに移転しました。</description>
  <lastBuildDate>Mon, 02 Dec 2013 04:40:03 GMT</lastBuildDate>
  <language>ja</language>
  <copyright>© Ninja Tools Inc.</copyright>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />

    <item>
    <title>CSAのインタプリタ的なものを作ってみた</title>
    <description>
    <![CDATA[<p>所要時間は３時間ほど。コードを書いては没書いては没という作業を繰り返して今に至ります。没コードを合わせると1週間くらいはゆうに費やしているような気がします。</p><br /><br /><a href="http://codewaltz.3rin.net/kifu-analysis/csa-interpret-20131202" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>棋譜解析</category>
    <link>http://codewaltz.3rin.net/kifu-analysis/csa-interpret-20131202</link>
    <pubDate>Mon, 02 Dec 2013 04:40:03 GMT</pubDate>
    <guid isPermaLink="false">codewaltz.3rin.net://entry/31</guid>
  </item>
    <item>
    <title>CSAフォーマットの不備・不明瞭点についての考察</title>
    <description>
    <![CDATA[<p>ここ最近はCSAファイルから構文木、抽象構文木を構成するプログラムを書いています。その過程で気づいた仕様のあいまいさとかについてのメモ。勘違いもあるかも。なおCSAの仕様は<a href="http://www.computer-shogi.org/protocol/record_v22.html" title="" target="_blank">Ver.2.2</a>を参照しています。</p><br /><br /><a href="http://codewaltz.3rin.net/%E8%80%83%E5%AF%9F/exam-catfotmat-1" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>考察</category>
    <link>http://codewaltz.3rin.net/%E8%80%83%E5%AF%9F/exam-catfotmat-1</link>
    <pubDate>Thu, 28 Nov 2013 15:44:34 GMT</pubDate>
    <guid isPermaLink="false">codewaltz.3rin.net://entry/30</guid>
  </item>
    <item>
    <title>【リバーシ】原始的にAI作ってみた</title>
    <description>
    <![CDATA[<p>そろそろAIっぽいこともしてみようと思った次第。</p><br /><br /><a href="http://codewaltz.3rin.net/ai-pondering/reversi-primitive-ai-1" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>AIっぽいこと</category>
    <link>http://codewaltz.3rin.net/ai-pondering/reversi-primitive-ai-1</link>
    <pubDate>Fri, 25 Oct 2013 23:20:21 GMT</pubDate>
    <guid isPermaLink="false">codewaltz.3rin.net://entry/29</guid>
  </item>
    <item>
    <title>インタプリタっぽいもののα版完成＆内部形式について</title>
    <description>
    <![CDATA[<p>一応、棋譜のメタ情報（プレイヤ名のみ）と棋譜本体部分を抽出することには成功しました。動いたことによって駒を取ったのか？王手か？みたいな部分は全くなのですが、一応棋譜学習を行う上での必要最低限にはかなり近づいたんじゃないかと思います。&alpha;を名乗れるクオリティかどうかは疑問ですけども。</p><br /><br /><a href="http://codewaltz.3rin.net/kifu-analysis/%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%97%E3%83%AA%E3%82%BF%E3%81%A3%E3%81%BD%E3%81%84%E3%82%82%E3%81%AE%E3%81%AE%CE%B1%E7%89%88%E5%AE%8C%E6%88%90%EF%BC%86%E5%86%85%E9%83%A8%E5%BD%A2%E5%BC%8F%E3%81%AE%E6%B1%BA%E5%AE%9A%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>棋譜解析</category>
    <link>http://codewaltz.3rin.net/kifu-analysis/%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%97%E3%83%AA%E3%82%BF%E3%81%A3%E3%81%BD%E3%81%84%E3%82%82%E3%81%AE%E3%81%AE%CE%B1%E7%89%88%E5%AE%8C%E6%88%90%EF%BC%86%E5%86%85%E9%83%A8%E5%BD%A2%E5%BC%8F%E3%81%AE%E6%B1%BA%E5%AE%9A%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6</link>
    <pubDate>Wed, 16 Oct 2013 17:10:27 GMT</pubDate>
    <guid isPermaLink="false">codewaltz.3rin.net://entry/28</guid>
  </item>
    <item>
    <title>棋譜インタプリタっぽいものについて、その後の考察</title>
    <description>
    <![CDATA[<p><a href="http://codewaltz.3rin.net/kifu-analysis/kifu-interpret_designpattern" title="" target="_blank">前回</a>の続き的なこと。もうちょい実装にしても設計にしてもいい形があるように思うので。</p><br /><br /><a href="http://codewaltz.3rin.net/kifu-analysis/exam-for-like-kifu-interpreter" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>棋譜解析</category>
    <link>http://codewaltz.3rin.net/kifu-analysis/exam-for-like-kifu-interpreter</link>
    <pubDate>Mon, 14 Oct 2013 07:29:19 GMT</pubDate>
    <guid isPermaLink="false">codewaltz.3rin.net://entry/27</guid>
  </item>
    <item>
    <title>【DesignPattern】【Interpreter?】棋譜のインタプリタに使えそうっぽいものを書いてみた【State】</title>
    <description>
    <![CDATA[<p>なんかデザインパターンぽいことをしつつインタプリタを書こうと思ったので。正直自分でもあまり理解できてない気がする。書いたコードのメリットもいまいち掴みきれてない。Stateパターン、あとメソッドチェーンのテクニックを(適切かどうかは置いといて)使っています。Interpreterも練習してみたかったし一部のアイデアは今回のコードに盛り込んだつもりだけど、多分Interpreterにはなってないです。どっちかというとFacadeとかに近いのかもしれない。</p>
<p>なんかトリッキーにやろうとしてごちゃごちゃしてる感じ。</p><br /><br /><a href="http://codewaltz.3rin.net/kifu-analysis/kifu-interpret_designpattern" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>棋譜解析</category>
    <link>http://codewaltz.3rin.net/kifu-analysis/kifu-interpret_designpattern</link>
    <pubDate>Sat, 12 Oct 2013 18:31:52 GMT</pubDate>
    <guid isPermaLink="false">codewaltz.3rin.net://entry/26</guid>
  </item>
    <item>
    <title>[Linux]指定範囲行の表示[シェルスクリプト]</title>
    <description>
    <![CDATA[<p>テキストの範囲表示をしたい場合は<em>cat</em>, <em>head</em>, <em>tail</em> の組み合わせを使う必要があります(正確には後ろの2つでいけますけど)。そういう時とかにパッとコマンド1つで表示してやりたいなって思いました。まあ簡単なんですけど。</p><br /><br /><a href="http://codewaltz.3rin.net/tips/other-2013-1012_0" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>Tips</category>
    <link>http://codewaltz.3rin.net/tips/other-2013-1012_0</link>
    <pubDate>Sat, 12 Oct 2013 05:21:39 GMT</pubDate>
    <guid isPermaLink="false">codewaltz.3rin.net://entry/25</guid>
  </item>
    <item>
    <title>[Software Design] MVCっぽい考察</title>
    <description>
    <![CDATA[<p><a href="http://codewaltz.3rin.net/design%20patterns/designpattern-impl-decorator-2" title="" target="_blank">前回</a>、<a href="http://codewaltz.3rin.net/design%20patterns/designpattern-impl-decorator" title="" target="_blank">前々回</a>の実装を通して、将棋をするための基盤(Model)部分の設計についてそれなり考えられるようになってきました。前回前々回にやってたことはMVCにおけるModel部分ですが、今回は盤の部分や駒の操作(Moveみたいなこと)についてです。MVCのVも絡んだ、視点的にはちょびっとマクロな話題になります。思いついたことを書き殴っておくことにします。</p><br /><br /><a href="http://codewaltz.3rin.net/gui%E5%AE%9F%E8%A3%85/exam-designpattern-and-mvc" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>GUI実装</category>
    <link>http://codewaltz.3rin.net/gui%E5%AE%9F%E8%A3%85/exam-designpattern-and-mvc</link>
    <pubDate>Wed, 09 Oct 2013 07:00:10 GMT</pubDate>
    <guid isPermaLink="false">codewaltz.3rin.net://entry/24</guid>
  </item>
    <item>
    <title>【DesignPattern】 Decorator実装してみた in 将棋(2) 【Python】</title>
    <description>
    <![CDATA[<p><a href="http://codewaltz.3rin.net/design%20patterns/designpattern-impl-decorator" title="" target="_blank">前回</a>の続きもの。同一方向への利きについてはループで走査可能となるようなやり方にしました。</p><br /><br /><a href="http://codewaltz.3rin.net/design%20patterns/designpattern-impl-decorator-2" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>Design Patterns</category>
    <link>http://codewaltz.3rin.net/design%20patterns/designpattern-impl-decorator-2</link>
    <pubDate>Mon, 07 Oct 2013 18:43:34 GMT</pubDate>
    <guid isPermaLink="false">codewaltz.3rin.net://entry/23</guid>
  </item>
    <item>
    <title>[DesignPattern] 将棋 de Decorator実装してみた</title>
    <description>
    <![CDATA[<p>将棋関係のプログラミングで何か題材ないかなと思い、実装してみました。</p><br /><br /><a href="http://codewaltz.3rin.net/design%20patterns/designpattern-impl-decorator" target="_blank">つづきはこちら</a>]]>
    </description>
    <category>Design Patterns</category>
    <link>http://codewaltz.3rin.net/design%20patterns/designpattern-impl-decorator</link>
    <pubDate>Mon, 07 Oct 2013 10:43:55 GMT</pubDate>
    <guid isPermaLink="false">codewaltz.3rin.net://entry/22</guid>
  </item>

    </channel>
</rss>