<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moratorium08</author_name>
  <author_url>https://blog.hatena.ne.jp/moratorium08/</author_url>
  <blog_title>欣快の至り</blog_title>
  <blog_url>https://moraprogramming.hateblo.jp/</blog_url>
  <categories>
    <anon>遺伝的アルゴリズム</anon>
    <anon>Python</anon>
  </categories>
  <description>http://www14.ocn.ne.jp/~kk62526/Lsys/ なんかすごいやつっぽい。遺伝的アルゴリズムでグラフの文法エンコードが使えるとか使えないとか def lsystem(a): if a==0: return &quot;F&quot; str = lsystem(a-1) result=[] for x in str: if x==&quot;F&quot;: result.append(&quot;F-F++F-F&quot;) else: result.append(x) return ''.join(result) inp = input(&quot;step:&quot;) print lsystem(inp)</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmoraprogramming.hateblo.jp%2Fentry%2F2013%2F10%2F09%2F070947&quot; title=&quot;L-systemとな - 欣快の至り&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-10-09 07:09:47</published>
  <title>L-systemとな</title>
  <type>rich</type>
  <url>https://moraprogramming.hateblo.jp/entry/2013/10/09/070947</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
